MAINTAINERS: Add a selection of PWM related keywords to the PWM entry
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Mon, 23 Sep 2019 08:49:35 +0000 (10:49 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Thu, 26 Sep 2019 11:27:51 +0000 (13:27 +0200)
This is just a small subset of the relevant functions, but should at
least catch all new code as every consumer has to call pwm_apply_state()
(or the legacy function pwm_config()) and every PWM provider has to
implement pwm_ops.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
MAINTAINERS

index 783569e3c4b48752c3555e9bee6fbc87adad5117..778b55ca4bb3f4c9ee3033c6aa4aa99c90325195 100644 (file)
@@ -13086,6 +13086,7 @@ F:      drivers/video/backlight/pwm_bl.c
 F:     include/linux/pwm_backlight.h
 F:     drivers/gpio/gpio-mvebu.c
 F:     Documentation/devicetree/bindings/gpio/gpio-mvebu.txt
+K:     pwm_(config|apply_state|ops)
 
 PXA GPIO DRIVER
 M:     Robert Jarzmik <robert.jarzmik@free.fr>