diff mbox series

[1/3] MAINTAINERS: add a selection of pwm related keywords to the PWM entry

Message ID 20190923084937.20358-1-u.kleine-koenig@pengutronix.de
State Accepted
Headers show
Series [1/3] MAINTAINERS: add a selection of pwm related keywords to the PWM entry | expand

Commit Message

Uwe Kleine-König Sept. 23, 2019, 8:49 a.m. UTC
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>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Thierry Reding Sept. 24, 2019, 11:03 a.m. UTC | #1
On Mon, Sep 23, 2019 at 10:49:35AM +0200, Uwe Kleine-König wrote:
> 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>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)

All three patches applied. Thanks for volunteering to be a reviewer!

Thierry

> diff --git a/MAINTAINERS b/MAINTAINERS
> index b85f2abfe69b..2e8dd2ea4eaa 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13254,6 +13254,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>
> -- 
> 2.23.0
>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index b85f2abfe69b..2e8dd2ea4eaa 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13254,6 +13254,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>