diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2019-09-23 10:49:35 +0200 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2019-09-26 13:27:51 +0200 |
commit | 8f960106c150a9733f5d7408b975c0a687617961 (patch) | |
tree | 246b7b7280dbfed683dac01d5d56c831e713d7a9 /MAINTAINERS | |
parent | 715d14da670e353c8c827f97e61ba00969929e33 (diff) | |
download | linux-8f960106c150a9733f5d7408b975c0a687617961.tar.bz2 |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 783569e3c4b4..778b55ca4bb3 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> |