Hello, The following 3 patches add the S5K6AAFX sensor with embedded ISP driver and minor enhancement of v4l2 control API. This is not a complete work and I thought I'd publish this to get some feedback as early as possible. In particular this driver depends on planned R/G/B component gain controls. Sylwester Nawrocki (3): v4l: Extend V4L2_CID_COLORFX control with AQUA effect v4l: Add AUTO option for the V4L2_CID_POWER_LINE_FREQUENCY control v4l: Add S5K6AA(FX) sensor driver Documentation/DocBook/media/v4l/controls.xml | 10 +- drivers/media/video/Kconfig | 6 + drivers/media/video/Makefile | 1 + drivers/media/video/s5k6aa.c | 1578 ++++++++++++++++++++++++++ drivers/media/video/v4l2-ctrls.c | 1 + include/linux/videodev2.h | 2 + include/media/s5k6aa.h | 51 + 7 files changed, 1645 insertions(+), 4 deletions(-) create mode 100644 drivers/media/video/s5k6aa.c create mode 100644 include/media/s5k6aa.h Regards, -- Sylwester Nawrocki Samsung Poland R&D Center -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html