Merge tag 'leds-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds
Pull LED updates from Pavel Machek: - New driver for TI TPS6105X - Add managed API to get a LED from a device driver - Misc fixes and updates * tag 'leds-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds: (22 commits) leds: lm3692x: Disable chip on brightness 0 leds: lm3692x: Split out lm3692x_leds_disable leds: lm3692x: Move lm3692x_init and rename to lm3692x_leds_enable leds: lm3692x: Make sure we don't exceed the maximum LED current dt: bindings: lm3692x: Add led-max-microamp property leds: lm3692x: Allow to configure over voltage protection dt: bindings: lm3692x: Add ti,ovp-microvolt property leds: populate the device's of_node leds: Add managed API to get a LED from a device driver leds: Add of_led_get() and led_put() leds: lm3532: add pointer to documentation and fix typo leds: lm3532: use extended registration so that LED can be used for backlight leds: lm3642: remove warnings for bad strtol, cleanup gotos leds: rb532: cleanup whitespace ledtrig-pattern: fix email address quoting in MODULE_AUTHOR() dt-bindings: mfd: update TI tps6105x chip bindings leds: tps6105x: add driver for MFD chip LED mode led: max77650: add of_match table leds: bd2802: Convert to use GPIO descriptors leds: pca963x: Fix open-drain initialization ...
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/leds/leds-lm3692x.txt 8 additions, 0 deletionsDocumentation/devicetree/bindings/leds/leds-lm3692x.txt
- Documentation/devicetree/bindings/mfd/tps6105x.txt 46 additions, 1 deletionDocumentation/devicetree/bindings/mfd/tps6105x.txt
- drivers/leds/Kconfig 10 additions, 0 deletionsdrivers/leds/Kconfig
- drivers/leds/Makefile 1 addition, 0 deletionsdrivers/leds/Makefile
- drivers/leds/led-class.c 96 additions, 1 deletiondrivers/leds/led-class.c
- drivers/leds/leds-bd2802.c 18 additions, 9 deletionsdrivers/leds/leds-bd2802.c
- drivers/leds/leds-lm3532.c 7 additions, 1 deletiondrivers/leds/leds-lm3532.c
- drivers/leds/leds-lm3642.c 14 additions, 23 deletionsdrivers/leds/leds-lm3642.c
- drivers/leds/leds-lm3692x.c 125 additions, 55 deletionsdrivers/leds/leds-lm3692x.c
- drivers/leds/leds-pca963x.c 5 additions, 3 deletionsdrivers/leds/leds-pca963x.c
- drivers/leds/leds-tps6105x.c 89 additions, 0 deletionsdrivers/leds/leds-tps6105x.c
- include/linux/leds-bd2802.h 0 additions, 1 deletioninclude/linux/leds-bd2802.h
- include/linux/leds.h 6 additions, 0 deletionsinclude/linux/leds.h
Loading
Please register or sign in to comment