[GIT PULL] LED subsystem for 3.18 merge window

From: Bryan Wu
Date: Mon Oct 20 2014 - 13:52:06 EST


Hi Linus,

Sorry for the delay, hope I can still make this merge window.

Basically we have some bug fixing and clean up and one big thing is we
start to merge patch to add support LED Flash class. So Please
consider the following changes since commit
2ce7598c9a453e0acd0e07be7be3f5eb39608ebd:

Linux 3.17-rc4 (2014-09-07 16:09:43 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git for-next

for you to fetch changes up to a4c84e6aafda0ddd8cb004c464cd11e47e211049:

leds: gpio: cleanup the leds-gpio driver (2014-09-29 10:22:26 -0700)

----------------------------------------------------------------
Andreas Werner (4):
mfd: menf21bmc: Introduce MEN 14F021P00 BMC MFD Core driver
watchdog: menf21bmc_wdt: Introduce MEN 14F021P00 BMC Watchdog driver
leds: leds-menf21bmc: Introduce MEN 14F021P00 BMC LED driver
hwmon: (menf21bmc) Introduce MEN14F021P00 BMC HWMON driver

Bryan Wu (1):
Merge tag 'mfd-hwmon-leds-watchdog-v3.18' into devel

Jacek Anaszewski (5):
leds: Reorder include directives
leds: make brightness type consistent across whole subsystem
leds: avoid using DEVICE_ATTR macro for max_brightness attribute
leds: lp3944: fix sparse warning
leds: Improve and export led_update_brightness

Lothar WaÃmann (1):
leds: trigger: gpio: fix warning in gpio trigger for gpios whose
accessor function may sleep

Xiubo Li (3):
led: gpio: Sort include headers alphabetically
led: gpio: Fix possible ZERO_SIZE_PTR pointer dereferencing error.
leds: gpio: cleanup the leds-gpio driver

Documentation/hwmon/menf21bmc | 50 ++++++++
drivers/hwmon/Kconfig | 10 ++
drivers/hwmon/Makefile | 1 +
drivers/hwmon/menf21bmc_hwmon.c | 230 ++++++++++++++++++++++++++++++++++++
drivers/leds/Kconfig | 9 ++
drivers/leds/Makefile | 1 +
drivers/leds/led-class.c | 23 ++--
drivers/leds/led-core.c | 19 ++-
drivers/leds/leds-gpio-register.c | 5 +-
drivers/leds/leds-gpio.c | 14 +--
drivers/leds/leds-lp3944.c | 3 +-
drivers/leds/leds-menf21bmc.c | 131 ++++++++++++++++++++
drivers/leds/trigger/ledtrig-gpio.c | 2 +-
drivers/mfd/Kconfig | 15 +++
drivers/mfd/Makefile | 1 +
drivers/mfd/menf21bmc.c | 132 +++++++++++++++++++++
drivers/watchdog/Kconfig | 10 ++
drivers/watchdog/Makefile | 1 +
drivers/watchdog/menf21bmc_wdt.c | 203 +++++++++++++++++++++++++++++++
include/linux/leds.h | 16 ++-
20 files changed, 847 insertions(+), 29 deletions(-)
create mode 100644 Documentation/hwmon/menf21bmc
create mode 100644 drivers/hwmon/menf21bmc_hwmon.c
create mode 100644 drivers/leds/leds-menf21bmc.c
create mode 100644 drivers/mfd/menf21bmc.c
create mode 100644 drivers/watchdog/menf21bmc_wdt.c
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/