Re: [omap3isp][PATCH v2 0/9] YUV support for CCDC + cleanups

2010-11-16 Thread Laurent Pinchart
Hi Sergio,

Thanks for the patches.

I've reviewed and tested them and found no issue. They will be a small delay 
as I need to sync our internal tree with the public tree before applying them.

-- 
Regards,

Laurent Pinchart
--
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


RE: [omap3isp][PATCH v2 0/9] YUV support for CCDC + cleanups

2010-11-16 Thread Aguirre, Sergio


 -Original Message-
 From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com]
 Sent: Tuesday, November 16, 2010 5:45 AM
 To: Aguirre, Sergio
 Cc: linux-media@vger.kernel.org
 Subject: Re: [omap3isp][PATCH v2 0/9] YUV support for CCDC + cleanups
 
 Hi Sergio,

Hi Laurent,

 
 Thanks for the patches.

You're welcome.

 
 I've reviewed and tested them and found no issue. They will be a small
 delay
 as I need to sync our internal tree with the public tree before applying
 them.

Not a problem.

Thanks for your time.

Regards,
Sergio

 
 --
 Regards,
 
 Laurent Pinchart
--
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


[omap3isp][PATCH v2 0/9] YUV support for CCDC + cleanups

2010-11-15 Thread Sergio Aguirre
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