All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pwm: atmel: drop unused header
@ 2021-09-09  8:09 ` Uwe Kleine-König
  0 siblings, 0 replies; 10+ messages in thread
From: Uwe Kleine-König @ 2021-09-09  8:09 UTC (permalink / raw)
  To: Claudiu Beznea, Thierry Reding, Lee Jones
  Cc: Nicolas Ferre, Alexandre Belloni, Ludovic Desroches,
	linux-arm-kernel, linux-pwm, kernel

Since commit 52eaba4cedbd ("pwm: atmel: Rework tracking updates pending
in hardware") the driver doesn't make use of mutexes any more, so the
header defining these doesn't need to be included.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 drivers/pwm/pwm-atmel.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/pwm/pwm-atmel.c b/drivers/pwm/pwm-atmel.c
index e748604403cc..98b34ea9f38e 100644
--- a/drivers/pwm/pwm-atmel.c
+++ b/drivers/pwm/pwm-atmel.c
@@ -24,7 +24,6 @@
 #include <linux/err.h>
 #include <linux/io.h>
 #include <linux/module.h>
-#include <linux/mutex.h>
 #include <linux/of.h>
 #include <linux/of_device.h>
 #include <linux/platform_device.h>
-- 
2.30.2


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

* [PATCH] pwm: atmel: drop unused header
@ 2021-09-09  8:09 ` Uwe Kleine-König
  0 siblings, 0 replies; 10+ messages in thread
From: Uwe Kleine-König @ 2021-09-09  8:09 UTC (permalink / raw)
  To: Claudiu Beznea, Thierry Reding, Lee Jones
  Cc: linux-pwm, Alexandre Belloni, Ludovic Desroches, kernel,
	linux-arm-kernel

Since commit 52eaba4cedbd ("pwm: atmel: Rework tracking updates pending
in hardware") the driver doesn't make use of mutexes any more, so the
header defining these doesn't need to be included.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 drivers/pwm/pwm-atmel.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/pwm/pwm-atmel.c b/drivers/pwm/pwm-atmel.c
index e748604403cc..98b34ea9f38e 100644
--- a/drivers/pwm/pwm-atmel.c
+++ b/drivers/pwm/pwm-atmel.c
@@ -24,7 +24,6 @@
 #include <linux/err.h>
 #include <linux/io.h>
 #include <linux/module.h>
-#include <linux/mutex.h>
 #include <linux/of.h>
 #include <linux/of_device.h>
 #include <linux/platform_device.h>
-- 
2.30.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] pwm: atmel: drop unused header
  2021-09-09  8:09 ` Uwe Kleine-König
@ 2021-09-09  8:51   ` Alexandre Belloni
  -1 siblings, 0 replies; 10+ messages in thread
From: Alexandre Belloni @ 2021-09-09  8:51 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: linux-pwm, Ludovic Desroches, Thierry Reding, kernel, Lee Jones,
	Claudiu Beznea, linux-arm-kernel

On 09/09/2021 10:09:03+0200, Uwe Kleine-König wrote:
> Since commit 52eaba4cedbd ("pwm: atmel: Rework tracking updates pending
> in hardware") the driver doesn't make use of mutexes any more, so the
> header defining these doesn't need to be included.
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

> ---
>  drivers/pwm/pwm-atmel.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/pwm/pwm-atmel.c b/drivers/pwm/pwm-atmel.c
> index e748604403cc..98b34ea9f38e 100644
> --- a/drivers/pwm/pwm-atmel.c
> +++ b/drivers/pwm/pwm-atmel.c
> @@ -24,7 +24,6 @@
>  #include <linux/err.h>
>  #include <linux/io.h>
>  #include <linux/module.h>
> -#include <linux/mutex.h>
>  #include <linux/of.h>
>  #include <linux/of_device.h>
>  #include <linux/platform_device.h>
> -- 
> 2.30.2
> 

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] pwm: atmel: drop unused header
@ 2021-09-09  8:51   ` Alexandre Belloni
  0 siblings, 0 replies; 10+ messages in thread
From: Alexandre Belloni @ 2021-09-09  8:51 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: Claudiu Beznea, Thierry Reding, Lee Jones, Nicolas Ferre,
	Ludovic Desroches, linux-arm-kernel, linux-pwm, kernel

On 09/09/2021 10:09:03+0200, Uwe Kleine-König wrote:
> Since commit 52eaba4cedbd ("pwm: atmel: Rework tracking updates pending
> in hardware") the driver doesn't make use of mutexes any more, so the
> header defining these doesn't need to be included.
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

> ---
>  drivers/pwm/pwm-atmel.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/pwm/pwm-atmel.c b/drivers/pwm/pwm-atmel.c
> index e748604403cc..98b34ea9f38e 100644
> --- a/drivers/pwm/pwm-atmel.c
> +++ b/drivers/pwm/pwm-atmel.c
> @@ -24,7 +24,6 @@
>  #include <linux/err.h>
>  #include <linux/io.h>
>  #include <linux/module.h>
> -#include <linux/mutex.h>
>  #include <linux/of.h>
>  #include <linux/of_device.h>
>  #include <linux/platform_device.h>
> -- 
> 2.30.2
> 

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* Re: [PATCH] pwm: atmel: drop unused header
  2021-09-09  8:09 ` Uwe Kleine-König
