linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH/RFC v5 0/4] LED / flash API integration - LED Flash Class
@ 2014-08-20 13:41 Jacek Anaszewski
  2014-08-20 13:41 ` [PATCH/RFC v5 1/4] leds: Improve and export led_update_brightness Jacek Anaszewski
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Jacek Anaszewski @ 2014-08-20 13:41 UTC (permalink / raw)
  To: linux-leds, devicetree, linux-media, linux-kernel
  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
five subsets:

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

The series is based on linux-next-20140820.

Thanks,
Jacek Anaszewski

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

Jacek Anaszewski (4):
  leds: Improve and export led_update_brightness
  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  |  645 +++++++++++++++++++++++++++++++++++++++
 drivers/leds/led-class.c        |   40 ++-
 drivers/leds/led-core.c         |   48 +++
 drivers/leds/led-triggers.c     |   20 +-
 include/linux/led-class-flash.h |  273 +++++++++++++++++
 include/linux/leds.h            |   66 ++++
 8 files changed, 1091 insertions(+), 13 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-09-12 21:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-20 13:41 [PATCH/RFC v5 0/4] LED / flash API integration - LED Flash Class Jacek Anaszewski
2014-08-20 13:41 ` [PATCH/RFC v5 1/4] leds: Improve and export led_update_brightness Jacek Anaszewski
2014-09-05 21:03   ` Bryan Wu
2014-09-12 21:05     ` Bryan Wu
2014-08-20 13:41 ` [PATCH/RFC v5 2/4] leds: implement sysfs interface locking mechanism Jacek Anaszewski
2014-09-12  1:11   ` Bryan Wu
2014-09-12  6:45     ` Jacek Anaszewski
2014-08-20 13:41 ` [PATCH/RFC v5 3/4] leds: add API for setting torch brightness Jacek Anaszewski
2014-08-20 13:41 ` [PATCH/RFC v5 4/4] leds: Add LED Flash Class wrapper to LED subsystem 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).