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 > --- > 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 > -- > 2.23.0 >