@ 2021-09-10  6:14   ` Claudiu.Beznea
  -1 siblings, 0 replies; 10+ messages in thread
From: Claudiu.Beznea @ 2021-09-10  6:14 UTC (permalink / raw)
  To: u.kleine-koenig, thierry.reding, lee.jones
  Cc: Nicolas.Ferre, alexandre.belloni, Ludovic.Desroches,
	linux-arm-kernel, linux-pwm, kernel

On 09.09.2021 11:09, Uwe Kleine-König wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> Since commit 52eaba4cedbd ("pwm: atmel: Rework tracking updates pending
> in hardware") the driver doesn't make use of mutexes any more, so the
> header defining these doesn't need to be included.
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

Acked-by: Claudiu Beznea <claudiu.beznea@microchip.com>

> ---
>  drivers/pwm/pwm-atmel.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/pwm/pwm-atmel.c b/drivers/pwm/pwm-atmel.c
> index e748604403cc..98b34ea9f38e 100644
> --- a/drivers/pwm/pwm-atmel.c
> +++ b/drivers/pwm/pwm-atmel.c
> @@ -24,7 +24,6 @@
>  #include <linux/err.h>
>  #include <linux/io.h>
>  #include <linux/module.h>
> -#include <linux/mutex.h>
>  #include <linux/of.h>
>  #include <linux/of_device.h>
>  #include <linux/platform_device.h>
> --
> 2.30.2
> 


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

* Re: [PATCH] pwm: atmel: drop unused header
@ 2021-09-10  6:14   ` Claudiu.Beznea
  0 siblings, 0 replies; 10+ messages in thread
From: Claudiu.Beznea @ 2021-09-10  6:14 UTC (permalink / raw)
  To: u.kleine-koenig, thierry.reding, lee.jones
  Cc: linux-pwm, alexandre.belloni, Ludovic.Desroches, kernel,
	linux-arm-kernel

On 09.09.2021 11:09, Uwe Kleine-König wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> Since commit 52eaba4cedbd ("pwm: atmel: Rework tracking updates pending
> in hardware") the driver doesn't make use of mutexes any more, so the
> header defining these doesn't need to be included.
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

Acked-by: Claudiu Beznea <claudiu.beznea@microchip.com>

> ---
>  drivers/pwm/pwm-atmel.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/pwm/pwm-atmel.c b/drivers/pwm/pwm-atmel.c
> index e748604403cc..98b34ea9f38e 100644
> --- a/drivers/pwm/pwm-atmel.c
> +++ b/drivers/pwm/pwm-atmel.c
> @@ -24,7 +24,6 @@
>  #include <linux/err.h>
>  #include <linux/io.h>
>  #include <linux/module.h>
> -#include <linux/mutex.h>
>  #include <linux/of.h>
>  #include <linux/of_device.h>
>  #include <linux/platform_device.h>
> --
> 2.30.2
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] pwm: atmel: drop unused header
  2021-09-09  8:09 ` Uwe Kleine-König
@ 2023-01-30 17:29   ` Nicolas Ferre
  -1 siblings, 0 replies; 10+ messages in thread
From: Nicolas Ferre @ 2023-01-30 17:29 UTC (permalink / raw)
  To: Uwe Kleine-König, Claudiu Beznea, Thierry Reding, Lee Jones
  Cc: Alexandre Belloni, Ludovic Desroches, linux-arm-kernel,
	linux-pwm, kernel

Thierry,

