[PATCH] dt-bindings: Move altr,msi-controller to interrupt-controller directory

Rob Herring (Arm) posted 1 patch 9 months ago
.../{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%)
[PATCH] dt-bindings: Move altr,msi-controller to interrupt-controller directory
Posted by Rob Herring (Arm) 9 months ago
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
Re: [PATCH] dt-bindings: Move altr,msi-controller to interrupt-controller directory
Posted by Rob Herring (Arm) 9 months ago
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!
Re: [PATCH] dt-bindings: Move altr,msi-controller to interrupt-controller directory
Posted by matthew.gerlach@linux.intel.com 9 months ago

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
>
>
Re: [PATCH] dt-bindings: Move altr,msi-controller to interrupt-controller directory
Posted by Conor Dooley 9 months ago
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>