Hi Sakari,
On Sunday 06 March 2011 09:34:50 Sakari Ailus wrote:
Hi Laurent,
Many thanks for the pull req!
On Thu, Feb 17, 2011 at 04:06:58PM +0100, Laurent Pinchart wrote: ...
drivers/media/video/omap3-isp/ispresizer.c | 1693 ++++++++++++++ drivers/media/video/omap3-isp/ispresizer.h | 147 ++ drivers/media/video/omap3-isp/ispstat.c | 1092 +++++++++ drivers/media/video/omap3-isp/ispstat.h | 169 ++ drivers/media/video/omap3-isp/ispvideo.c | 1264 ++++++++++ drivers/media/video/omap3-isp/ispvideo.h | 202 ++ drivers/media/video/omap3-isp/luma_enhance_table.h | 42 + drivers/media/video/omap3-isp/noise_filter_table.h | 30 +
...
include/linux/Kbuild | 4 + include/linux/media.h | 132 ++ include/linux/omap3isp.h | 646 +++++
What about renaming the directory omap3isp for the sake of consistency? The header file is called omap3isp.h and omap3isp is the prefix used in the driver for exported symbols.
I'm fine with both. If Mauro prefers omap3-isp, I can update the patches.
My apologies for not bringing this up earlier.