2020-03-15 07:57:07

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: adjust to MCAN MMIO schema conversion

Commit 824674b59f72 ("dt-bindings: net: can: Convert M_CAN to json-schema")
missed to adjust the MCAN MMIO DEVICE DRIVER entry in MAINTAINERS.

Since then, ./scripts/get_maintainer.pl --self-test complains:

warning: no file matches \
F: Documentation/devicetree/bindings/net/can/m_can.txt

Update MAINTAINERS entry to location of converted schema.

Signed-off-by: Lukas Bulwahn <[email protected]>
---
applies cleanly on next-20200313

Benjamin, please ack.
Rob, please pick this patch (it is not urgent, though).

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 32a95d162f06..ebc3d91294c6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10323,7 +10323,7 @@ M: Dan Murphy <[email protected]>
M: Sriram Dash <[email protected]>
L: [email protected]
S: Maintained
-F: Documentation/devicetree/bindings/net/can/m_can.txt
+F: Documentation/devicetree/bindings/net/can/bosch,m_can.yaml
F: drivers/net/can/m_can/m_can.c
F: drivers/net/can/m_can/m_can.h
F: drivers/net/can/m_can/m_can_platform.c
--
2.17.1


2020-03-16 08:06:39

by Benjamin GAIGNARD

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: adjust to MCAN MMIO schema conversion



On 3/15/20 8:53 AM, Lukas Bulwahn wrote:
> Commit 824674b59f72 ("dt-bindings: net: can: Convert M_CAN to json-schema")
> missed to adjust the MCAN MMIO DEVICE DRIVER entry in MAINTAINERS.
>
> Since then, ./scripts/get_maintainer.pl --self-test complains:
>
> warning: no file matches \
> F: Documentation/devicetree/bindings/net/can/m_can.txt
>
> Update MAINTAINERS entry to location of converted schema.
>
> Signed-off-by: Lukas Bulwahn <[email protected]>
Reviewed-by: Benjamin Gaignard <[email protected]>

Thanks
> ---
> applies cleanly on next-20200313
>
> Benjamin, please ack.
> Rob, please pick this patch (it is not urgent, though).
>
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 32a95d162f06..ebc3d91294c6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10323,7 +10323,7 @@ M: Dan Murphy <[email protected]>
> M: Sriram Dash <[email protected]>
> L: [email protected]
> S: Maintained
> -F: Documentation/devicetree/bindings/net/can/m_can.txt
> +F: Documentation/devicetree/bindings/net/can/bosch,m_can.yaml
> F: drivers/net/can/m_can/m_can.c
> F: drivers/net/can/m_can/m_can.h
> F: drivers/net/can/m_can/m_can_platform.c