All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: rectify file pattern in MICROCHIP OTPC DRIVER
@ 2022-06-07  6:42 ` Lukas Bulwahn
  0 siblings, 0 replies; 6+ messages in thread
From: Lukas Bulwahn @ 2022-06-07  6:42 UTC (permalink / raw)
  To: Claudiu Beznea, Srinivas Kandagatla
  Cc: linux-arm-kernel, kernel-janitors, linux-kernel, Lukas Bulwahn

Commit 6b291610dd57 ("nvmem: microchip-otpc: add support") adds the
Microchip otpc driver and a corresponding MAINTAINERS section, but slips
in a slightly wrong file pattern.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

Rectify this file pattern in MICROCHIP OTPC DRIVER.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Claudiu, please ack.

Srinivas, please pick this minor non-urgent patch in your -next tree on
top of the commit above. Thanks.

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 572f50739fb2..288393564abc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13119,7 +13119,7 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Supported
 F:	Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml
 F:	drivers/nvmem/microchip-otpc.c
-F:	dt-bindings/nvmem/microchip,sama7g5-otpc.h
+F:	include/dt-bindings/nvmem/microchip,sama7g5-otpc.h
 
 MICROCHIP PWM DRIVER
 M:	Claudiu Beznea <claudiu.beznea@microchip.com>
-- 
2.17.1


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

* [PATCH] MAINTAINERS: rectify file pattern in MICROCHIP OTPC DRIVER
@ 2022-06-07  6:42 ` Lukas Bulwahn
  0 siblings, 0 replies; 6+ messages in thread
From: Lukas Bulwahn @ 2022-06-07  6:42 UTC (permalink / raw)
  To: Claudiu Beznea, Srinivas Kandagatla
  Cc: linux-arm-kernel, kernel-janitors, linux-kernel, Lukas Bulwahn

Commit 6b291610dd57 ("nvmem: microchip-otpc: add support") adds the
Microchip otpc driver and a corresponding MAINTAINERS section, but slips
in a slightly wrong file pattern.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

Rectify this file pattern in MICROCHIP OTPC DRIVER.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Claudiu, please ack.

Srinivas, please pick this minor non-urgent patch in your -next tree on
top of the commit above. Thanks.

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 572f50739fb2..288393564abc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13119,7 +13119,7 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Supported
 F:	Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml
 F:	drivers/nvmem/microchip-otpc.c
-F:	dt-bindings/nvmem/microchip,sama7g5-otpc.h
+F:	include/dt-bindings/nvmem/microchip,sama7g5-otpc.h
 
 MICROCHIP PWM DRIVER
 M:	Claudiu Beznea <claudiu.beznea@microchip.com>
-- 
2.17.1


_______________________________________________
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] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: rectify file pattern in MICROCHIP OTPC DRIVER
  2022-06-07  6:42 ` Lukas Bulwahn
@ 2022-06-07  8:18   ` Claudiu.Beznea
  -1 siblings, 0 replies; 6+ messages in thread
From: Claudiu.Beznea @ 2022-06-07  8:18 UTC (permalink / raw)
  To: lukas.bulwahn, srinivas.kandagatla
  Cc: linux-arm-kernel, kernel-janitors, linux-kernel

On 07.06.2022 09:42, Lukas Bulwahn wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> Commit 6b291610dd57 ("nvmem: microchip-otpc: add support") adds the
> Microchip otpc driver and a corresponding MAINTAINERS section, but slips
> in a slightly wrong file pattern.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
> 
> Rectify this file pattern in MICROCHIP OTPC DRIVER.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Claudiu, please ack.

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

Thank you, Lukas!


> 
> Srinivas, please pick this minor non-urgent patch in your -next tree on
> top of the commit above. Thanks.
> 
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 572f50739fb2..288393564abc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13119,7 +13119,7 @@ L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:     Supported
>  F:     Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml
>  F:     drivers/nvmem/microchip-otpc.c
> -F:     dt-bindings/nvmem/microchip,sama7g5-otpc.h
> +F:     include/dt-bindings/nvmem/microchip,sama7g5-otpc.h
> 
>  MICROCHIP PWM DRIVER
>  M:     Claudiu Beznea <claudiu.beznea@microchip.com>
> --
> 2.17.1
> 


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

