diff options
author | Bagas Sanjaya <bagasdotme@gmail.com> | 2023-03-19 09:46:04 +0100 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-03-30 13:08:52 +0200 |
commit | 91b8961eaf051bd437a357a604bb420ce5274003 (patch) | |
tree | 5d743a7e7a7dcbd19e0d99aab7fcd4d40585bf4a /MAINTAINERS | |
parent | Documentation: leds: MT6370: Use bullet lists for timing variables (diff) | |
download | linux-91b8961eaf051bd437a357a604bb420ce5274003.tar.xz linux-91b8961eaf051bd437a357a604bb420ce5274003.zip |
MAINTAINERS: Add entry for LED devices documentation
When given patches that only touch documentation directory for LED
devices (Documentation/leds/), get_maintainer doesn't list mailing list
for LED subsystem. However, the patch should be seen on that list in order
to be applied.
Add the entry for Documentation/leds/.
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230319084604.19749-1-bagasdotme@gmail.com
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8d5bc223f305..8cc35a2e24e5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11648,6 +11648,7 @@ L: linux-leds@vger.kernel.org S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds.git F: Documentation/devicetree/bindings/leds/ +F: Documentation/leds/ F: drivers/leds/ F: include/dt-bindings/leds/ F: include/linux/leds.h |