All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC v6 0/3] add new Dual LED FLASH LM3646
@ 2014-02-26  7:04 Daniel Jeong
  2014-02-26  7:04 ` [RFC v6 1/3] v4l2-controls.h: add addtional Flash fault bits Daniel Jeong
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Daniel Jeong @ 2014-02-26  7:04 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Rob Landley, Sakari Ailus, Andy Shevchenko
  Cc: Hans Verkuil, Daniel Jeong, linux-media, linux-doc

 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.

 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                   |  419 ++++++++++++++++++++++++++
 include/media/lm3646.h                       |   87 ++++++
 include/uapi/linux/v4l2-controls.h           |    3 +
 6 files changed, 537 insertions(+)
 create mode 100644 drivers/media/i2c/lm3646.c
 create mode 100644 include/media/lm3646.h

-- 
1.7.9.5


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

end of thread, other threads:[~2014-03-03  9:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-26  7:04 [RFC v6 0/3] add new Dual LED FLASH LM3646 Daniel Jeong
2014-02-26  7:04 ` [RFC v6 1/3] v4l2-controls.h: add addtional Flash fault bits Daniel Jeong
2014-02-26  7:04 ` [RFC v6,2/3] controls.xml : " Daniel Jeong
2014-02-26 12:33   ` Sakari Ailus
2014-02-26  7:04 ` [RFC v6,3/3] media: i2c: add new dual LED Flash driver, lm364 Daniel Jeong
2014-02-26 12:56   ` Sakari Ailus
2014-03-03  9:49     ` Daniel Jeong

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.