linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: arm/juno: Drop erroneous 'mbox-name' property
@ 2022-06-10 21:33 Rob Herring
  2022-06-14 10:13 ` Sudeep Holla
  2022-06-28 20:14 ` Rob Herring
  0 siblings, 2 replies; 6+ messages in thread
From: Rob Herring @ 2022-06-10 21:33 UTC (permalink / raw)
  To: Liviu Dudau, Sudeep Holla, Lorenzo Pieralisi, Krzysztof Kozlowski
  Cc: linux-arm-kernel, devicetree, linux-kernel

The 'mbox-name' property in the Juno mailbox node is undocumented and
unused. It's the consumer side of the mailbox binding that have
'mbox-names' properties.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 arch/arm64/boot/dts/arm/juno-scmi.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/arm/juno-scmi.dtsi b/arch/arm64/boot/dts/arm/juno-scmi.dtsi
index 4135d62e44a2..ec85cd2c733c 100644
--- a/arch/arm64/boot/dts/arm/juno-scmi.dtsi
+++ b/arch/arm64/boot/dts/arm/juno-scmi.dtsi
@@ -187,7 +187,6 @@ &gpu {
 &mailbox {
 	compatible = "arm,mhu-doorbell", "arm,primecell";
 	#mbox-cells = <2>;
-	mbox-name = "ARM-MHU";
 };
 
 &smmu_etr {
-- 
2.34.1


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

* Re: [PATCH] arm64: dts: arm/juno: Drop erroneous 'mbox-name' property
  2022-06-10 21:33 [PATCH] arm64: dts: arm/juno: Drop erroneous 'mbox-name' property Rob Herring
@ 2022-06-14 10:13 ` Sudeep Holla
  2022-06-28 20:14 ` Rob Herring
  1 sibling, 0 replies; 6+ messages in thread
From: Sudeep Holla @ 2022-06-14 10:13 UTC (permalink / raw)
  To: Lorenzo Pieralisi, Liviu Dudau, Krzysztof Kozlowski, Rob Herring
  Cc: Sudeep Holla, linux-kernel, linux-arm-kernel, devicetree

On Fri, 10 Jun 2022 15:33:07 -0600, Rob Herring wrote:
> The 'mbox-name' property in the Juno mailbox node is undocumented and
> unused. It's the consumer side of the mailbox binding that have
> 'mbox-names' properties.
>

Applied to sudeep.holla/linux (for-next/juno), thanks!

[1/1] arm64: dts: arm/juno: Drop erroneous 'mbox-name' property
      https://git.kernel.org/sudeep.holla/c/c7df8791cd

--
Regards,
Sudeep


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

* Re: [PATCH] arm64: dts: arm/juno: Drop erroneous 'mbox-name' property
  2022-06-10 21:33 [PATCH] arm64: dts: arm/juno: Drop erroneous 'mbox-name' property Rob Herring
  2022-06-14 10:13 ` Sudeep Holla
@ 2022-06-28 20:14 ` Rob Herring
  2022-06-28 21:03   ` Rob Herring
  1 sibling, 1 reply; 6+ messages in thread
From: Rob Herring @ 2022-06-28 20:14 UTC (permalink / raw)
  To: Liviu Dudau, Sudeep Holla, Lorenzo Pieralisi, Krzysztof Kozlowski
  Cc: linux-arm-kernel, devicetree, linux-kernel

On Fri, Jun 10, 2022 at 03:33:07PM -0600, Rob Herring wrote:
> The 'mbox-name' property in the Juno mailbox node is undocumented and
> unused. It's the consumer side of the mailbox binding that have
> 'mbox-names' properties.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  arch/arm64/boot/dts/arm/juno-scmi.dtsi | 1 -
>  1 file changed, 1 deletion(-)

Ping!

> 
> diff --git a/arch/arm64/boot/dts/arm/juno-scmi.dtsi b/arch/arm64/boot/dts/arm/juno-scmi.dtsi
> index 4135d62e44a2..ec85cd2c733c 100644
> --- a/arch/arm64/boot/dts/arm/juno-scmi.dtsi
> +++ b/arch/arm64/boot/dts/arm/juno-scmi.dtsi
> @@ -187,7 +187,6 @@ &gpu {
>  &mailbox {
>  	compatible = "arm,mhu-doorbell", "arm,primecell";
>  	#mbox-cells = <2>;
> -	mbox-name = "ARM-MHU";
>  };
>  
>  &smmu_etr {
> -- 
> 2.34.1
> 

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

* Re: [PATCH] arm64: dts: arm/juno: Drop erroneous 'mbox-name' property
  2022-06-28 20:14 ` Rob Herring
@ 2022-06-28 21:03   ` Rob Herring
  2022-06-29  9:09     ` Sudeep Holla
  0 siblings, 1 reply; 6+ messages in thread
From: Rob Herring @ 2022-06-28 21:03 UTC (permalink / raw)
  To: Liviu Dudau, Sudeep Holla, Lorenzo Pieralisi, Krzysztof Kozlowski
  Cc: linux-arm-kernel, devicetree, linux-kernel

On Tue, Jun 28, 2022 at 2:14 PM Rob Herring <robh@kernel.org> wrote:
>
> On Fri, Jun 10, 2022 at 03:33:07PM -0600, Rob Herring wrote:
> > The 'mbox-name' property in the Juno mailbox node is undocumented and
> > unused. It's the consumer side of the mailbox binding that have
> > 'mbox-names' properties.
> >
> > Signed-off-by: Rob Herring <robh@kernel.org>
> > ---
> >  arch/arm64/boot/dts/arm/juno-scmi.dtsi | 1 -
> >  1 file changed, 1 deletion(-)
>
> Ping!

Sorry, I see this was applied. I need to figure out why 'lei' misses
emails sometimes.

Rob

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

* Re: [PATCH] arm64: dts: arm/juno: Drop erroneous 'mbox-name' property
  2022-06-28 21:03   ` Rob Herring
@ 2022-06-29  9:09     ` Sudeep Holla
  2022-06-29 14:43       ` Rob Herring
  0 siblings, 1 reply; 6+ messages in thread
From: Sudeep Holla @ 2022-06-29  9:09 UTC (permalink / raw)
  To: Rob Herring
  Cc: Liviu Dudau, Lorenzo Pieralisi, Krzysztof Kozlowski,
	linux-arm-kernel, devicetree, linux-kernel

On Tue, Jun 28, 2022 at 03:03:03PM -0600, Rob Herring wrote:
> On Tue, Jun 28, 2022 at 2:14 PM Rob Herring <robh@kernel.org> wrote:
> >
> > On Fri, Jun 10, 2022 at 03:33:07PM -0600, Rob Herring wrote:
> > > The 'mbox-name' property in the Juno mailbox node is undocumented and
> > > unused. It's the consumer side of the mailbox binding that have
> > > 'mbox-names' properties.
> > >
> > > Signed-off-by: Rob Herring <robh@kernel.org>
> > > ---
> > >  arch/arm64/boot/dts/arm/juno-scmi.dtsi | 1 -
> > >  1 file changed, 1 deletion(-)
> >
> > Ping!
> 
> Sorry, I see this was applied. I need to figure out why 'lei' misses
> emails sometimes.

Yes I did apply this and another patch IIRC.

Sorry for naive question what is 'lei' ?

-- 
Regards,
Sudeep

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

* Re: [PATCH] arm64: dts: arm/juno: Drop erroneous 'mbox-name' property
  2022-06-29  9:09     ` Sudeep Holla
@ 2022-06-29 14:43       ` Rob Herring
  0 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2022-06-29 14:43 UTC (permalink / raw)
  To: Sudeep Holla
  Cc: Liviu Dudau, Lorenzo Pieralisi, Krzysztof Kozlowski,
	linux-arm-kernel, devicetree, linux-kernel

On Wed, Jun 29, 2022 at 3:11 AM Sudeep Holla <sudeep.holla@arm.com> wrote:
>
> On Tue, Jun 28, 2022 at 03:03:03PM -0600, Rob Herring wrote:
> > On Tue, Jun 28, 2022 at 2:14 PM Rob Herring <robh@kernel.org> wrote:
> > >
> > > On Fri, Jun 10, 2022 at 03:33:07PM -0600, Rob Herring wrote:
> > > > The 'mbox-name' property in the Juno mailbox node is undocumented and
> > > > unused. It's the consumer side of the mailbox binding that have
> > > > 'mbox-names' properties.
> > > >
> > > > Signed-off-by: Rob Herring <robh@kernel.org>
> > > > ---
> > > >  arch/arm64/boot/dts/arm/juno-scmi.dtsi | 1 -
> > > >  1 file changed, 1 deletion(-)
> > >
> > > Ping!
> >
> > Sorry, I see this was applied. I need to figure out why 'lei' misses
> > emails sometimes.
>
> Yes I did apply this and another patch IIRC.
>
> Sorry for naive question what is 'lei' ?

Part of public-inbox which is what lore is:

https://people.kernel.org/monsieuricon/lore-lei-part-1-getting-started

Rob

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

end of thread, other threads:[~2022-06-29 14:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-10 21:33 [PATCH] arm64: dts: arm/juno: Drop erroneous 'mbox-name' property Rob Herring
2022-06-14 10:13 ` Sudeep Holla
2022-06-28 20:14 ` Rob Herring
2022-06-28 21:03   ` Rob Herring
2022-06-29  9:09     ` Sudeep Holla
2022-06-29 14:43       ` Rob Herring

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).