public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Update maintainer list for MICROCHIP ASOC and MCP16502 drivers
@ 2024-09-25 12:02 Andrei Simion
  2024-09-25 12:26 ` claudiu beznea
  0 siblings, 1 reply; 3+ messages in thread
From: Andrei Simion @ 2024-09-25 12:02 UTC (permalink / raw)
  To: nicolas.ferre, claudiu.beznea
  Cc: linux-kernel, cristian.birsan, Andrei Simion

To help Claudiu and offload the work, add myself to the maintainer list for
those drivers.

Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 09d0f09c36cc..7f2f87a2483a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15088,6 +15088,7 @@ F:	drivers/spi/spi-at91-usart.c
 
 MICROCHIP AUDIO ASOC DRIVERS
 M:	Claudiu Beznea <claudiu.beznea@tuxon.dev>
+M:	Andrei Simion <andrei.simion@microchip.com>
 L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
 S:	Supported
 F:	Documentation/devicetree/bindings/sound/atmel*
@@ -15196,6 +15197,7 @@ F:	include/video/atmel_lcdc.h
 
 MICROCHIP MCP16502 PMIC DRIVER
 M:	Claudiu Beznea <claudiu.beznea@tuxon.dev>
+M:	Andrei Simion <andrei.simion@microchip.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Supported
 F:	Documentation/devicetree/bindings/regulator/microchip,mcp16502.yaml

base-commit: 2b7275670032a98cba266bd1b8905f755b3e650f
-- 
2.34.1


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

* Re: [PATCH] MAINTAINERS: Update maintainer list for MICROCHIP ASOC and MCP16502 drivers
  2024-09-25 12:02 [PATCH] MAINTAINERS: Update maintainer list for MICROCHIP ASOC and MCP16502 drivers Andrei Simion
@ 2024-09-25 12:26 ` claudiu beznea
  2024-09-25 12:51   ` Andrei Simion
  0 siblings, 1 reply; 3+ messages in thread
From: claudiu beznea @ 2024-09-25 12:26 UTC (permalink / raw)
  To: Andrei Simion, nicolas.ferre; +Cc: linux-kernel, cristian.birsan

Hi, Andrei,

On 25.09.2024 15:02, Andrei Simion wrote:
> To help Claudiu and offload the work, add myself to the maintainer list for
> those drivers.
> 
> Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 09d0f09c36cc..7f2f87a2483a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15088,6 +15088,7 @@ F:	drivers/spi/spi-at91-usart.c
>  
>  MICROCHIP AUDIO ASOC DRIVERS
>  M:	Claudiu Beznea <claudiu.beznea@tuxon.dev>
> +M:	Andrei Simion <andrei.simion@microchip.com>

I think you may also want to update the MICROCHIP SSC DRIVER section.

Other than this:
Acked-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>

>  L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
>  S:	Supported
>  F:	Documentation/devicetree/bindings/sound/atmel*
> @@ -15196,6 +15197,7 @@ F:	include/video/atmel_lcdc.h
>  
>  MICROCHIP MCP16502 PMIC DRIVER
>  M:	Claudiu Beznea <claudiu.beznea@tuxon.dev>
> +M:	Andrei Simion <andrei.simion@microchip.com>
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:	Supported
>  F:	Documentation/devicetree/bindings/regulator/microchip,mcp16502.yaml
> 
> base-commit: 2b7275670032a98cba266bd1b8905f755b3e650f

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

* Re: [PATCH] MAINTAINERS: Update maintainer list for MICROCHIP ASOC and MCP16502 drivers
  2024-09-25 12:26 ` claudiu beznea
@ 2024-09-25 12:51   ` Andrei Simion
  0 siblings, 0 replies; 3+ messages in thread
From: Andrei Simion @ 2024-09-25 12:51 UTC (permalink / raw)
  To: claudiu.beznea
  Cc: andrei.simion, cristian.birsan, linux-kernel, nicolas.ferre

On 25.09.2024 15:26, claudiu beznea wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
> Hi, Andrei,
>
> On 25.09.2024 15:02, Andrei Simion wrote:
>> To help Claudiu and offload the work, add myself to the maintainer list for
>> those drivers.
>>
>> Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
>> ---
>>  MAINTAINERS | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 09d0f09c36cc..7f2f87a2483a 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -15088,6 +15088,7 @@ F:    drivers/spi/spi-at91-usart.c
>>
>>  MICROCHIP AUDIO ASOC DRIVERS
>>  M:   Claudiu Beznea <claudiu.beznea@tuxon.dev>
>> +M:   Andrei Simion <andrei.simion@microchip.com>
>
> I think you may also want to update the MICROCHIP SSC DRIVER section.
>

Yes, indeed. I will sent V2.

Thank you and best regards,
Andrei

> Other than this:
> Acked-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
>
>>  L:   alsa-devel@alsa-project.org (moderated for non-subscribers)
>>  S:   Supported
>>  F:   Documentation/devicetree/bindings/sound/atmel*
>> @@ -15196,6 +15197,7 @@ F:    include/video/atmel_lcdc.h
>>
>>  MICROCHIP MCP16502 PMIC DRIVER
>>  M:   Claudiu Beznea <claudiu.beznea@tuxon.dev>
>> +M:   Andrei Simion <andrei.simion@microchip.com>
>>  L:   linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>>  S:   Supported
>>  F:   Documentation/devicetree/bindings/regulator/microchip,mcp16502.yaml
>>
>> base-commit: 2b7275670032a98cba266bd1b8905f755b3e650f

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

end of thread, other threads:[~2024-09-25 12:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-25 12:02 [PATCH] MAINTAINERS: Update maintainer list for MICROCHIP ASOC and MCP16502 drivers Andrei Simion
2024-09-25 12:26 ` claudiu beznea
2024-09-25 12:51   ` Andrei Simion

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