linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] MAINTAINERS: replace a Microchip AT91 maintainer
@ 2022-01-30 14:39 nicolas.ferre
  2022-01-30 14:39 ` [PATCH 2/2] dt-bindings: ARM: at91: update maintainers entry nicolas.ferre
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: nicolas.ferre @ 2022-01-30 14:39 UTC (permalink / raw)
  To: Alexandre Belloni, Ludovic Desroches, Claudiu Beznea
  Cc: linux-kernel, linux-arm-kernel, Nicolas Ferre

From: Nicolas Ferre <nicolas.ferre@microchip.com>

As Ludovic is more focusing on other aspects of the Microchip
Linux-based development, replace him with Claudiu.
Entry is added to the CREDITS file.

Thanks Ludovic for these great contributions in the kernel space!

Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
---
 CREDITS     | 6 ++++++
 MAINTAINERS | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/CREDITS b/CREDITS
index b97256d5bc24..7e85a53b6a88 100644
--- a/CREDITS
+++ b/CREDITS
@@ -895,6 +895,12 @@ S: 3000 FORE Drive
 S: Warrendale, Pennsylvania 15086
 S: USA
 
+N: Ludovic Desroches
+E: ludovic.desroches@microchip.com
+D: Maintainer for ARM/Microchip (AT91) SoC support
+D: Author of ADC, pinctrl, XDMA and SDHCI drivers for this platform
+S: France
+
 N: Martin Devera
 E: devik@cdi.cz
 W: http://luxik.cdi.cz/~devik/qos/
diff --git a/MAINTAINERS b/MAINTAINERS
index ea3e6c914384..674d13708324 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2250,7 +2250,7 @@ F:	drivers/phy/mediatek/
 ARM/Microchip (AT91) SoC support
 M:	Nicolas Ferre <nicolas.ferre@microchip.com>
 M:	Alexandre Belloni <alexandre.belloni@bootlin.com>
-M:	Ludovic Desroches <ludovic.desroches@microchip.com>
+M:	Claudiu Beznea <claudiu.beznea@microchip.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Supported
 W:	http://www.linux4sam.org
-- 
2.32.0


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

* [PATCH 2/2] dt-bindings: ARM: at91: update maintainers entry
  2022-01-30 14:39 [PATCH 1/2] MAINTAINERS: replace a Microchip AT91 maintainer nicolas.ferre
@ 2022-01-30 14:39 ` nicolas.ferre
  2022-01-31  7:11   ` Ludovic.Desroches
  2022-01-31  7:47   ` Claudiu.Beznea
  2022-01-31  7:10 ` [PATCH 1/2] MAINTAINERS: replace a Microchip AT91 maintainer Ludovic.Desroches
  2022-01-31  7:47 ` Claudiu.Beznea
  2 siblings, 2 replies; 6+ messages in thread
From: nicolas.ferre @ 2022-01-30 14:39 UTC (permalink / raw)
  To: Alexandre Belloni, Ludovic Desroches, Claudiu Beznea
  Cc: linux-kernel, linux-arm-kernel, Nicolas Ferre

From: Nicolas Ferre <nicolas.ferre@microchip.com>

Align the binding documentation with the newly updated MAINTAINERS
entry.

Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
---
 Documentation/devicetree/bindings/arm/atmel-at91.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml
index c612e1f48dba..ff91df04f9f4 100644
--- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml
+++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml
@@ -8,7 +8,8 @@ title: Atmel AT91 device tree bindings.
 
 maintainers:
   - Alexandre Belloni <alexandre.belloni@bootlin.com>
-  - Ludovic Desroches <ludovic.desroches@microchip.com>
+  - Claudiu Beznea <claudiu.beznea@microchip.com>
+  - Nicolas Ferre <nicolas.ferre@microchip.com>
 
 description: |
   Boards with a SoC of the Atmel AT91 or SMART family shall have the following
-- 
2.32.0


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

