These patches add support and documentation for the BCM6358 LED driver, which is present on BCM6358 and BCM6368. In these SoCs there are Serial LEDs (LEDs connected to a 74hc controller), which can either be controlled by software (exporting the 74hc as spi-gpio) or hardware using this driver. v1->v2: Introduce changes suggested by Jacek. Álvaro Fernández Rojas (2): leds: add DT binding for BCM6358 LED controller leds: add BCM6358 LED driver .../devicetree/bindings/leds/leds-bcm6358.txt | 145 ++++++++++++ drivers/leds/Kconfig | 8 + drivers/leds/Makefile | 1 + drivers/leds/leds-bcm6358.c | 243 +++++++++++++++++++++ 4 files changed, 397 insertions(+) create mode 100644 Documentation/devicetree/bindings/leds/leds-bcm6358.txt create mode 100644 drivers/leds/leds-bcm6358.c -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html