[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <1408542163-32764-1-git-send-email-j.anaszewski@samsung.com>
Date: Wed, 20 Aug 2014 15:42:41 +0200
From: Jacek Anaszewski <j.anaszewski@...sung.com>
To: linux-leds@...r.kernel.org, devicetree@...r.kernel.org,
linux-media@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: kyungmin.park@...sung.com, b.zolnierkie@...sung.com,
Jacek Anaszewski <j.anaszewski@...sung.com>
Subject: [PATCH/RFC v5 0/2] LED / flash API integration - Flash Manager
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists