From: Uwe Kleine-König Date: Mon, 23 Sep 2019 08:49:35 +0000 (+0200) Subject: MAINTAINERS: Add a selection of PWM related keywords to the PWM entry X-Git-Tag: v5.4-rc1~27^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f960106c150a9733f5d7408b975c0a687617961;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Thierry Reding --- 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