linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] dt-bindings: interrupt-controller: microchip,sama7g5-eic: use right naming syntax
@ 2023-05-23  7:06 Claudiu Beznea
  2023-05-23  7:06 ` [PATCH 1/2] dt-bindings: interrupt-controller: microchip,sama7g5-eic: use proper " Claudiu Beznea
  2023-05-23  7:06 ` [PATCH 2/2] MAINTAINERS: add documentation file for Microchip EIC section Claudiu Beznea
  0 siblings, 2 replies; 5+ messages in thread
From: Claudiu Beznea @ 2023-05-23  7:06 UTC (permalink / raw)
  To: tglx, maz, robh+dt, krzysztof.kozlowski+dt, conor+dt
  Cc: linux-kernel, devicetree, linux-arm-kernel, Claudiu Beznea

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


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

* [PATCH 1/2] dt-bindings: interrupt-controller: microchip,sama7g5-eic: use proper naming syntax
  2023-05-23  7:06 [PATCH 0/2] dt-bindings: interrupt-controller: microchip,sama7g5-eic: use right naming syntax Claudiu Beznea
@ 2023-05-23  7:06 ` Claudiu Beznea
  2023-05-23 17:00   ` Conor Dooley
  2023-06-07 20:33   ` Rob Herring
  2023-05-23  7:06 ` [PATCH 2/2] MAINTAINERS: add documentation file for Microchip EIC section Claudiu Beznea
  1 sibling, 2 replies; 5+ messages in thread
From: Claudiu Beznea @ 2023-05-23  7:06 UTC (permalink / raw)
  To: tglx, maz, robh+dt, krzysztof.kozlowski+dt, conor+dt
  Cc: linux-kernel, devicetree, linux-arm-kernel, Claudiu Beznea

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

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
 .../{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


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

* [PATCH 2/2] MAINTAINERS: add documentation file for Microchip EIC section
  2023-05-23  7:06 [PATCH 0/2] dt-bindings: interrupt-controller: microchip,sama7g5-eic: use right naming syntax Claudiu Beznea
  2023-05-23  7:06 ` [PATCH 1/2] dt-bindings: interrupt-controller: microchip,sama7g5-eic: use proper " Claudiu Beznea
@ 2023-05-23  7:06 ` Claudiu Beznea
  1 sibling, 0 replies; 5+ messages in thread
From: Claudiu Beznea @ 2023-05-23  7:06 UTC (permalink / raw)
  To: tglx, maz, robh+dt, krzysztof.kozlowski+dt, conor+dt
  Cc: linux-kernel, devicetree, linux-arm-kernel, Claudiu Beznea

Add documentation file to Microchip EIC section.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
 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 <claudiu.beznea@microchip.com>
 L:	linux-arm-kernel@lists.infradead.org (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


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

* Re: [PATCH 1/2] dt-bindings: interrupt-controller: microchip,sama7g5-eic: use proper naming syntax
  2023-05-23  7:06 ` [PATCH 1/2] dt-bindings: interrupt-controller: microchip,sama7g5-eic: use proper " Claudiu Beznea
@ 2023-05-23 17:00   ` Conor Dooley
  2023-06-07 20:33   ` Rob Herring
  1 sibling, 0 replies; 5+ messages in thread
From: Conor Dooley @ 2023-05-23 17:00 UTC (permalink / raw)
  To: Claudiu Beznea
  Cc: tglx, maz, robh+dt, krzysztof.kozlowski+dt, conor+dt,
	linux-kernel, devicetree, linux-arm-kernel

[-- Attachment #1: Type: text/plain, Size: 284 bytes --]

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 <claudiu.beznea@microchip.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,
Conor.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH 1/2] dt-bindings: interrupt-controller: microchip,sama7g5-eic: use proper naming syntax
  2023-05-23  7:06 ` [PATCH 1/2] dt-bindings: interrupt-controller: microchip,sama7g5-eic: use proper " Claudiu Beznea
  2023-05-23 17:00   ` Conor Dooley
@ 2023-06-07 20:33   ` Rob Herring
  1 sibling, 0 replies; 5+ messages in thread
From: Rob Herring @ 2023-06-07 20:33 UTC (permalink / raw)
  To: Claudiu Beznea
  Cc: conor+dt, linux-kernel, robh+dt, devicetree, maz, tglx,
	krzysztof.kozlowski+dt, linux-arm-kernel


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 <claudiu.beznea@microchip.com>
> ---
>  .../{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!


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

end of thread, other threads:[~2023-06-07 20:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-23  7:06 [PATCH 0/2] dt-bindings: interrupt-controller: microchip,sama7g5-eic: use right naming syntax Claudiu Beznea
2023-05-23  7:06 ` [PATCH 1/2] dt-bindings: interrupt-controller: microchip,sama7g5-eic: use proper " Claudiu Beznea
2023-05-23 17:00   ` Conor Dooley
2023-06-07 20:33   ` Rob Herring
2023-05-23  7:06 ` [PATCH 2/2] MAINTAINERS: add documentation file for Microchip EIC section Claudiu Beznea

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).