All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: marvell: armada-ap810: Fix GICv3 ITS node name
@ 2023-02-07 23:47 ` Rob Herring
  0 siblings, 0 replies; 16+ messages in thread
From: Rob Herring @ 2023-02-07 23:47 UTC (permalink / raw)
  To: Andrew Lunn, Gregory Clement, Sebastian Hesselbarth, Krzysztof Kozlowski
  Cc: linux-arm-kernel, devicetree, linux-kernel

The GICv3 ITS is an MSI controller, therefore its node name should be
'msi-controller'.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi b/arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi
index 8107d120a8a7..2f9ab6b4a2c9 100644
--- a/arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi
@@ -54,7 +54,7 @@ gic: interrupt-controller@3000000 {
 				      <0x00d0000 0x1000>,	/* GICH */
 				      <0x00e0000 0x2000>;	/* GICV */
 
-				gic_its_ap0: interrupt-controller@3040000 {
+				gic_its_ap0: msi-controller@3040000 {
 					compatible = "arm,gic-v3-its";
 					msi-controller;
 					#msi-cells = <1>;
-- 
2.39.1


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

* [PATCH] arm64: dts: marvell: armada-ap810: Fix GICv3 ITS node name
@ 2023-02-07 23:47 ` Rob Herring
  0 siblings, 0 replies; 16+ messages in thread
From: Rob Herring @ 2023-02-07 23:47 UTC (permalink / raw)
  To: Andrew Lunn, Gregory Clement, Sebastian Hesselbarth, Krzysztof Kozlowski
  Cc: linux-arm-kernel, devicetree, linux-kernel

