diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2022-08-22 21:44:50 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2022-08-22 21:45:49 -0700 |
commit | 4f3e509996a877dca1ddffc2abdbb5857727bfc4 (patch) | |
tree | 745b1f423a42899211db3fcd42793b0e2912741e /MAINTAINERS | |
parent | 99077ad668ddd9b4823cc8ce3f3c7a3fc56f6fd9 (diff) | |
download | linux-stable-4f3e509996a877dca1ddffc2abdbb5857727bfc4.tar.gz linux-stable-4f3e509996a877dca1ddffc2abdbb5857727bfc4.tar.bz2 linux-stable-4f3e509996a877dca1ddffc2abdbb5857727bfc4.zip |
MAINTAINERS: add include/dt-bindings/input to INPUT DRIVERS
Maintainers of the directory Documentation/devicetree/bindings/input
are also the maintainers of the corresponding directory
include/dt-bindings/input.
Add the file entry for include/dt-bindings/input to the appropriate
section in MAINTAINERS.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20220613115654.28117-1-lukas.bulwahn@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@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 66bffb24a348..18477041d70d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9798,6 +9798,7 @@ F: Documentation/devicetree/bindings/input/ F: Documentation/devicetree/bindings/serio/ F: Documentation/input/ F: drivers/input/ +F: include/dt-bindings/input/ F: include/linux/input.h F: include/linux/input/ F: include/uapi/linux/input-event-codes.h |