aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2019-09-23 10:49:35 +0200
committerThierry Reding <thierry.reding@gmail.com>2019-09-26 13:27:51 +0200
commit8f960106c150a9733f5d7408b975c0a687617961 (patch)
tree246b7b7280dbfed683dac01d5d56c831e713d7a9
parent715d14da670e353c8c827f97e61ba00969929e33 (diff)
downloadras-8f960106c150a9733f5d7408b975c0a687617961.tar.gz
MAINTAINERS: Add a selection of PWM related keywords to the PWM entry
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>
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 783569e3c4b48..778b55ca4bb3f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -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>