diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-10-09 00:36:04 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-10-09 00:36:04 +0200 |
commit | e3280b54afed870d531571212f1fc375df39b7d2 (patch) | |
tree | 69abb2e5526ff58fc804af1fc9f59672d1b63937 /MAINTAINERS | |
parent | Merge tag 'gpio-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... (diff) | |
parent | Add my linux-leds branch to MAINTAINERS (diff) | |
download | linux-e3280b54afed870d531571212f1fc375df39b7d2.tar.xz linux-e3280b54afed870d531571212f1fc375df39b7d2.zip |
Merge tag 'led-fixes-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds
Pull LED fixes from Jacek Anaszewski:
- fix a leftover from earlier stage of development in the documentation
of recently added led_compose_name() and fix old mistake in the
documentation of led_set_brightness_sync() parameter name.
- MAINTAINERS: add pointer to Pavel Machek's linux-leds.git tree.
Pavel is going to take over LED tree maintainership from myself.
* tag 'led-fixes-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds:
Add my linux-leds branch to MAINTAINERS
leds: core: Fix leds.h structure documentation
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 55199ef7fa74..94ce075907a0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9187,6 +9187,7 @@ M: Pavel Machek <pavel@ucw.cz> R: Dan Murphy <dmurphy@ti.com> L: linux-leds@vger.kernel.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git +T: git git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds.git S: Maintained F: Documentation/devicetree/bindings/leds/ F: drivers/leds/ |