diff options
author | Lukas Bulwahn | 2022-06-13 14:33:19 +0200 |
---|---|---|
committer | Thierry Reding | 2022-07-29 13:41:18 +0200 |
commit | 0afe57ca3a776ced18d88d1236163ad02a4d0f6b (patch) | |
tree | dd39381ee77f3538e930b6d6c96a5c4685aa1dd5 /MAINTAINERS | |
parent | 3bf5f2f0c02ef7f8047a26ca599035d4a5eab34a (diff) |
MAINTAINERS: Add include/dt-bindings/pwm to PWM SUBSYSTEM
Maintainers of the directory Documentation/devicetree/bindings/pwm
are also the maintainers of the corresponding directory
include/dt-bindings/pwm.
Add the file entry for include/dt-bindings/pwm to the appropriate
section in MAINTAINERS.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@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 a6d3bd9d2a8d..f7b228a6c49d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16199,6 +16199,7 @@ F: Documentation/driver-api/pwm.rst F: drivers/gpio/gpio-mvebu.c F: drivers/pwm/ F: drivers/video/backlight/pwm_bl.c +F: include/dt-bindings/pwm/ F: include/linux/pwm.h F: include/linux/pwm_backlight.h K: pwm_(config|apply_state|ops) |