* Re: [PATCH 1/2] MAINTAINERS: replace a Microchip AT91 maintainer
  2022-01-30 14:39 [PATCH 1/2] MAINTAINERS: replace a Microchip AT91 maintainer nicolas.ferre
  2022-01-30 14:39 ` [PATCH 2/2] dt-bindings: ARM: at91: update maintainers entry nicolas.ferre
@ 2022-01-31  7:10 ` Ludovic.Desroches
  2022-01-31  7:47 ` Claudiu.Beznea
  2 siblings, 0 replies; 6+ messages in thread
From: Ludovic.Desroches @ 2022-01-31  7:10 UTC (permalink / raw)
  To: Nicolas.Ferre, alexandre.belloni, Claudiu.Beznea
  Cc: linux-kernel, linux-arm-kernel

On 1/30/2022 3:39 PM, nicolas.ferre@microchip.com wrote:
> From: Nicolas Ferre <nicolas.ferre@microchip.com>
> 
> As Ludovic is more focusing on other aspects of the Microchip
> Linux-based development, replace him with Claudiu.
> Entry is added to the CREDITS file.
> 
> Thanks Ludovic for these great contributions in the kernel space!
> 
> Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>

Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com>

> ---
>   CREDITS     | 6 ++++++
>   MAINTAINERS | 2 +-
>   2 files changed, 7 insertions(+), 1 deletion(-)
> 
> diff --git a/CREDITS b/CREDITS
> index b97256d5bc24..7e85a53b6a88 100644
> --- a/CREDITS
> +++ b/CREDITS
> @@ -895,6 +895,12 @@ S: 3000 FORE Drive
>   S: Warrendale, Pennsylvania 15086
>   S: USA
>   
> +N: Ludovic Desroches
> +E: ludovic.desroches@microchip.com
> +D: Maintainer for ARM/Microchip (AT91) SoC support
> +D: Author of ADC, pinctrl, XDMA and SDHCI drivers for this platform
> +S: France
> +
>   N: Martin Devera
>   E: devik@cdi.cz
>   W: http://luxik.cdi.cz/~devik/qos/
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ea3e6c914384..674d13708324 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2250,7 +2250,7 @@ F:	drivers/phy/mediatek/
>   ARM/Microchip (AT91) SoC support
>   M:	Nicolas Ferre <nicolas.ferre@microchip.com>
>   M:	Alexandre Belloni <alexandre.belloni@bootlin.com>
> -M:	Ludovic Desroches <ludovic.desroches@microchip.com>
> +M:	Claudiu Beznea <claudiu.beznea@microchip.com>
>   L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>   S:	Supported
>   W:	http://www.linux4sam.org


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

* Re: [PATCH 2/2] dt-bindings: ARM: at91: update maintainers entry
  2022-01-30 14:39 ` [PATCH 2/2] dt-bindings: ARM: at91: update maintainers entry nicolas.ferre
@ 2022-01-31  7:11   ` Ludovic.Desroches
  2022-01-31  7:47   ` Claudiu.Beznea
  1 sibling, 0 replies; 6+ messages in thread
From: Ludovic.Desroches @ 2022-01-31  7:11 UTC (permalink / raw)
  To: Nicolas.Ferre, alexandre.belloni, Claudiu.Beznea
  Cc: linux-kernel, linux-arm-kernel

On 1/30/2022 3:39 PM, nicolas.ferre@microchip.com wrote:
> From: Nicolas Ferre <nicolas.ferre@microchip.com>
> 
> Align the binding documentation with the newly updated MAINTAINERS
> entry.
> 
> Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>

Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com>

> ---
>   Documentation/devicetree/bindings/arm/atmel-at91.yaml | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml
> index c612e1f48dba..ff91df04f9f4 100644
> --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml
> +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml
> @@ -8,7 +8,8 @@ title: Atmel AT91 device tree bindings.
>   
>   maintainers:
>     - Alexandre Belloni <alexandre.belloni@bootlin.com>
> -  - Ludovic Desroches <ludovic.desroches@microchip.com>
> +  - Claudiu Beznea <claudiu.beznea@microchip.com>
> +  - Nicolas Ferre <nicolas.ferre@microchip.com>
>   
>   description: |
>     Boards with a SoC of the Atmel AT91 or SMART family shall have the following


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

* Re: [PATCH 1/2] MAINTAINERS: replace a Microchip AT91 maintainer
  2022-01-30 14:39 [PATCH 1/2] MAINTAINERS: replace a Microchip AT91 maintainer nicolas.ferre
  2022-01-30 14:39 ` [PATCH 2/2] dt-bindings: ARM: at91: update maintainers entry nicolas.ferre
  2022-01-31  7:10 ` [PATCH 1/2] MAINTAINERS: replace a Microchip AT91 maintainer Ludovic.Desroches
