public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] as3645a flash driver
@ 2011-11-14  0:19 Laurent Pinchart
  2011-11-14  0:19 ` [PATCH v2 1/2] v4l: Add over-current and indicator flash fault bits Laurent Pinchart
  2011-11-14  0:19 ` [PATCH v2 2/2] as3645a: Add driver for LED flash controller Laurent Pinchart
  0 siblings, 2 replies; 11+ messages in thread
From: Laurent Pinchart @ 2011-11-14  0:19 UTC (permalink / raw)
  To: linux-media; +Cc: sakari.ailus, andriy.shevchenko

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-11-16  0:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-14  0:19 [PATCH v2 0/2] as3645a flash driver Laurent Pinchart
2011-11-14  0:19 ` [PATCH v2 1/2] v4l: Add over-current and indicator flash fault bits Laurent Pinchart
2011-11-14  0:19 ` [PATCH v2 2/2] as3645a: Add driver for LED flash controller Laurent Pinchart
2011-11-14  9:34   ` Sakari Ailus
2011-11-15 12:01     ` Andy Shevchenko
2011-11-15 13:12     ` Laurent Pinchart
2011-11-15 15:28       ` Sakari Ailus
2011-11-15 15:53         ` Laurent Pinchart
2011-11-15 15:59           ` Sakari Ailus
2011-11-15 16:55       ` Andy Shevchenko
2011-11-16  0:37         ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox