Message ID | 20240328192645.20914-1-ddrokosov@salutedevices.com (mailing list archive) |
---|---|
Headers | show |
Series | arm64: dts: amlogic: a1: introduce thermal setup | expand |
Hello Neil, A1 Thermal Sensor was applied to linux-pm for v6.10-rc1: https://lore.kernel.org/all/89a02410-87c8-47c6-aa50-04dad5b4e585@linaro.org/ Could you please advise if it's enough to proceed with this series? Or do I need to do something more? On Thu, Mar 28, 2024 at 10:26:34PM +0300, Dmitry Rokosov wrote: > This patch series introduces thermal sensor declaration to the Meson A1 > common dtsi file. It also sets up thermal zones for the AD402 reference > board. It depends on the series with A1 thermal support at [1]. > > Changes v2 since v1 at [2]: > - provide Neil RvB for cooling-cells dts patch > - purge unnecessary 'amlogic,a1-thermal' fallback > > Links: > [1] - https://lore.kernel.org/all/20240328191322.17551-1-ddrokosov@salutedevices.com/ > [2] - https://lore.kernel.org/all/20240328134459.18446-1-ddrokosov@salutedevices.com/ > > Signed-off-by: Dmitry Rokosov <ddrokosov@salutedevices.com> > > Dmitry Rokosov (3): > arm64: dts: amlogic: a1: add cooling-cells for DVFS feature > arm64: dts: amlogic: a1: introduce cpu temperature sensor > arm64: dts: amlogic: ad402: setup thermal-zones > > .../arm64/boot/dts/amlogic/meson-a1-ad402.dts | 45 +++++++++++++++++++ > arch/arm64/boot/dts/amlogic/meson-a1.dtsi | 13 ++++++ > 2 files changed, 58 insertions(+)
Hello Neil, Excuse me, pls ping. On Fri, May 03, 2024 at 09:42:22PM +0300, Dmitry Rokosov wrote: > Hello Neil, > > A1 Thermal Sensor was applied to linux-pm for v6.10-rc1: > > https://lore.kernel.org/all/89a02410-87c8-47c6-aa50-04dad5b4e585@linaro.org/ > > Could you please advise if it's enough to proceed with this series? Or > do I need to do something more? > > On Thu, Mar 28, 2024 at 10:26:34PM +0300, Dmitry Rokosov wrote: > > This patch series introduces thermal sensor declaration to the Meson A1 > > common dtsi file. It also sets up thermal zones for the AD402 reference > > board. It depends on the series with A1 thermal support at [1]. > > > > Changes v2 since v1 at [2]: > > - provide Neil RvB for cooling-cells dts patch > > - purge unnecessary 'amlogic,a1-thermal' fallback > > > > Links: > > [1] - https://lore.kernel.org/all/20240328191322.17551-1-ddrokosov@salutedevices.com/ > > [2] - https://lore.kernel.org/all/20240328134459.18446-1-ddrokosov@salutedevices.com/ > > > > Signed-off-by: Dmitry Rokosov <ddrokosov@salutedevices.com> > > > > Dmitry Rokosov (3): > > arm64: dts: amlogic: a1: add cooling-cells for DVFS feature > > arm64: dts: amlogic: a1: introduce cpu temperature sensor > > arm64: dts: amlogic: ad402: setup thermal-zones > > > > .../arm64/boot/dts/amlogic/meson-a1-ad402.dts | 45 +++++++++++++++++++ > > arch/arm64/boot/dts/amlogic/meson-a1.dtsi | 13 ++++++ > > 2 files changed, 58 insertions(+) > > -- > Thank you, > Dmitry
Hi, On Thu, 28 Mar 2024 22:26:34 +0300, Dmitry Rokosov wrote: > This patch series introduces thermal sensor declaration to the Meson A1 > common dtsi file. It also sets up thermal zones for the AD402 reference > board. It depends on the series with A1 thermal support at [1]. > > Changes v2 since v1 at [2]: > - provide Neil RvB for cooling-cells dts patch > - purge unnecessary 'amlogic,a1-thermal' fallback > > [...] Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v6.11/arm64-dt) [1/3] arm64: dts: amlogic: a1: add cooling-cells for DVFS feature https://git.kernel.org/amlogic/c/947bde9069c8241afe401433a6eff276595bb073 [2/3] arm64: dts: amlogic: a1: introduce cpu temperature sensor https://git.kernel.org/amlogic/c/049d141161903e656d9475950bb976240802c01c [3/3] arm64: dts: amlogic: ad402: setup thermal-zones https://git.kernel.org/amlogic/c/593ab951232be4779e77f5b1bee0bef4e6fc1022 These changes has been applied on the intermediate git tree [1]. The v6.11/arm64-dt branch will then be sent via a formal Pull Request to the Linux SoC maintainers for inclusion in their intermediate git branches in order to be sent to Linus during the next merge window, or sooner if it's a set of fixes. In the cases of fixes, those will be merged in the current release candidate kernel and as soon they appear on the Linux master branch they will be backported to the previous Stable and Long-Stable kernels [2]. The intermediate git branches are merged daily in the linux-next tree [3], people are encouraged testing these pre-release kernels and report issues on the relevant mailing-lists. If problems are discovered on those changes, please submit a signed-off-by revert patch followed by a corrective changeset. [1] https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git [2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git [3] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
This patch series introduces thermal sensor declaration to the Meson A1 common dtsi file. It also sets up thermal zones for the AD402 reference board. It depends on the series with A1 thermal support at [1]. Changes v2 since v1 at [2]: - provide Neil RvB for cooling-cells dts patch - purge unnecessary 'amlogic,a1-thermal' fallback Links: [1] - https://lore.kernel.org/all/20240328191322.17551-1-ddrokosov@salutedevices.com/ [2] - https://lore.kernel.org/all/20240328134459.18446-1-ddrokosov@salutedevices.com/ Signed-off-by: Dmitry Rokosov <ddrokosov@salutedevices.com> Dmitry Rokosov (3): arm64: dts: amlogic: a1: add cooling-cells for DVFS feature arm64: dts: amlogic: a1: introduce cpu temperature sensor arm64: dts: amlogic: ad402: setup thermal-zones .../arm64/boot/dts/amlogic/meson-a1-ad402.dts | 45 +++++++++++++++++++ arch/arm64/boot/dts/amlogic/meson-a1.dtsi | 13 ++++++ 2 files changed, 58 insertions(+)