Hello, The following 3 patches add driver for S5K6AAFX sensor with embedded ISP SoC, and minor v4l2 control API enhancement. I've cleaned things up comparing to the previous RFC version so this should potentially be ready for mainline. The driver has been tested with the Auto White Balance/RGB gain controls removed, which I'd like to handle as a next step. Any commments, Ack (or Nack) are appreciated;) 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 v4l2 subdev driver for S5K6AAFX sensor Documentation/DocBook/media/v4l/controls.xml | 10 +- drivers/media/video/Kconfig | 6 + drivers/media/video/Makefile | 1 + drivers/media/video/s5k6aa.c | 1483 ++++++++++++++++++++++++++ drivers/media/video/v4l2-ctrls.c | 1 + include/linux/videodev2.h | 2 + include/media/s5k6aa.h | 51 + 7 files changed, 1550 insertions(+), 4 deletions(-) create mode 100644 drivers/media/video/s5k6aa.c create mode 100644 include/media/s5k6aa.h Thanks, -- 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