Hi everybody, Here's a driver for the as3645a flash controller. The first patch adds two new flash faults bits to the V4L2 API, and the second patch adds the driver itself. Laurent Pinchart (2): v4l: Add over-current and indicator flash fault bits as3645a: Add driver for LED flash controller Documentation/DocBook/media/v4l/controls.xml | 10 + drivers/media/video/Kconfig | 7 + drivers/media/video/Makefile | 1 + drivers/media/video/as3645a.c | 1425 ++++++++++++++++++++++++++ include/linux/as3645a.h | 36 + include/linux/videodev2.h | 2 + include/media/as3645a.h | 69 ++ 7 files changed, 1550 insertions(+), 0 deletions(-) create mode 100644 drivers/media/video/as3645a.c create mode 100644 include/linux/as3645a.h create mode 100644 include/media/as3645a.h -- Regards, Laurent Pinchart -- 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