All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew@lunn.ch>
To: Stefan Eichenberger <eichest@gmail.com>
Cc: Russell King <rmk+kernel@armlinux.org.uk>,
	Amit Kucheria <amitk@kernel.org>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Gregory Clement <gregory.clement@bootlin.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Miquel Raynal <miquel.raynal@bootlin.com>,
	"Rafael J. Wysocki" <rafael@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	Zhang Rui <rui.zhang@intel.com>,
	Josua Mayer <josua@solid-run.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-pm@vger.kernel.org, manuel.aebischer@netmodule.com
Subject: Re: [PATCH 3/3] arm64: dts: armada-ap807: update thermal compatible
Date: Wed, 7 Feb 2024 17:25:59 +0100	[thread overview]
Message-ID: <13ab003d-7449-4d6f-861a-fa2d0c3f4ad2@lunn.ch> (raw)
In-Reply-To: <ZcOsjRzE8V73wNtT@eichest-laptop>

On Wed, Feb 07, 2024 at 05:15:48PM +0100, Stefan Eichenberger wrote:
> Hi Russell and Alex,
> 
> On Fri, Jun 16, 2023 at 12:50:47PM +0100, Russell King wrote:
> > From: Alex Leibovich <alexl@marvell.com>
> > 
> > Use the correct thermal coefficients for the Armada AP807 dies.
> > 
> > Signed-off-by: Alex Leibovich <alexl@marvell.com>
> > Reviewed-by: Stefan Chulski <stefanc@marvell.com>
> > Tested-by: Stefan Chulski <stefanc@marvell.com>
> > Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
> > ---
> >  arch/arm64/boot/dts/marvell/armada-ap807.dtsi | 3 +++
> >  1 file changed, 3 insertions(+)
> > 
> > diff --git a/arch/arm64/boot/dts/marvell/armada-ap807.dtsi b/arch/arm64/boot/dts/marvell/armada-ap807.dtsi
> > index 4a23f65d475f..a3328d05fc94 100644
> > --- a/arch/arm64/boot/dts/marvell/armada-ap807.dtsi
> > +++ b/arch/arm64/boot/dts/marvell/armada-ap807.dtsi
> > @@ -33,3 +33,6 @@ &ap_sdhci0 {
> >  		     "marvell,armada-ap806-sdhci"; /* Backward compatibility */
> >  };
> >  
> > +&ap_thermal {
> > +	compatible = "marvell,armada-ap807-thermal";
> > +};
> 
> While working on some thermal optimizations, our hardware team
> discovered that this patch is still missing upstream. Is something
> missing or did it get lost?

Patch 1/3 had a change request. Was it ever reposted with the
requested change?

It would also be nice to convert the .txt to .yaml. The DT Maintainers
might insist on that when it is reposted?

      Andrew


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

WARNING: multiple messages have this Message-ID (diff)
From: Andrew Lunn <andrew@lunn.ch>
To: Stefan Eichenberger <eichest@gmail.com>
Cc: Russell King <rmk+kernel@armlinux.org.uk>,
	Amit Kucheria <amitk@kernel.org>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Gregory Clement <gregory.clement@bootlin.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Miquel Raynal <miquel.raynal@bootlin.com>,
	"Rafael J. Wysocki" <rafael@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	Zhang Rui <rui.zhang@intel.com>,
	Josua Mayer <josua@solid-run.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-pm@vger.kernel.org, manuel.aebischer@netmodule.com
Subject: Re: [PATCH 3/3] arm64: dts: armada-ap807: update thermal compatible
Date: Wed, 7 Feb 2024 17:25:59 +0100	[thread overview]
Message-ID: <13ab003d-7449-4d6f-861a-fa2d0c3f4ad2@lunn.ch> (raw)
In-Reply-To: <ZcOsjRzE8V73wNtT@eichest-laptop>

