Hi everybody, Here's the second version of the as3645a flash controller driver.
Compared to v1, this version addresses Hans' comments, and removes the overheat protection code. The overheat protection implementation was specific to Nokia's use cases, and thus not ready for mainline. A more generic overheat protection implementation (possibly as a library usable by several flash controllers) can be integrated later. 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 | 951 ++++++++++++++++++++++++++ include/linux/videodev2.h | 2 + include/media/as3645a.h | 69 ++ 6 files changed, 1040 insertions(+), 0 deletions(-) create mode 100644 drivers/media/video/as3645a.c 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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html