On 09/09/2021 at 10:09, Uwe Kleine-König wrote:
> Since commit 52eaba4cedbd ("pwm: atmel: Rework tracking updates pending
> in hardware") the driver doesn't make use of mutexes any more, so the
> header defining these doesn't need to be included.
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

It looks like this (trivial) patch was forgotten for some time even if 
Acked by several of us: aka ping.

> ---
>   drivers/pwm/pwm-atmel.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/pwm/pwm-atmel.c b/drivers/pwm/pwm-atmel.c
> index e748604403cc..98b34ea9f38e 100644
> --- a/drivers/pwm/pwm-atmel.c
> +++ b/drivers/pwm/pwm-atmel.c
> @@ -24,7 +24,6 @@
>   #include <linux/err.h>
>   #include <linux/io.h>
>   #include <linux/module.h>
> -#include <linux/mutex.h>
>   #include <linux/of.h>
>   #include <linux/of_device.h>
>   #include <linux/platform_device.h>
> --
> 2.30.2
> 

-- 
Nicolas Ferre


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

* Re: [PATCH] pwm: atmel: drop unused header
@ 2023-01-30 17:29   ` Nicolas Ferre
  0 siblings, 0 replies; 10+ messages in thread
From: Nicolas Ferre @ 2023-01-30 17:29 UTC (permalink / raw)
  To: Uwe Kleine-König, Claudiu Beznea, Thierry Reding, Lee Jones
  Cc: Alexandre Belloni, Ludovic Desroches, linux-arm-kernel,
	linux-pwm, kernel

Thierry,

On 09/09/2021 at 10:09, Uwe Kleine-König wrote:
> Since commit 52eaba4cedbd ("pwm: atmel: Rework tracking updates pending
> in hardware") the driver doesn't make use of mutexes any more, so the
> header defining these doesn't need to be included.
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

It looks like this (trivial) patch was forgotten for some time even if 
Acked by several of us: aka ping.

> ---
>   drivers/pwm/pwm-atmel.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/pwm/pwm-atmel.c b/drivers/pwm/pwm-atmel.c
> index e748604403cc..98b34ea9f38e 100644
> --- a/drivers/pwm/pwm-atmel.c
> +++ b/drivers/pwm/pwm-atmel.c
> @@ -24,7 +24,6 @@
>   #include <linux/err.h>
>   #include <linux/io.h>
>   #include <linux/module.h>
> -#include <linux/mutex.h>
>   #include <linux/of.h>
>   #include <linux/of_device.h>
>   #include <linux/platform_device.h>
> --
> 2.30.2
> 

-- 
Nicolas Ferre


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] pwm: atmel: drop unused header
  2023-01-30 17:29   ` Nicolas Ferre
@ 2023-01-30 17:34     ` Uwe Kleine-König
  -1 siblings, 0 replies; 10+ messages in thread
From: Uwe Kleine-König @ 2023-01-30 17:34 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: Claudiu Beznea, Thierry Reding, Lee Jones, kernel, linux-pwm,
	Alexandre Belloni, Ludovic Desroches, linux-arm-kernel

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

Hello Nicolas,

On Mon, Jan 30, 2023 at 06:29:34PM +0100, Nicolas Ferre wrote:
> On 09/09/2021 at 10:09, Uwe Kleine-König wrote:
> > Since commit 52eaba4cedbd ("pwm: atmel: Rework tracking updates pending
> > in hardware") the driver doesn't make use of mutexes any more, so the
> > header defining these doesn't need to be included.
> > 
> > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> 
> It looks like this (trivial) patch was forgotten for some time even if Acked
> by several of us: aka ping.

Hmm, it's in the mainline since 5.16-rc1 as commit 6f897a108508.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

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

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

* Re: [PATCH] pwm: atmel: drop unused header
@ 2023-01-30 17:34     ` Uwe Kleine-König
  0 siblings, 0 replies; 10+ messages in thread
From: Uwe Kleine-König @ 2023-01-30 17:34 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: Claudiu Beznea, Thierry Reding, Lee Jones, kernel, linux-pwm,
	Alexandre Belloni, Ludovic Desroches, linux-arm-kernel


[-- Attachment #1.1: Type: text/plain, Size: 780 bytes --]

Hello Nicolas,

On Mon, Jan 30, 2023 at 06:29:34PM +0100, Nicolas Ferre wrote:
> On 09/09/2021 at 10:09, Uwe Kleine-König wrote:
> > Since commit 52eaba4cedbd ("pwm: atmel: Rework tracking updates pending
> > in hardware") the driver doesn't make use of mutexes any more, so the
> > header defining these doesn't need to be included.
> > 
> > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> 
> It looks like this (trivial) patch was forgotten for some time even if Acked
> by several of us: aka ping.

Hmm, it's in the mainline since 5.16-rc1 as commit 6f897a108508.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

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

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-01-30 18:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-09  8:09 [PATCH] pwm: atmel: drop unused header Uwe Kleine-König
2021-09-09  8:09 ` Uwe Kleine-König
2021-09-09  8:51 ` Alexandre Belloni
2021-09-09  8:51   ` Alexandre Belloni
2021-09-10  6:14 ` Claudiu.Beznea
2021-09-10  6:14   ` Claudiu.Beznea
2023-01-30 17:29 ` Nicolas Ferre
2023-01-30 17:29   ` Nicolas Ferre
2023-01-30 17:34   ` Uwe Kleine-König
2023-01-30 17:34     ` Uwe Kleine-König

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.