Hello, This patch adds support for the PC Engines APU/APU2 front panel LEDs. Changes from v1 to v2: - use LED_ON enum constant - readability improvements Alan Mizrahi (1): leds: Add driver for PC Engines APU/APU2 LEDs drivers/leds/Kconfig | 10 ++ drivers/leds/Makefile | 1 + drivers/leds/leds-apu.c | 278 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 289 insertions(+) create mode 100644 drivers/leds/leds-apu.c -- 2.9.0