All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH/RFC v5 0/2] LED / flash API integration - Flash Manager
@ 2014-08-20 13:42 Jacek Anaszewski
  2014-08-20 13:42 ` [PATCH/RFC v5 1/2] of: add of_node_ncmp wrapper Jacek Anaszewski
  2014-08-20 13:42 ` [PATCH/RFC v5 2/2] leds: Add Flash Manager functionality Jacek Anaszewski
  0 siblings, 2 replies; 3+ messages in thread
From: Jacek Anaszewski @ 2014-08-20 13:42 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 (2):
  of: add of_node_ncmp wrapper
  leds: Add Flash Manager functionality

 arch/sparc/include/asm/prom.h        |    1 +
 drivers/leds/Kconfig                 |   11 +
 drivers/leds/Makefile                |    4 +
 drivers/leds/led-class-flash.c       |   19 ++
 drivers/leds/led-flash-gpio-mux.c    |  102 ++++++
 drivers/leds/led-flash-manager.c     |  590 ++++++++++++++++++++++++++++++++++
 drivers/leds/of_led_flash_manager.c  |  155 +++++++++
 include/linux/led-flash-gpio-mux.h   |   68 ++++
 include/linux/led-flash-manager.h    |  146 +++++++++
 include/linux/leds.h                 |    1 +
 include/linux/of.h                   |    1 +
 include/linux/of_led_flash_manager.h |   80 +++++
 12 files changed, 1178 insertions(+)
 create mode 100644 drivers/leds/led-flash-gpio-mux.c
 create mode 100644 drivers/leds/led-flash-manager.c
 create mode 100644 drivers/leds/of_led_flash_manager.c
 create mode 100644 include/linux/led-flash-gpio-mux.h
 create mode 100644 include/linux/led-flash-manager.h
 create mode 100644 include/linux/of_led_flash_manager.h

-- 
1.7.9.5

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

end of thread, other threads:[~2014-08-20 13:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-20 13:42 [PATCH/RFC v5 0/2] LED / flash API integration - Flash Manager Jacek Anaszewski
2014-08-20 13:42 ` [PATCH/RFC v5 1/2] of: add of_node_ncmp wrapper Jacek Anaszewski
2014-08-20 13:42 ` [PATCH/RFC v5 2/2] leds: Add Flash Manager functionality Jacek Anaszewski

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.