On Wed, Feb 07, 2024 at 05:15:48PM +0100, Stefan Eichenberger wrote:
> Hi Russell and Alex,
> 
> On Fri, Jun 16, 2023 at 12:50:47PM +0100, Russell King wrote:
> > From: Alex Leibovich <alexl@marvell.com>
> > 
> > Use the correct thermal coefficients for the Armada AP807 dies.
> > 
> > Signed-off-by: Alex Leibovich <alexl@marvell.com>
> > Reviewed-by: Stefan Chulski <stefanc@marvell.com>
> > Tested-by: Stefan Chulski <stefanc@marvell.com>
> > Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
> > ---
> >  arch/arm64/boot/dts/marvell/armada-ap807.dtsi | 3 +++
> >  1 file changed, 3 insertions(+)
> > 
> > diff --git a/arch/arm64/boot/dts/marvell/armada-ap807.dtsi b/arch/arm64/boot/dts/marvell/armada-ap807.dtsi
> > index 4a23f65d475f..a3328d05fc94 100644
> > --- a/arch/arm64/boot/dts/marvell/armada-ap807.dtsi
> > +++ b/arch/arm64/boot/dts/marvell/armada-ap807.dtsi
> > @@ -33,3 +33,6 @@ &ap_sdhci0 {
> >  		     "marvell,armada-ap806-sdhci"; /* Backward compatibility */
> >  };
> >  
> > +&ap_thermal {
> > +	compatible = "marvell,armada-ap807-thermal";
> > +};
> 
> While working on some thermal optimizations, our hardware team
> discovered that this patch is still missing upstream. Is something
> missing or did it get lost?

Patch 1/3 had a change request. Was it ever reposted with the
requested change?

It would also be nice to convert the .txt to .yaml. The DT Maintainers
might insist on that when it is reposted?

      Andrew


  reply	other threads:[~2024-02-07 16:26 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-16 11:49 [PATCH 0/3] Update for AP807 thermal data Russell King (Oracle)
2023-06-16 11:49 ` Russell King (Oracle)
2023-06-16 11:50 ` [PATCH 1/3] dt-bindings: armada-thermal: add armada-ap807-thermal compatible Russell King
2023-06-16 11:50   ` Russell King
2023-06-16 12:58   ` Krzysztof Kozlowski
2023-06-16 12:58     ` Krzysztof Kozlowski
2023-06-16 11:50 ` [PATCH 2/3] thermal: armada: add support for AP807 thermal data Russell King
2023-06-16 11:50   ` Russell King
2023-06-16 12:56   ` Miquel Raynal
2023-06-16 12:56     ` Miquel Raynal
2023-06-16 11:50 ` [PATCH 3/3] arm64: dts: armada-ap807: update thermal compatible Russell King
2023-06-16 11:50   ` Russell King
2024-02-07 16:15   ` Stefan Eichenberger
2024-02-07 16:15     ` Stefan Eichenberger
2024-02-07 16:25     ` Andrew Lunn [this message]
2024-02-07 16:25       ` Andrew Lunn
2024-02-07 16:29       ` Russell King (Oracle)
2024-02-07 16:29         ` Russell King (Oracle)
2024-02-07 16:46         ` Stefan Eichenberger
2024-02-07 16:46           ` Stefan Eichenberger
2024-02-07 18:26           ` Andrew Lunn
2024-02-07 18:26             ` Andrew Lunn
2023-06-16 14:17 ` [PATCH 0/3] Update for AP807 thermal data Daniel Lezcano
2023-06-16 14:17   ` Daniel Lezcano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=13ab003d-7449-4d6f-861a-fa2d0c3f4ad2@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=amitk@kernel.org \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=eichest@gmail.com \
    --cc=gregory.clement@bootlin.com \
    --cc=josua@solid-run.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=manuel.aebischer@netmodule.com \
    --cc=miquel.raynal@bootlin.com \
    --cc=rafael@kernel.org \
    --cc=rmk+kernel@armlinux.org.uk \
    --cc=robh+dt@kernel.org \
    --cc=rui.zhang@intel.com \
    --cc=sebastian.hesselbarth@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.