public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 1/2] crypto: atmel-ecc - add Thorsten Blum as maintainer
@ 2026-04-03 11:21 Thorsten Blum
  2026-04-03 11:21 ` [PATCH 2/2] crypto: atmel-sha204a " Thorsten Blum
  2026-04-03 16:29 ` [PATCH 1/2] crypto: atmel-ecc " Nicolas Ferre
  0 siblings, 2 replies; 4+ messages in thread
From: Thorsten Blum @ 2026-04-03 11:21 UTC (permalink / raw)
  To: Herbert Xu, David S. Miller, Nicolas Ferre, Alexandre Belloni,
	Claudiu Beznea
  Cc: linux-crypto, linux-arm-kernel, linux-kernel, Thorsten Blum

Add Thorsten Blum as maintainer of the atmel-ecc driver.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
---
 MAINTAINERS | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index c3fe46d7c4bc..c23110384b91 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17216,9 +17216,10 @@ F:	Documentation/devicetree/bindings/media/microchip,csi2dc.yaml
 F:	drivers/media/platform/microchip/microchip-csi2dc.c
 
 MICROCHIP ECC DRIVER
+M:	Thorsten Blum <thorsten.blum@linux.dev>
 L:	linux-crypto@vger.kernel.org
-S:	Orphan
-F:	drivers/crypto/atmel-ecc.*
+S:	Maintained
+F:	drivers/crypto/atmel-ecc.c
 
 MICROCHIP EIC DRIVER
 M:	Claudiu Beznea <claudiu.beznea@tuxon.dev>


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

* [PATCH 2/2] crypto: atmel-sha204a - add Thorsten Blum as maintainer
  2026-04-03 11:21 [PATCH 1/2] crypto: atmel-ecc - add Thorsten Blum as maintainer Thorsten Blum
@ 2026-04-03 11:21 ` Thorsten Blum
  2026-04-03 16:30   ` Nicolas Ferre
  2026-04-03 16:29 ` [PATCH 1/2] crypto: atmel-ecc " Nicolas Ferre
  1 sibling, 1 reply; 4+ messages in thread
From: Thorsten Blum @ 2026-04-03 11:21 UTC (permalink / raw)
  To: Herbert Xu, David S. Miller, Nicolas Ferre, Alexandre Belloni,
	Claudiu Beznea
  Cc: linux-crypto, linux-arm-kernel, linux-kernel, Thorsten Blum

Add a MAINTAINERS entry for the atmel-sha204a driver and Thorsten Blum
as maintainer.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index c23110384b91..7317d80592cf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17197,6 +17197,12 @@ S:	Supported
 F:	Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml
 F:	drivers/spi/spi-at91-usart.c
 
+MICROCHIP ATSHA204A DRIVER
+M:	Thorsten Blum <thorsten.blum@linux.dev>
+L:	linux-crypto@vger.kernel.org
+S:	Maintained
+F:	drivers/crypto/atmel-sha204a.c
+
 MICROCHIP AUDIO ASOC DRIVERS
 M:	Claudiu Beznea <claudiu.beznea@tuxon.dev>
 M:	Andrei Simion <andrei.simion@microchip.com>


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

* Re: [PATCH 1/2] crypto: atmel-ecc - add Thorsten Blum as maintainer
  2026-04-03 11:21 [PATCH 1/2] crypto: atmel-ecc - add Thorsten Blum as maintainer Thorsten Blum
  2026-04-03 11:21 ` [PATCH 2/2] crypto: atmel-sha204a " Thorsten Blum
@ 2026-04-03 16:29 ` Nicolas Ferre
  1 sibling, 0 replies; 4+ messages in thread
From: Nicolas Ferre @ 2026-04-03 16:29 UTC (permalink / raw)
  To: Thorsten Blum, Herbert Xu, David S. Miller, Alexandre Belloni,
	Claudiu Beznea
  Cc: linux-crypto, linux-arm-kernel, linux-kernel

On 03/04/2026 at 13:21, Thorsten Blum wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> Add Thorsten Blum as maintainer of the atmel-ecc driver.
> 
> Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>

> ---
>   MAINTAINERS | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c3fe46d7c4bc..c23110384b91 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17216,9 +17216,10 @@ F:     Documentation/devicetree/bindings/media/microchip,csi2dc.yaml
>   F:     drivers/media/platform/microchip/microchip-csi2dc.c
> 
>   MICROCHIP ECC DRIVER
> +M:     Thorsten Blum <thorsten.blum@linux.dev>
>   L:     linux-crypto@vger.kernel.org
> -S:     Orphan
> -F:     drivers/crypto/atmel-ecc.*
> +S:     Maintained
> +F:     drivers/crypto/atmel-ecc.c
> 
>   MICROCHIP EIC DRIVER
>   M:     Claudiu Beznea <claudiu.beznea@tuxon.dev>



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

* Re: [PATCH 2/2] crypto: atmel-sha204a - add Thorsten Blum as maintainer
  2026-04-03 11:21 ` [PATCH 2/2] crypto: atmel-sha204a " Thorsten Blum
@ 2026-04-03 16:30   ` Nicolas Ferre
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Ferre @ 2026-04-03 16:30 UTC (permalink / raw)
  To: Thorsten Blum, Herbert Xu, David S. Miller, Alexandre Belloni,
	Claudiu Beznea
  Cc: linux-crypto, linux-arm-kernel, linux-kernel

On 03/04/2026 at 13:21, Thorsten Blum wrote:
> Add a MAINTAINERS entry for the atmel-sha204a driver and Thorsten Blum
> as maintainer.
> 
> Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>

Thanks Thorsten for taking care of those components.

Best regards,
   Nicolas

> ---
>   MAINTAINERS | 6 ++++++
>   1 file changed, 6 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c23110384b91..7317d80592cf 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17197,6 +17197,12 @@ S:     Supported
>   F:     Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml
>   F:     drivers/spi/spi-at91-usart.c
> 
> +MICROCHIP ATSHA204A DRIVER
> +M:     Thorsten Blum <thorsten.blum@linux.dev>
> +L:     linux-crypto@vger.kernel.org
> +S:     Maintained
> +F:     drivers/crypto/atmel-sha204a.c
> +
>   MICROCHIP AUDIO ASOC DRIVERS
>   M:     Claudiu Beznea <claudiu.beznea@tuxon.dev>
>   M:     Andrei Simion <andrei.simion@microchip.com>



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

end of thread, other threads:[~2026-04-03 16:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-03 11:21 [PATCH 1/2] crypto: atmel-ecc - add Thorsten Blum as maintainer Thorsten Blum
2026-04-03 11:21 ` [PATCH 2/2] crypto: atmel-sha204a " Thorsten Blum
2026-04-03 16:30   ` Nicolas Ferre
2026-04-03 16:29 ` [PATCH 1/2] crypto: atmel-ecc " Nicolas Ferre

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