All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org, soc@kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Alim Akhtar <alim.akhtar@samsung.com>,
	Krzysztof Kozlowski <krzk@kernel.org>
Subject: [GIT PULL] fixes: ARM: dts: samsung: Fixes for v6.3
Date: Tue, 21 Feb 2023 10:53:37 +0100	[thread overview]
Message-ID: <20230221095337.9453-1-krzysztof.kozlowski@linaro.org> (raw)

Hi,

Fixes for ciritical issue broken around v6.1-rc1.  Actually the issue (DTS
mistake) existed before, but in v6.1-rc1 it started to be visible and affect
thermal zones.

Best regards,
Krzysztof


The following changes since commit ceaa837f96adb69c0df0397937cd74991d5d821a:

  Linux 6.2-rc8 (2023-02-12 14:10:17 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-fixes-6.3

for you to fetch changes up to a3583e92d188ec6c58c7f603ac5e72dd8a11c21a:

  ARM: dts: exynos: correct TMU phandle in Odroid XU3 family (2023-02-17 10:27:28 +0100)

----------------------------------------------------------------
Fixes for Samsung DTS ARM for v6.3

Thermal framework commit 3fd6d6e2b4e8 ("thermal/of: Rework the thermal
device tree initialization") merged in v6.1-rc1, exposed
misconfiguration of Exynos Thermal Monitoring Unit (TMU) thermal-sensors
property in DTS.  This misconfiguration in DTS was working fine before
that Thermal commit, but now all thermal zones fail to register except
the first one (CPU).  This can lead to missing cooling of a board and
eventually either emergency shutdown or damaged board.

----------------------------------------------------------------
Krzysztof Kozlowski (6):
      ARM: dts: exynos: correct TMU phandle in Exynos4
      ARM: dts: exynos: correct TMU phandle in Exynos4210
      ARM: dts: exynos: correct TMU phandle in Exynos5250
      ARM: dts: exynos: correct TMU phandle in Odroid XU
      ARM: dts: exynos: correct TMU phandle in Odroid HC1
      ARM: dts: exynos: correct TMU phandle in Odroid XU3 family

 arch/arm/boot/dts/exynos4-cpu-thermal.dtsi         |  2 +-
 arch/arm/boot/dts/exynos4210.dtsi                  |  1 -
 arch/arm/boot/dts/exynos5250.dtsi                  |  2 +-
 arch/arm/boot/dts/exynos5410-odroidxu.dts          |  1 -
 arch/arm/boot/dts/exynos5422-odroidhc1.dts         | 10 +++++-----
 arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 10 +++++-----
 6 files changed, 12 insertions(+), 14 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org, soc@kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Alim Akhtar <alim.akhtar@samsung.com>,
	Krzysztof Kozlowski <krzk@kernel.org>
Subject: [GIT PULL] fixes: ARM: dts: samsung: Fixes for v6.3
Date: Tue, 21 Feb 2023 10:53:37 +0100	[thread overview]
Message-ID: <20230221095337.9453-1-krzysztof.kozlowski@linaro.org> (raw)

Hi,

Fixes for ciritical issue broken around v6.1-rc1.  Actually the issue (DTS
mistake) existed before, but in v6.1-rc1 it started to be visible and affect
thermal zones.

Best regards,
Krzysztof


The following changes since commit ceaa837f96adb69c0df0397937cd74991d5d821a:

  Linux 6.2-rc8 (2023-02-12 14:10:17 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-fixes-6.3

for you to fetch changes up to a3583e92d188ec6c58c7f603ac5e72dd8a11c21a:

  ARM: dts: exynos: correct TMU phandle in Odroid XU3 family (2023-02-17 10:27:28 +0100)

----------------------------------------------------------------
Fixes for Samsung DTS ARM for v6.3

Thermal framework commit 3fd6d6e2b4e8 ("thermal/of: Rework the thermal
device tree initialization") merged in v6.1-rc1, exposed
misconfiguration of Exynos Thermal Monitoring Unit (TMU) thermal-sensors
property in DTS.  This misconfiguration in DTS was working fine before
that Thermal commit, but now all thermal zones fail to register except
the first one (CPU).  This can lead to missing cooling of a board and
eventually either emergency shutdown or damaged board.

----------------------------------------------------------------
Krzysztof Kozlowski (6):
      ARM: dts: exynos: correct TMU phandle in Exynos4
      ARM: dts: exynos: correct TMU phandle in Exynos4210
      ARM: dts: exynos: correct TMU phandle in Exynos5250
      ARM: dts: exynos: correct TMU phandle in Odroid XU
      ARM: dts: exynos: correct TMU phandle in Odroid HC1
      ARM: dts: exynos: correct TMU phandle in Odroid XU3 family

 arch/arm/boot/dts/exynos4-cpu-thermal.dtsi         |  2 +-
 arch/arm/boot/dts/exynos4210.dtsi                  |  1 -
 arch/arm/boot/dts/exynos5250.dtsi                  |  2 +-
 arch/arm/boot/dts/exynos5410-odroidxu.dts          |  1 -
 arch/arm/boot/dts/exynos5422-odroidhc1.dts         | 10 +++++-----
 arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 10 +++++-----
 6 files changed, 12 insertions(+), 14 deletions(-)

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

             reply	other threads:[~2023-02-21  9:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-21  9:53 Krzysztof Kozlowski [this message]
2023-02-21  9:53 ` [GIT PULL] fixes: ARM: dts: samsung: Fixes for v6.3 Krzysztof Kozlowski
2023-02-27 13:50 ` patchwork-bot+linux-soc

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=20230221095337.9453-1-krzysztof.kozlowski@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=alim.akhtar@samsung.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=soc@kernel.org \
    /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.