Merge tag 'leds_for_4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds
Pull LED updates from Jacek Anaszewski: - Move the out-of-LED-tree led-sead3 driver to the LED subsystem. - Add 'invert' sysfs attribute to the heartbeat trigger. - Add Device Tree support to the leds-netxbig driver and add related DT nodes to the kirkwood-netxbig.dtsi and kirkwood-net5big.dts files. Remove static LED setup from the related board files. - Remove redundant brightness conversion operation from leds-netxbig. - Improve leds-bcm6328 driver: improve default-state handling, add more init configuration options, print invalid LED instead of warning only about maximum LED value. - Add a shutdown function for setting gpio-leds into off state when shutting down. - Fix DT flash timeout property naming in leds-aat1290.txt. - Switch to using devm prefixed version of led_classdev_register() (leds-cobalt-qube, leds-hp6xx, leds-ot200, leds-ipaq-micro, leds-netxbig, leds-locomo, leds-menf21bmc, leds-net48xx, leds-wrap). - Add missing of_node_put (leds-powernv, leds-bcm6358, leds-bcm6328, leds-88pm860x). - Coding style fixes and cleanups: led-class/led-core, leds-ipaq-micro. * tag 'leds_for_4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds: (27 commits) leds: 88pm860x: add missing of_node_put leds: bcm6328: add missing of_node_put leds: bcm6358: add missing of_node_put powerpc/powernv: add missing of_node_put leds: leds-wrap.c: Use devm_led_classdev_register leds: aat1290: Fix property naming of flash-timeout-us leds: leds-net48xx: Use devm_led_classdev_register leds: leds-menf21bmc.c: Use devm_led_class_register leds: leds-locomo.c: Use devm_led_classdev_register leds: leds-gpio: add shutdown function Documentation: leds: update DT bindings for leds-bcm6328 leds-bcm6328: add more init configuration options leds-bcm6328: simplify and improve default-state handling leds-bcm6328: print invalid LED leds: netxbig: set led_classdev max_brightness leds: netxbig: convert to use the devm_ functions ARM: mvebu: remove static LED setup for netxbig boards ARM: Kirkwood: add LED DT entries for netxbig boards leds: netxbig: add device tree binding leds: triggers: add invert to heartbeat ...
Showing
- Documentation/devicetree/bindings/gpio/netxbig-gpio-ext.txt 22 additions, 0 deletionsDocumentation/devicetree/bindings/gpio/netxbig-gpio-ext.txt
- Documentation/devicetree/bindings/leds/leds-aat1290.txt 4 additions, 4 deletionsDocumentation/devicetree/bindings/leds/leds-aat1290.txt
- Documentation/devicetree/bindings/leds/leds-bcm6328.txt 10 additions, 0 deletionsDocumentation/devicetree/bindings/leds/leds-bcm6328.txt
- Documentation/devicetree/bindings/leds/leds-netxbig.txt 92 additions, 0 deletionsDocumentation/devicetree/bindings/leds/leds-netxbig.txt
- arch/arm/boot/dts/kirkwood-net5big.dts 60 additions, 0 deletionsarch/arm/boot/dts/kirkwood-net5big.dts
- arch/arm/boot/dts/kirkwood-netxbig.dtsi 80 additions, 0 deletionsarch/arm/boot/dts/kirkwood-netxbig.dtsi
- arch/arm/mach-mvebu/Kconfig 0 additions, 7 deletionsarch/arm/mach-mvebu/Kconfig
- arch/arm/mach-mvebu/Makefile 0 additions, 1 deletionarch/arm/mach-mvebu/Makefile
- arch/arm/mach-mvebu/kirkwood.c 0 additions, 4 deletionsarch/arm/mach-mvebu/kirkwood.c
- arch/arm/mach-mvebu/netxbig.c 0 additions, 191 deletionsarch/arm/mach-mvebu/netxbig.c
- arch/mips/mti-sead3/Makefile 0 additions, 2 deletionsarch/mips/mti-sead3/Makefile
- drivers/leds/Kconfig 10 additions, 0 deletionsdrivers/leds/Kconfig
- drivers/leds/Makefile 1 addition, 0 deletionsdrivers/leds/Makefile
- drivers/leds/led-class.c 1 addition, 68 deletionsdrivers/leds/led-class.c
- drivers/leds/led-core.c 73 additions, 0 deletionsdrivers/leds/led-core.c
- drivers/leds/leds-88pm860x.c 1 addition, 0 deletionsdrivers/leds/leds-88pm860x.c
- drivers/leds/leds-bcm6328.c 33 additions, 12 deletionsdrivers/leds/leds-bcm6328.c
- drivers/leds/leds-bcm6358.c 3 additions, 1 deletiondrivers/leds/leds-bcm6358.c
- drivers/leds/leds-cobalt-qube.c 1 addition, 22 deletionsdrivers/leds/leds-cobalt-qube.c
- drivers/leds/leds-gpio.c 13 additions, 0 deletionsdrivers/leds/leds-gpio.c
Please register or sign in to comment