* Re: [PATCH] MAINTAINERS: rectify file pattern in MICROCHIP OTPC DRIVER
@ 2022-06-07  8:18   ` Claudiu.Beznea
  0 siblings, 0 replies; 6+ messages in thread
From: Claudiu.Beznea @ 2022-06-07  8:18 UTC (permalink / raw)
  To: lukas.bulwahn, srinivas.kandagatla
  Cc: linux-arm-kernel, kernel-janitors, linux-kernel

On 07.06.2022 09:42, Lukas Bulwahn wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> Commit 6b291610dd57 ("nvmem: microchip-otpc: add support") adds the
> Microchip otpc driver and a corresponding MAINTAINERS section, but slips
> in a slightly wrong file pattern.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
> 
> Rectify this file pattern in MICROCHIP OTPC DRIVER.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Claudiu, please ack.

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

Thank you, Lukas!


> 
> Srinivas, please pick this minor non-urgent patch in your -next tree on
> top of the commit above. Thanks.
> 
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 572f50739fb2..288393564abc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13119,7 +13119,7 @@ L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:     Supported
>  F:     Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml
>  F:     drivers/nvmem/microchip-otpc.c
> -F:     dt-bindings/nvmem/microchip,sama7g5-otpc.h
> +F:     include/dt-bindings/nvmem/microchip,sama7g5-otpc.h
> 
>  MICROCHIP PWM DRIVER
>  M:     Claudiu Beznea <claudiu.beznea@microchip.com>
> --
> 2.17.1
> 

_______________________________________________
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] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: rectify file pattern in MICROCHIP OTPC DRIVER
  2022-06-07  6:42 ` Lukas Bulwahn
@ 2022-06-14 18:27   ` Srinivas Kandagatla
  -1 siblings, 0 replies; 6+ messages in thread
From: Srinivas Kandagatla @ 2022-06-14 18:27 UTC (permalink / raw)
  To: Lukas Bulwahn, Claudiu Beznea
  Cc: linux-arm-kernel, kernel-janitors, linux-kernel



On 06/06/2022 23:42, Lukas Bulwahn wrote:
> Commit 6b291610dd57 ("nvmem: microchip-otpc: add support") adds the
> Microchip otpc driver and a corresponding MAINTAINERS section, but slips
> in a slightly wrong file pattern.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
> 
> Rectify this file pattern in MICROCHIP OTPC DRIVER.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
Applied thanks,

--srini

> Claudiu, please ack.
> 
> Srinivas, please pick this minor non-urgent patch in your -next tree on
> top of the commit above. Thanks.
> 
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 572f50739fb2..288393564abc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13119,7 +13119,7 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>   S:	Supported
>   F:	Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml
>   F:	drivers/nvmem/microchip-otpc.c
> -F:	dt-bindings/nvmem/microchip,sama7g5-otpc.h
> +F:	include/dt-bindings/nvmem/microchip,sama7g5-otpc.h
>   
>   MICROCHIP PWM DRIVER
>   M:	Claudiu Beznea <claudiu.beznea@microchip.com>

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

* Re: [PATCH] MAINTAINERS: rectify file pattern in MICROCHIP OTPC DRIVER
@ 2022-06-14 18:27   ` Srinivas Kandagatla
  0 siblings, 0 replies; 6+ messages in thread
From: Srinivas Kandagatla @ 2022-06-14 18:27 UTC (permalink / raw)
  To: Lukas Bulwahn, Claudiu Beznea
  Cc: linux-arm-kernel, kernel-janitors, linux-kernel



On 06/06/2022 23:42, Lukas Bulwahn wrote:
> Commit 6b291610dd57 ("nvmem: microchip-otpc: add support") adds the
> Microchip otpc driver and a corresponding MAINTAINERS section, but slips
> in a slightly wrong file pattern.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
> 
> Rectify this file pattern in MICROCHIP OTPC DRIVER.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
Applied thanks,

--srini

> Claudiu, please ack.
> 
> Srinivas, please pick this minor non-urgent patch in your -next tree on
> top of the commit above. Thanks.
> 
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 572f50739fb2..288393564abc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13119,7 +13119,7 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>   S:	Supported
>   F:	Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml
>   F:	drivers/nvmem/microchip-otpc.c
> -F:	dt-bindings/nvmem/microchip,sama7g5-otpc.h
> +F:	include/dt-bindings/nvmem/microchip,sama7g5-otpc.h
>   
>   MICROCHIP PWM DRIVER
>   M:	Claudiu Beznea <claudiu.beznea@microchip.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] 6+ messages in thread

end of thread, other threads:[~2022-06-14 18:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-07  6:42 [PATCH] MAINTAINERS: rectify file pattern in MICROCHIP OTPC DRIVER Lukas Bulwahn
2022-06-07  6:42 ` Lukas Bulwahn
2022-06-07  8:18 ` Claudiu.Beznea
2022-06-07  8:18   ` Claudiu.Beznea
2022-06-14 18:27 ` Srinivas Kandagatla
2022-06-14 18:27   ` Srinivas Kandagatla

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.