Hello, This patch implements the driver to support the front panel LEDs for PC Engines APU and APU2 boards. Changes from v3 to v4: - use const qualifiers where applicable 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