All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] as3645a flash driver
@ 2011-11-15 16:21 Laurent Pinchart
  2011-11-15 16:21 ` [PATCH v4 1/2] v4l: Add over-current and indicator flash fault bits Laurent Pinchart
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Laurent Pinchart @ 2011-11-15 16:21 UTC (permalink / raw)
  To: linux-media; +Cc: sakari.ailus, andriy.shevchenko

Hi everybody,

v3 was missing a small bug fix (setting ctrl->cur.val to 0 before adding bits
in the fault control read code). v4 fixes that (and also includes a cosmetic
fix).

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                |  881 ++++++++++++++++++++++++++
 include/linux/videodev2.h                    |    2 +
 include/media/as3645a.h                      |   83 +++
 6 files changed, 984 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] 18+ messages in thread

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

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-15 16:21 [PATCH v4 0/2] as3645a flash driver Laurent Pinchart
2011-11-15 16:21 ` [PATCH v4 1/2] v4l: Add over-current and indicator flash fault bits Laurent Pinchart
2011-11-15 16:21 ` [PATCH v4 2/2] as3645a: Add driver for LED flash controller Laurent Pinchart
2011-11-15 17:49   ` [PATCH 0/9] as3645a: set of fixes up Andy Shevchenko
2011-11-15 17:49     ` [PATCH 1/9] as3645a: mention lm3555 as a clone of that chip Andy Shevchenko
2011-11-15 17:49     ` [PATCH 2/9] as3645a: print vendor and revision of the chip Andy Shevchenko
2011-11-16 10:32       ` Laurent Pinchart
2011-11-15 17:49     ` [PATCH 3/9] as3645a: remove unused code Andy Shevchenko
2011-11-15 17:49     ` [PATCH 4/9] as3645a: No error, no message Andy Shevchenko
2011-11-15 17:49     ` [PATCH 5/9] as3645a: move limits to the platform_data Andy Shevchenko
2011-11-15 17:49     ` [PATCH 6/9] as3645a: free resources in case of error properly Andy Shevchenko
2011-11-16 10:37       ` Laurent Pinchart
2011-11-16 10:52         ` Andy Shevchenko
2011-11-15 17:49     ` [PATCH 7/9] as3645a: use struct dev_pm_ops Andy Shevchenko
2011-11-15 17:50     ` [PATCH 8/9] as3645a: use pr_err macro instead of printk KERN_ERR Andy Shevchenko
2011-11-15 17:50     ` [PATCH 9/9] as3645a: use the same timeout for hw and sw strobes Andy Shevchenko
2011-11-16  6:53     ` [PATCH 0/9] as3645a: set of fixes up Sakari Ailus
2011-11-16  6:47 ` [PATCH v4 0/2] as3645a flash driver Sakari Ailus

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.