This patch is to add new dual led flash, lm3646. LM3646 is the product of ti and it has two 1.5A sync. boost converter with dual white current source. 2 files are created and 4 files are modified. And 3 patch files are created and sent. v7 - change log Changed V4L2_FLASH_FAULT_UNDER_VOLTAGE description in DocBook. Changed lm3646_get_ctrl v6 - change log Changed description in DocBook. v5 - change log Added control register caching to avoid redundant i2c access. Removed dt to create a seperate patch. Changed description in DocBook. Daniel Jeong (3): [RFC] v4l2-controls.h: [RFC] DocBook:Media:v4l:controls.xml [RFC] media: i2c: add new dual LED Flash driver, lm3646 Documentation/DocBook/media/v4l/controls.xml | 18 ++ drivers/media/i2c/Kconfig | 9 + drivers/media/i2c/Makefile | 1 + drivers/media/i2c/lm3646.c | 414 ++++++++++++++++++++++++++ include/media/lm3646.h | 87 ++++++ include/uapi/linux/v4l2-controls.h | 3 + 6 files changed, 532 insertions(+) create mode 100644 drivers/media/i2c/lm3646.c create mode 100644 include/media/lm3646.h -- 1.7.9.5 -- 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