The GICv3 ITS is an MSI controller, therefore its node name should be
'msi-controller'.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi b/arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi
index 8107d120a8a7..2f9ab6b4a2c9 100644
--- a/arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi
@@ -54,7 +54,7 @@ gic: interrupt-controller@3000000 {
 				      <0x00d0000 0x1000>,	/* GICH */
 				      <0x00e0000 0x2000>;	/* GICV */
 
-				gic_its_ap0: interrupt-controller@3040000 {
+				gic_its_ap0: msi-controller@3040000 {
 					compatible = "arm,gic-v3-its";
 					msi-controller;
 					#msi-cells = <1>;
-- 
2.39.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: dts: marvell: armada-ap810: Fix GICv3 ITS node name
  2023-02-07 23:47 ` Rob Herring
@ 2023-03-14 15:22   ` Rob Herring
  -1 siblings, 0 replies; 16+ messages in thread
From: Rob Herring @ 2023-03-14 15:22 UTC (permalink / raw)
  To: Andrew Lunn, Gregory Clement, Sebastian Hesselbarth, Krzysztof Kozlowski
  Cc: linux-arm-kernel, devicetree, linux-kernel

On Tue, Feb 7, 2023 at 5:47 PM Rob Herring <robh@kernel.org> wrote:
>
> The GICv3 ITS is an MSI controller, therefore its node name should be
> 'msi-controller'.
>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Ping!

If not maintained, should I send a patch removing this platform instead?

>
> diff --git a/arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi b/arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi
> index 8107d120a8a7..2f9ab6b4a2c9 100644
> --- a/arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi
> +++ b/arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi
> @@ -54,7 +54,7 @@ gic: interrupt-controller@3000000 {
>                                       <0x00d0000 0x1000>,       /* GICH */
>                                       <0x00e0000 0x2000>;       /* GICV */
>
> -                               gic_its_ap0: interrupt-controller@3040000 {
> +                               gic_its_ap0: msi-controller@3040000 {
>                                         compatible = "arm,gic-v3-its";
>                                         msi-controller;
>                                         #msi-cells = <1>;
> --
> 2.39.1
>

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

* Re: [PATCH] arm64: dts: marvell: armada-ap810: Fix GICv3 ITS node name
@ 2023-03-14 15:22   ` Rob Herring
  0 siblings, 0 replies; 16+ messages in thread
From: Rob Herring @ 2023-03-14 15:22 UTC (permalink / raw)
  To: Andrew Lunn, Gregory Clement, Sebastian Hesselbarth, Krzysztof Kozlowski
  Cc: linux-arm-kernel, devicetree, linux-kernel

On Tue, Feb 7, 2023 at 5:47 PM Rob Herring <robh@kernel.org> wrote:
>
> The GICv3 ITS is an MSI controller, therefore its node name should be
> 'msi-controller'.
>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Ping!

If not maintained, should I send a patch removing this platform instead?

>
> diff --git a/arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi b/arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi
> index 8107d120a8a7..2f9ab6b4a2c9 100644
> --- a/arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi
> +++ b/arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi
> @@ -54,7 +54,7 @@ gic: interrupt-controller@3000000 {
>                                       <0x00d0000 0x1000>,       /* GICH */
>                                       <0x00e0000 0x2000>;       /* GICV */
>
> -                               gic_its_ap0: interrupt-controller@3040000 {
> +                               gic_its_ap0: msi-controller@3040000 {
>                                         compatible = "arm,gic-v3-its";
>                                         msi-controller;
>                                         #msi-cells = <1>;
> --
> 2.39.1
>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: dts: marvell: armada-ap810: Fix GICv3 ITS node name
  2023-03-14 15:22   ` Rob Herring
@ 2023-03-14 15:34     ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 16+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-14 15:34 UTC (permalink / raw)
  To: Rob Herring, Andrew Lunn, Gregory Clement, Sebastian Hesselbarth,
	Krzysztof Kozlowski
  Cc: linux-arm-kernel, devicetree, linux-kernel

On 14/03/2023 16:22, Rob Herring wrote:
> On Tue, Feb 7, 2023 at 5:47 PM Rob Herring <robh@kernel.org> wrote:
>>
>> The GICv3 ITS is an MSI controller, therefore its node name should be
>> 'msi-controller'.
>>
>> Signed-off-by: Rob Herring <robh@kernel.org>
>> ---
>>  arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Ping!
> 
> If not maintained, should I send a patch removing this platform instead?

I am not the maintainer but I produce (and take) such stuff, so I can
take this one.

Best regards,
Krzysztof


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: dts: marvell: armada-ap810: Fix GICv3 ITS node name
@ 2023-03-14 15:34     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 16+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-14 15:34 UTC (permalink / raw)
  To: Rob Herring, Andrew Lunn, Gregory Clement, Sebastian Hesselbarth,
	Krzysztof Kozlowski
  Cc: linux-arm-kernel, devicetree, linux-kernel

On 14/03/2023 16:22, Rob Herring wrote:
> On Tue, Feb 7, 2023 at 5:47 PM Rob Herring <robh@kernel.org> wrote:
>>
>> The GICv3 ITS is an MSI controller, therefore its node name should be
>> 'msi-controller'.
>>
>> Signed-off-by: Rob Herring <robh@kernel.org>
>> ---
>>  arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Ping!
> 
> If not maintained, should I send a patch removing this platform instead?

I am not the maintainer but I produce (and take) such stuff, so I can
take this one.

Best regards,
Krzysztof


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

* Re: [PATCH] arm64: dts: marvell: armada-ap810: Fix GICv3 ITS node name
  2023-02-07 23:47 ` Rob Herring
@ 2023-03-14 15:35   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 16+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-14 15:35 UTC (permalink / raw)
  To: Andrew Lunn, Gregory Clement, Sebastian Hesselbarth,
	Krzysztof Kozlowski, Rob Herring
  Cc: Krzysztof Kozlowski, linux-kernel, devicetree, linux-arm-kernel

On Tue, 7 Feb 2023 17:47:35 -0600, Rob Herring wrote:
> The GICv3 ITS is an MSI controller, therefore its node name should be
> 'msi-controller'.
> 
> 

Applied, thanks! Let me know if anyone else wants to take it instead.

[1/1] arm64: dts: marvell: armada-ap810: Fix GICv3 ITS node name
      https://git.kernel.org/krzk/linux-dt/c/fce7defb8a46c31cf9384fee6e4b1e4920c46ff7

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

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

* Re: [PATCH] arm64: dts: marvell: armada-ap810: Fix GICv3 ITS node name
@ 2023-03-14 15:35   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 16+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-14 15:35 UTC (permalink / raw)
  To: Andrew Lunn, Gregory Clement, Sebastian Hesselbarth,
	Krzysztof Kozlowski, Rob Herring
  Cc: Krzysztof Kozlowski, linux-kernel, devicetree, linux-arm-kernel

On Tue, 7 Feb 2023 17:47:35 -0600, Rob Herring wrote:
> The GICv3 ITS is an MSI controller, therefore its node name should be
> 'msi-controller'.
> 
> 

Applied, thanks! Let me know if anyone else wants to take it instead.

[1/1] arm64: dts: marvell: armada-ap810: Fix GICv3 ITS node name
      https://git.kernel.org/krzk/linux-dt/c/fce7defb8a46c31cf9384fee6e4b1e4920c46ff7

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: dts: marvell: armada-ap810: Fix GICv3 ITS node name
  2023-03-14 15:22   ` Rob Herring
@ 2023-03-14 16:21     ` Andrew Lunn
  -1 siblings, 0 replies; 16+ messages in thread
From: Andrew Lunn @ 2023-03-14 16:21 UTC (permalink / raw)
  To: Rob Herring
  Cc: Gregory Clement, Sebastian Hesselbarth, Krzysztof Kozlowski,
	linux-arm-kernel, devicetree, linux-kernel

On Tue, Mar 14, 2023 at 10:22:40AM -0500, Rob Herring wrote:
> On Tue, Feb 7, 2023 at 5:47 PM Rob Herring <robh@kernel.org> wrote:
> >
> > The GICv3 ITS is an MSI controller, therefore its node name should be
> > 'msi-controller'.
> >
> > Signed-off-by: Rob Herring <robh@kernel.org>
> > ---
> >  arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Ping!
> 
> If not maintained, should I send a patch removing this platform instead?

Gregory usually picks these up around -rc6.

	Andrew

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: dts: marvell: armada-ap810: Fix GICv3 ITS node name
@ 2023-03-14 16:21     ` Andrew Lunn
  0 siblings, 0 replies; 16+ messages in thread
From: Andrew Lunn @ 2023-03-14 16:21 UTC (permalink / raw)
  To: Rob Herring
  Cc: Gregory Clement, Sebastian Hesselbarth, Krzysztof Kozlowski,
	linux-arm-kernel, devicetree, linux-kernel

On Tue, Mar 14, 2023 at 10:22:40AM -0500, Rob Herring wrote:
> On Tue, Feb 7, 2023 at 5:47 PM Rob Herring <robh@kernel.org> wrote:
> >
> > The GICv3 ITS is an MSI controller, therefore its node name should be
> > 'msi-controller'.
> >
> > Signed-off-by: Rob Herring <robh@kernel.org>
> > ---
> >  arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Ping!
> 
> If not maintained, should I send a patch removing this platform instead?

Gregory usually picks these up around -rc6.

	Andrew

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

* Re: [PATCH] arm64: dts: marvell: armada-ap810: Fix GICv3 ITS node name
  2023-03-14 16:21     ` Andrew Lunn
@ 2023-03-14 16:41       ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 16+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-14 16:41 UTC (permalink / raw)
  To: Andrew Lunn, Rob Herring
  Cc: Gregory Clement, Sebastian Hesselbarth, Krzysztof Kozlowski,
	linux-arm-kernel, devicetree, linux-kernel

On 14/03/2023 17:21, Andrew Lunn wrote:
> On Tue, Mar 14, 2023 at 10:22:40AM -0500, Rob Herring wrote:
>> On Tue, Feb 7, 2023 at 5:47 PM Rob Herring <robh@kernel.org> wrote:
>>>
>>> The GICv3 ITS is an MSI controller, therefore its node name should be
>>> 'msi-controller'.
>>>
>>> Signed-off-by: Rob Herring <robh@kernel.org>
>>> ---
>>>  arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> Ping!
>>
>> If not maintained, should I send a patch removing this platform instead?
> 
> Gregory usually picks these up around -rc6.

Hm, so they stay in next for just one or two weeks before sending to
arm-soc? Why? They should be in the next as fast as possible, why waiting?

Second question, shall I drop it?

Best regards,
Krzysztof


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

* Re: [PATCH] arm64: dts: marvell: armada-ap810: Fix GICv3 ITS node name
@ 2023-03-14 16:41       ` Krzysztof Kozlowski
  0 siblings, 0 replies; 16+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-14 16:41 UTC (permalink / raw)
  To: Andrew Lunn, Rob Herring
  Cc: Gregory Clement, Sebastian Hesselbarth, Krzysztof Kozlowski,
	linux-arm-kernel, devicetree, linux-kernel

On 14/03/2023 17:21, Andrew Lunn wrote:
> On Tue, Mar 14, 2023 at 10:22:40AM -0500, Rob Herring wrote:
>> On Tue, Feb 7, 2023 at 5:47 PM Rob Herring <robh@kernel.org> wrote:
>>>
>>> The GICv3 ITS is an MSI controller, therefore its node name should be
>>> 'msi-controller'.
>>>
>>> Signed-off-by: Rob Herring <robh@kernel.org>
>>> ---
>>>  arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> Ping!
>>
>> If not maintained, should I send a patch removing this platform instead?
> 
> Gregory usually picks these up around -rc6.

Hm, so they stay in next for just one or two weeks before sending to
arm-soc? Why? They should be in the next as fast as possible, why waiting?

Second question, shall I drop it?

Best regards,
Krzysztof


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: dts: marvell: armada-ap810: Fix GICv3 ITS node name
  2023-03-14 16:21     ` Andrew Lunn
@ 2023-03-14 18:23       ` Rob Herring
  -1 siblings, 0 replies; 16+ messages in thread
From: Rob Herring @ 2023-03-14 18:23 UTC (permalink / raw)
  To: Andrew Lunn
  Cc: Gregory Clement, Sebastian Hesselbarth, Krzysztof Kozlowski,
	linux-arm-kernel, devicetree, linux-kernel

On Tue, Mar 14, 2023 at 11:22 AM Andrew Lunn <andrew@lunn.ch> wrote:
>
> On Tue, Mar 14, 2023 at 10:22:40AM -0500, Rob Herring wrote:
> > On Tue, Feb 7, 2023 at 5:47 PM Rob Herring <robh@kernel.org> wrote:
> > >
> > > The GICv3 ITS is an MSI controller, therefore its node name should be
> > > 'msi-controller'.
> > >
> > > Signed-off-by: Rob Herring <robh@kernel.org>
> > > ---
> > >  arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > Ping!
> >
> > If not maintained, should I send a patch removing this platform instead?
>
> Gregory usually picks these up around -rc6.

Ignoring patches for up to 2 months is not a great experience for submitters.

Rob

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

* Re: [PATCH] arm64: dts: marvell: armada-ap810: Fix GICv3 ITS node name
@ 2023-03-14 18:23       ` Rob Herring
  0 siblings, 0 replies; 16+ messages in thread
From: Rob Herring @ 2023-03-14 18:23 UTC (permalink / raw)
  To: Andrew Lunn
  Cc: Gregory Clement, Sebastian Hesselbarth, Krzysztof Kozlowski,
	linux-arm-kernel, devicetree, linux-kernel

On Tue, Mar 14, 2023 at 11:22 AM Andrew Lunn <andrew@lunn.ch> wrote:
>
> On Tue, Mar 14, 2023 at 10:22:40AM -0500, Rob Herring wrote:
> > On Tue, Feb 7, 2023 at 5:47 PM Rob Herring <robh@kernel.org> wrote:
> > >
> > > The GICv3 ITS is an MSI controller, therefore its node name should be
> > > 'msi-controller'.
> > >
> > > Signed-off-by: Rob Herring <robh@kernel.org>
> > > ---
> > >  arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > Ping!
> >
> > If not maintained, should I send a patch removing this platform instead?
>
> Gregory usually picks these up around -rc6.

Ignoring patches for up to 2 months is not a great experience for submitters.

Rob

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: dts: marvell: armada-ap810: Fix GICv3 ITS node name
  2023-03-14 15:35   ` Krzysztof Kozlowski
@ 2023-04-07 15:11     ` Gregory CLEMENT
  -1 siblings, 0 replies; 16+ messages in thread
From: Gregory CLEMENT @ 2023-04-07 15:11 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andrew Lunn, Sebastian Hesselbarth,
	Krzysztof Kozlowski, Rob Herring
  Cc: Krzysztof Kozlowski, linux-kernel, devicetree, linux-arm-kernel

Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> writes:

> On Tue, 7 Feb 2023 17:47:35 -0600, Rob Herring wrote:
>> The GICv3 ITS is an MSI controller, therefore its node name should be
>> 'msi-controller'.
>> 
>> 
>
> Applied, thanks! Let me know if anyone else wants to take it instead.
>
> [1/1] arm64: dts: marvell: armada-ap810: Fix GICv3 ITS node name
>       https://git.kernel.org/krzk/linux-dt/c/fce7defb8a46c31cf9384fee6e4b1e4920c46ff7

Let's hope it won't cause merge issue.

Gregory

>
> Best regards,
> -- 
> Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

-- 
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com

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

* Re: [PATCH] arm64: dts: marvell: armada-ap810: Fix GICv3 ITS node name
@ 2023-04-07 15:11     ` Gregory CLEMENT
  0 siblings, 0 replies; 16+ messages in thread
From: Gregory CLEMENT @ 2023-04-07 15:11 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andrew Lunn, Sebastian Hesselbarth,
	Krzysztof Kozlowski, Rob Herring
  Cc: Krzysztof Kozlowski, linux-kernel, devicetree, linux-arm-kernel

Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> writes:

> On Tue, 7 Feb 2023 17:47:35 -0600, Rob Herring wrote:
>> The GICv3 ITS is an MSI controller, therefore its node name should be
>> 'msi-controller'.
>> 
>> 
>
> Applied, thanks! Let me know if anyone else wants to take it instead.
>
> [1/1] arm64: dts: marvell: armada-ap810: Fix GICv3 ITS node name
>       https://git.kernel.org/krzk/linux-dt/c/fce7defb8a46c31cf9384fee6e4b1e4920c46ff7

Let's hope it won't cause merge issue.

Gregory

>
> Best regards,
> -- 
> Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

-- 
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-04-07 15:12 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-07 23:47 [PATCH] arm64: dts: marvell: armada-ap810: Fix GICv3 ITS node name Rob Herring
2023-02-07 23:47 ` Rob Herring
2023-03-14 15:22 ` Rob Herring
2023-03-14 15:22   ` Rob Herring
2023-03-14 15:34   ` Krzysztof Kozlowski
2023-03-14 15:34     ` Krzysztof Kozlowski
2023-03-14 16:21   ` Andrew Lunn
2023-03-14 16:21     ` Andrew Lunn
2023-03-14 16:41     ` Krzysztof Kozlowski
2023-03-14 16:41       ` Krzysztof Kozlowski
2023-03-14 18:23     ` Rob Herring
2023-03-14 18:23       ` Rob Herring
2023-03-14 15:35 ` Krzysztof Kozlowski
2023-03-14 15:35   ` Krzysztof Kozlowski
2023-04-07 15:11   ` Gregory CLEMENT
2023-04-07 15:11     ` Gregory CLEMENT

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.