lkml.org 
[lkml]   [2014]   [Aug]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH/RFC v5 0/2] LED / flash API integration - Flash Manager
Date
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



\
 
 \ /
  Last update: 2014-08-20 16:21    [W:0.031 / U:0.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site