Hello The following change set adds subdev driver for S5K6AAFX sensor with embedded ISP SoC, and minor v4l2 control API enhancement.
Changes since v1: - improved s5k6aa_initialize_ctrls() - fixed pixel resolution update issue which in some cases resulted in cropping where scaling was expected - used V4L2_COLORFX_SKY_BLUE instead of V4L2_COLORFX_AQUA - dropped patch adding V4L2_COLORFX_AQUA entry for V4L2_CID_COLORFX control - patch 2/2 - no changes Sylwester Nawrocki (2): 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 | 5 +- drivers/media/video/Kconfig | 7 + drivers/media/video/Makefile | 1 + drivers/media/video/s5k6aa.c | 1482 ++++++++++++++++++++++++++ drivers/media/video/v4l2-ctrls.c | 1 + include/linux/videodev2.h | 1 + include/media/s5k6aa.h | 51 + 7 files changed, 1546 insertions(+), 2 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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html