Hi,

First of all, these patches are based on Laurent's tree:

URL: git://linuxtv.org/pinchartl/media.git
Branch: media-0004-omap3isp (Commit d0c5b0e4: OMAP3 ISP driver)

I had these patches in my queue for some time, which:

- Add YUV support to CCDC
- Cleans up platform device MEM resources
- Removes some unused/legacy defines
- IMPORTANT: Moves/Renames isp_user.h to include/linux/omap3isp.h

I'm working on some more changes to keep register access per component
a bit cleaner. But that will be sent separately in another RFC patchlist.

Please share your review comments.

Changelog:
v2 - Squashed patches 1 & 2 of previous set
     ("omap3isp: ccdc: Add support for YUV format" and
      "omap3isp: ccdc: Write SYN_MODE.INPMOD based on fmt" respectively)

v1 - Initial version
     (found here: http://www.spinics.net/lists/linux-media/msg25016.html)

Regards,
Sergio

Sergio Aguirre (9):
  omap3isp: ccdc: Add support for YUV format
  omap3: Fix camera resources for multiomap
  omap3isp: Export isp_user.h to userspace as omap3isp.h
  omap3: Remove unusued CBUFF resource
  omap3isp: Remove unused CBUFF register access
  omap3isp: Remove CSIA/B register abstraction
  omap3isp: Cleanup isp_power_settings
  omap3isp: ccp2: Make SYSCONFIG fields consistent
  omap3isp: Remove legacy MMU access regs/fields

 arch/arm/mach-omap2/devices.c              |   32 +-
 arch/arm/plat-omap/include/mach/isp_user.h |  636 ----------------------------
 drivers/media/video/isp/isp.c              |   51 +--
 drivers/media/video/isp/isp.h              |    1 -
 drivers/media/video/isp/ispccdc.c          |   14 +-
 drivers/media/video/isp/ispccdc.h          |    2 +-
 drivers/media/video/isp/ispccp2.c          |    5 +-
 drivers/media/video/isp/isph3a.h           |    2 +-
 drivers/media/video/isp/isphist.h          |    2 +-
 drivers/media/video/isp/isppreview.h       |    2 +-
 drivers/media/video/isp/ispreg.h           |   85 +----
 drivers/media/video/isp/ispstat.h          |    2 +-
 include/linux/Kbuild                       |    1 +
 include/linux/omap3isp.h                   |  636 ++++++++++++++++++++++++++++
 14 files changed, 682 insertions(+), 789 deletions(-)
 delete mode 100644 arch/arm/plat-omap/include/mach/isp_user.h
 create mode 100644 include/linux/omap3isp.h

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to