public inbox for linux-pwm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] MAINTAINERS: add a selection of pwm related keywords to the PWM entry
@ 2019-09-23  8:49 Uwe Kleine-König
  2019-09-23  8:49 ` [PATCH 2/3] MAINTAINERS: Add patchwork link for " Uwe Kleine-König
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Uwe Kleine-König @ 2019-09-23  8:49 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-pwm, kernel

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(+)

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/3] MAINTAINERS: Add patchwork link for PWM entry
  2019-09-23  8:49 [PATCH 1/3] MAINTAINERS: add a selection of pwm related keywords to the PWM entry Uwe Kleine-König
@ 2019-09-23  8:49 ` Uwe Kleine-König
  2019-09-23  8:49 ` [PATCH 3/3] MAINTAINERS: Add myself as reviewer for the PWM subsystem Uwe Kleine-König
  2019-09-24 11:03 ` [PATCH 1/3] MAINTAINERS: add a selection of pwm related keywords to the PWM entry Thierry Reding
  2 siblings, 0 replies; 4+ messages in thread
From: Uwe Kleine-König @ 2019-09-23  8:49 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-pwm, kernel

This instance collects patches and Thierry updates the patches' status
there, so I consider it used and suitable to document it officially.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2e8dd2ea4eaa..5e9cfed834b2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13246,6 +13246,7 @@ M:	Thierry Reding <thierry.reding@gmail.com>
 L:	linux-pwm@vger.kernel.org
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
+Q:	https://patchwork.ozlabs.org/project/linux-pwm/list/
 F:	Documentation/driver-api/pwm.rst
 F:	Documentation/devicetree/bindings/pwm/
 F:	include/linux/pwm.h
-- 
2.23.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 3/3] MAINTAINERS: Add myself as reviewer for the PWM subsystem
  2019-09-23  8:49 [PATCH 1/3] MAINTAINERS: add a selection of pwm related keywords to the PWM entry Uwe Kleine-König
  2019-09-23  8:49 ` [PATCH 2/3] MAINTAINERS: Add patchwork link for " Uwe Kleine-König
@ 2019-09-23  8:49 ` Uwe Kleine-König
  2019-09-24 11:03 ` [PATCH 1/3] MAINTAINERS: add a selection of pwm related keywords to the PWM entry Thierry Reding
  2 siblings, 0 replies; 4+ messages in thread
From: Uwe Kleine-König @ 2019-09-23  8:49 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-pwm, kernel

I spend some time in the nearer past reviewing pwm patches. Honor this
by adding me as a reviewer.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5e9cfed834b2..0fa11c5d2c7f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13243,6 +13243,7 @@ F:	drivers/media/rc/pwm-ir-tx.c
 
 PWM SUBSYSTEM
 M:	Thierry Reding <thierry.reding@gmail.com>
+R:	Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
 L:	linux-pwm@vger.kernel.org
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
-- 
2.23.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/3] MAINTAINERS: add a selection of pwm related keywords to the PWM entry
  2019-09-23  8:49 [PATCH 1/3] MAINTAINERS: add a selection of pwm related keywords to the PWM entry Uwe Kleine-König
  2019-09-23  8:49 ` [PATCH 2/3] MAINTAINERS: Add patchwork link for " Uwe Kleine-König
  2019-09-23  8:49 ` [PATCH 3/3] MAINTAINERS: Add myself as reviewer for the PWM subsystem Uwe Kleine-König
@ 2019-09-24 11:03 ` Thierry Reding
  2 siblings, 0 replies; 4+ messages in thread
From: Thierry Reding @ 2019-09-24 11:03 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: linux-pwm, kernel

[-- Attachment #1: Type: text/plain, Size: 977 bytes --]

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
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-09-24 11:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-23  8:49 [PATCH 1/3] MAINTAINERS: add a selection of pwm related keywords to the PWM entry Uwe Kleine-König
2019-09-23  8:49 ` [PATCH 2/3] MAINTAINERS: Add patchwork link for " Uwe Kleine-König
2019-09-23  8:49 ` [PATCH 3/3] MAINTAINERS: Add myself as reviewer for the PWM subsystem Uwe Kleine-König
2019-09-24 11:03 ` [PATCH 1/3] MAINTAINERS: add a selection of pwm related keywords to the PWM entry Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox