2023-05-23 07:16:27

by Claudiu Beznea

[permalink] [raw]
Subject: [PATCH 0/2] dt-bindings: interrupt-controller: microchip,sama7g5-eic: use right naming syntax

Hi,

Series updates the documentation file for Microchip SAMA7G5 EIC to use
proper naming syntax. It also updates MAINTAINERS EIC section with
documentation file.

Thank you,
Claudiu Beznea

Claudiu Beznea (2):
dt-bindings: interrupt-controller: microchip,sama7g5-eic: use proper
naming syntax
MAINTAINERS: add documentation file for Microchip EIC section

.../{microchip,eic.yaml => microchip,sama7g5-eic.yaml} | 2 +-
MAINTAINERS | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
rename Documentation/devicetree/bindings/interrupt-controller/{microchip,eic.yaml => microchip,sama7g5-eic.yaml} (98%)

--
2.34.1



2023-05-23 07:18:16

by Claudiu Beznea

[permalink] [raw]
Subject: [PATCH 1/2] dt-bindings: interrupt-controller: microchip,sama7g5-eic: use proper naming syntax

Use the following syntax for Microchip EIC YAML file: vendor,device.yaml.

Signed-off-by: Claudiu Beznea <[email protected]>
---
.../{microchip,eic.yaml => microchip,sama7g5-eic.yaml} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename Documentation/devicetree/bindings/interrupt-controller/{microchip,eic.yaml => microchip,sama7g5-eic.yaml} (98%)

diff --git a/Documentation/devicetree/bindings/interrupt-controller/microchip,eic.yaml b/Documentation/devicetree/bindings/interrupt-controller/microchip,sama7g5-eic.yaml
similarity index 98%
rename from Documentation/devicetree/bindings/interrupt-controller/microchip,eic.yaml
rename to Documentation/devicetree/bindings/interrupt-controller/microchip,sama7g5-eic.yaml
index 50003880ee6f..d56ba65b17d1 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/microchip,eic.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/microchip,sama7g5-eic.yaml
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
-$id: http://devicetree.org/schemas/interrupt-controller/microchip,eic.yaml#
+$id: http://devicetree.org/schemas/interrupt-controller/microchip,sama7g5-eic.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Microchip External Interrupt Controller
--
2.34.1


2023-05-23 07:18:35

by Claudiu Beznea

[permalink] [raw]
Subject: [PATCH 2/2] MAINTAINERS: add documentation file for Microchip EIC section

Add documentation file to Microchip EIC section.

Signed-off-by: Claudiu Beznea <[email protected]>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index cdf4b41cf62b..59e727244750 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13674,6 +13674,7 @@ MICROCHIP EIC DRIVER
M: Claudiu Beznea <[email protected]>
L: [email protected] (moderated for non-subscribers)
S: Supported
+F: Documentation/devicetree/bindings/interrupt-controller/microchip,sama7g5-eic.yaml
F: drivers/irqchip/irq-mchp-eic.c

MICROCHIP I2C DRIVER
--
2.34.1


2023-05-23 17:14:14

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: interrupt-controller: microchip,sama7g5-eic: use proper naming syntax

On Tue, May 23, 2023 at 10:06:36AM +0300, Claudiu Beznea wrote:
> Use the following syntax for Microchip EIC YAML file: vendor,device.yaml.
>
> Signed-off-by: Claudiu Beznea <[email protected]>

Acked-by: Conor Dooley <[email protected]>

Thanks,
Conor.


Attachments:
(No filename) (284.00 B)
signature.asc (235.00 B)
Download all attachments

2023-06-07 21:46:33

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: interrupt-controller: microchip,sama7g5-eic: use proper naming syntax


On Tue, 23 May 2023 10:06:36 +0300, Claudiu Beznea wrote:
> Use the following syntax for Microchip EIC YAML file: vendor,device.yaml.
>
> Signed-off-by: Claudiu Beznea <[email protected]>
> ---
> .../{microchip,eic.yaml => microchip,sama7g5-eic.yaml} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename Documentation/devicetree/bindings/interrupt-controller/{microchip,eic.yaml => microchip,sama7g5-eic.yaml} (98%)
>

Applied both, thanks!