@ 2022-01-31  7:47 ` Claudiu.Beznea
  2 siblings, 0 replies; 6+ messages in thread
From: Claudiu.Beznea @ 2022-01-31  7:47 UTC (permalink / raw)
  To: Nicolas.Ferre, alexandre.belloni, Ludovic.Desroches
  Cc: linux-kernel, linux-arm-kernel

On 30.01.2022 16:39, nicolas.ferre@microchip.com wrote:
> From: Nicolas Ferre <nicolas.ferre@microchip.com>
> 
> As Ludovic is more focusing on other aspects of the Microchip
> Linux-based development, replace him with Claudiu.
> Entry is added to the CREDITS file.
> 
> Thanks Ludovic for these great contributions in the kernel space!
> 
> Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>

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


> ---
>  CREDITS     | 6 ++++++
>  MAINTAINERS | 2 +-
>  2 files changed, 7 insertions(+), 1 deletion(-)
> 
> diff --git a/CREDITS b/CREDITS
> index b97256d5bc24..7e85a53b6a88 100644
> --- a/CREDITS
> +++ b/CREDITS
> @@ -895,6 +895,12 @@ S: 3000 FORE Drive
>  S: Warrendale, Pennsylvania 15086
>  S: USA
>  
> +N: Ludovic Desroches
> +E: ludovic.desroches@microchip.com
> +D: Maintainer for ARM/Microchip (AT91) SoC support
> +D: Author of ADC, pinctrl, XDMA and SDHCI drivers for this platform
> +S: France
> +
>  N: Martin Devera
>  E: devik@cdi.cz
>  W: http://luxik.cdi.cz/~devik/qos/
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ea3e6c914384..674d13708324 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2250,7 +2250,7 @@ F:	drivers/phy/mediatek/
>  ARM/Microchip (AT91) SoC support
>  M:	Nicolas Ferre <nicolas.ferre@microchip.com>
>  M:	Alexandre Belloni <alexandre.belloni@bootlin.com>
> -M:	Ludovic Desroches <ludovic.desroches@microchip.com>
> +M:	Claudiu Beznea <claudiu.beznea@microchip.com>
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:	Supported
>  W:	http://www.linux4sam.org


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

* Re: [PATCH 2/2] dt-bindings: ARM: at91: update maintainers entry
  2022-01-30 14:39 ` [PATCH 2/2] dt-bindings: ARM: at91: update maintainers entry nicolas.ferre
  2022-01-31  7:11   ` Ludovic.Desroches
@ 2022-01-31  7:47   ` Claudiu.Beznea
  1 sibling, 0 replies; 6+ messages in thread
From: Claudiu.Beznea @ 2022-01-31  7:47 UTC (permalink / raw)
  To: Nicolas.Ferre, alexandre.belloni, Ludovic.Desroches
  Cc: linux-kernel, linux-arm-kernel

On 30.01.2022 16:39, nicolas.ferre@microchip.com wrote:
> From: Nicolas Ferre <nicolas.ferre@microchip.com>
> 
> Align the binding documentation with the newly updated MAINTAINERS
> entry.
> > Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>

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


> ---
>  Documentation/devicetree/bindings/arm/atmel-at91.yaml | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml
> index c612e1f48dba..ff91df04f9f4 100644
> --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml
> +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml
> @@ -8,7 +8,8 @@ title: Atmel AT91 device tree bindings.
>  
>  maintainers:
>    - Alexandre Belloni <alexandre.belloni@bootlin.com>
> -  - Ludovic Desroches <ludovic.desroches@microchip.com>
> +  - Claudiu Beznea <claudiu.beznea@microchip.com>
> +  - Nicolas Ferre <nicolas.ferre@microchip.com>
>  
>  description: |
>    Boards with a SoC of the Atmel AT91 or SMART family shall have the following


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

end of thread, other threads:[~2022-01-31  7:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-30 14:39 [PATCH 1/2] MAINTAINERS: replace a Microchip AT91 maintainer nicolas.ferre
2022-01-30 14:39 ` [PATCH 2/2] dt-bindings: ARM: at91: update maintainers entry nicolas.ferre
2022-01-31  7:11   ` Ludovic.Desroches
2022-01-31  7:47   ` Claudiu.Beznea
2022-01-31  7:10 ` [PATCH 1/2] MAINTAINERS: replace a Microchip AT91 maintainer Ludovic.Desroches
2022-01-31  7:47 ` Claudiu.Beznea

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).