* [PATCH] dt-bindings: Move altr,msi-controller to interrupt-controller directory
@ 2025-05-07 15:42 Rob Herring (Arm)
2025-05-08 14:55 ` Conor Dooley
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Rob Herring (Arm) @ 2025-05-07 15:42 UTC (permalink / raw)
To: Thomas Gleixner, Krzysztof Kozlowski, Conor Dooley, Joyce Ooi,
Lorenzo Pieralisi, Krzysztof Wilczyński,
Manivannan Sadhasivam, Bjorn Helgaas, Matthew Gerlach
Cc: linux-kernel, devicetree, linux-pci
While altr,msi-controller is used with PCI, it is not a PCI host bridge
and is just an MSI provider. Move it with other MSI providers in the
'interrupt-controller' directory.
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
.../{pci => interrupt-controller}/altr,msi-controller.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename Documentation/devicetree/bindings/{pci => interrupt-controller}/altr,msi-controller.yaml (94%)
diff --git a/Documentation/devicetree/bindings/pci/altr,msi-controller.yaml b/Documentation/devicetree/bindings/interrupt-controller/altr,msi-controller.yaml
similarity index 94%
rename from Documentation/devicetree/bindings/pci/altr,msi-controller.yaml
rename to Documentation/devicetree/bindings/interrupt-controller/altr,msi-controller.yaml
index 98814862d006..d046954b8a27 100644
--- a/Documentation/devicetree/bindings/pci/altr,msi-controller.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/altr,msi-controller.yaml
@@ -2,7 +2,7 @@
# Copyright (C) 2015, 2024, Intel Corporation
%YAML 1.2
---
-$id: http://devicetree.org/schemas/altr,msi-controller.yaml#
+$id: http://devicetree.org/schemas/interrupt-controller/altr,msi-controller.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Altera PCIe MSI controller
--
2.47.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: Move altr,msi-controller to interrupt-controller directory
2025-05-07 15:42 [PATCH] dt-bindings: Move altr,msi-controller to interrupt-controller directory Rob Herring (Arm)
@ 2025-05-08 14:55 ` Conor Dooley
2025-05-08 22:32 ` matthew.gerlach
2025-05-09 16:05 ` Rob Herring (Arm)
2 siblings, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2025-05-08 14:55 UTC (permalink / raw)
To: Rob Herring (Arm)
Cc: Thomas Gleixner, Krzysztof Kozlowski, Conor Dooley, Joyce Ooi,
Lorenzo Pieralisi, Krzysztof Wilczyński,
Manivannan Sadhasivam, Bjorn Helgaas, Matthew Gerlach,
linux-kernel, devicetree, linux-pci
[-- Attachment #1: Type: text/plain, Size: 365 bytes --]
On Wed, May 07, 2025 at 10:42:53AM -0500, Rob Herring (Arm) wrote:
> While altr,msi-controller is used with PCI, it is not a PCI host bridge
> and is just an MSI provider. Move it with other MSI providers in the
> 'interrupt-controller' directory.
>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: Move altr,msi-controller to interrupt-controller directory
2025-05-07 15:42 [PATCH] dt-bindings: Move altr,msi-controller to interrupt-controller directory Rob Herring (Arm)
2025-05-08 14:55 ` Conor Dooley
@ 2025-05-08 22:32 ` matthew.gerlach
2025-05-09 16:05 ` Rob Herring (Arm)
2 siblings, 0 replies; 4+ messages in thread
From: matthew.gerlach @ 2025-05-08 22:32 UTC (permalink / raw)
To: Rob Herring (Arm)
Cc: Thomas Gleixner, Krzysztof Kozlowski, Conor Dooley, Joyce Ooi,
Lorenzo Pieralisi, Krzysztof Wilczyński,
Manivannan Sadhasivam, Bjorn Helgaas, linux-kernel, devicetree,
linux-pci, matthew.gerlach
On Wed, 7 May 2025, Rob Herring (Arm) wrote:
> While altr,msi-controller is used with PCI, it is not a PCI host bridge
> and is just an MSI provider. Move it with other MSI providers in the
> 'interrupt-controller' directory.
>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Acked-by: Matthew Gerlach <matthew.gerlach@linux.intel.com>
> ---
> .../{pci => interrupt-controller}/altr,msi-controller.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename Documentation/devicetree/bindings/{pci => interrupt-controller}/altr,msi-controller.yaml (94%)
>
> diff --git a/Documentation/devicetree/bindings/pci/altr,msi-controller.yaml b/Documentation/devicetree/bindings/interrupt-controller/altr,msi-controller.yaml
> similarity index 94%
> rename from Documentation/devicetree/bindings/pci/altr,msi-controller.yaml
> rename to Documentation/devicetree/bindings/interrupt-controller/altr,msi-controller.yaml
> index 98814862d006..d046954b8a27 100644
> --- a/Documentation/devicetree/bindings/pci/altr,msi-controller.yaml
> +++ b/Documentation/devicetree/bindings/interrupt-controller/altr,msi-controller.yaml
> @@ -2,7 +2,7 @@
> # Copyright (C) 2015, 2024, Intel Corporation
> %YAML 1.2
> ---
> -$id: http://devicetree.org/schemas/altr,msi-controller.yaml#
> +$id: http://devicetree.org/schemas/interrupt-controller/altr,msi-controller.yaml#
> $schema: http://devicetree.org/meta-schemas/core.yaml#
>
> title: Altera PCIe MSI controller
> --
> 2.47.2
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: Move altr,msi-controller to interrupt-controller directory
2025-05-07 15:42 [PATCH] dt-bindings: Move altr,msi-controller to interrupt-controller directory Rob Herring (Arm)
2025-05-08 14:55 ` Conor Dooley
2025-05-08 22:32 ` matthew.gerlach
@ 2025-05-09 16:05 ` Rob Herring (Arm)
2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring (Arm) @ 2025-05-09 16:05 UTC (permalink / raw)
To: Rob Herring (Arm)
Cc: Lorenzo Pieralisi, Krzysztof Kozlowski, Manivannan Sadhasivam,
linux-pci, Bjorn Helgaas, Thomas Gleixner,
Krzysztof Wilczyński, linux-kernel, Matthew Gerlach,
devicetree, Joyce Ooi, Conor Dooley
On Wed, 07 May 2025 10:42:53 -0500, Rob Herring (Arm) wrote:
> While altr,msi-controller is used with PCI, it is not a PCI host bridge
> and is just an MSI provider. Move it with other MSI providers in the
> 'interrupt-controller' directory.
>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
> .../{pci => interrupt-controller}/altr,msi-controller.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename Documentation/devicetree/bindings/{pci => interrupt-controller}/altr,msi-controller.yaml (94%)
>
Applied, thanks!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-05-09 16:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-07 15:42 [PATCH] dt-bindings: Move altr,msi-controller to interrupt-controller directory Rob Herring (Arm)
2025-05-08 14:55 ` Conor Dooley
2025-05-08 22:32 ` matthew.gerlach
2025-05-09 16:05 ` Rob Herring (Arm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox