linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH/RFC v6 0/3] LED / flash API integration - LED Flash Class
@ 2014-09-22 15:21 Jacek Anaszewski
  2014-09-22 15:21 ` [PATCH/RFC v6 1/3] leds: implement sysfs interface locking mechanism Jacek Anaszewski
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Jacek Anaszewski @ 2014-09-22 15:21 UTC (permalink / raw)
  To: linux-leds, linux-media; +Cc: kyungmin.park, b.zolnierkie, Jacek Anaszewski

This patch set is the follow-up of the LED / flash API integration
series [1]. For clarity reasons the patchset has been split into
four subsets:

- LED Flash Class
- V4L2 Flash
- LED Flash Class drivers
- Documentation

========================
Changes since version 5:
========================

- removed flash manager framework - its implementation needs
  further thorough discussion.
- removed external strobe facilities from the LED Flash Class
  and provided external_strobe_set op in v4l2-flash. LED subsystem
  should be strobe provider agnostic.

Thanks,
Jacek Anaszewski

[1] https://lkml.org/lkml/2014/7/11/914


Jacek Anaszewski (3):
  leds: implement sysfs interface locking mechanism
  leds: add API for setting torch brightness
  leds: Add LED Flash Class wrapper to LED subsystem

 drivers/leds/Kconfig            |   11 +
 drivers/leds/Makefile           |    1 +
 drivers/leds/led-class-flash.c  |  557 +++++++++++++++++++++++++++++++++++++++
 drivers/leds/led-class.c        |   30 ++-
 drivers/leds/led-core.c         |   32 +++
 drivers/leds/led-triggers.c     |   16 +-
 include/linux/led-class-flash.h |  238 +++++++++++++++++
 include/linux/leds.h            |   56 ++++
 8 files changed, 934 insertions(+), 7 deletions(-)
 create mode 100644 drivers/leds/led-class-flash.c
 create mode 100644 include/linux/led-class-flash.h

-- 
1.7.9.5

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

end of thread, other threads:[~2014-11-04  9:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-22 15:21 [PATCH/RFC v6 0/3] LED / flash API integration - LED Flash Class Jacek Anaszewski
2014-09-22 15:21 ` [PATCH/RFC v6 1/3] leds: implement sysfs interface locking mechanism Jacek Anaszewski
2014-10-21  1:01   ` Bryan Wu
2014-11-04  1:37     ` Bryan Wu
2014-09-22 15:21 ` [PATCH/RFC v6 2/3] leds: add API for setting torch brightness Jacek Anaszewski
2014-10-21  1:05   ` Bryan Wu
2014-09-22 15:21 ` [PATCH/RFC v6 3/3] leds: Add LED Flash Class wrapper to LED subsystem Jacek Anaszewski
2014-11-04  1:34   ` Bryan Wu
2014-11-04  9:21     ` Jacek Anaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).