All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Andersson <andersson@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Andy Gross <agross@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
	Olof Johansson <olof@lixom.net>,
	Kevin Hilman <khilman@baylibre.com>,
	Dominik Kobinski <dominikkobinski314@gmail.com>,
	Johan Hovold <johan+linaro@kernel.org>,
	Konrad Dybcio <konrad.dybcio@linaro.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Ulf Hansson <ulf.hansson@linaro.org>
Subject: [GIT PULL] Qualcomm ARM64 DTS fixes for 6.2
Date: Tue, 10 Jan 2023 15:37:24 -0600	[thread overview]
Message-ID: <20230110213724.2183668-1-andersson@kernel.org> (raw)

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-fixes-for-6.2

for you to fetch changes up to 69876bc6fd4de3ad2dc7826fe269e91fa2c1807f:

  arm64: dts: qcom: msm8992-libra: Fix the memory map (2023-01-10 09:49:03 -0600)

----------------------------------------------------------------
Qualcomm ARM64 DTS fixes for 6.2

The cluster idle issue was resolved on SM8250, so the change disabling
the cluster state is being reverted.

Issues where identified with the QMP PHY binding, that would prevent
enablement of Displayport and it was decided not to support the old
binding for the recently introduced SC8280XP, which broke USB. This
adjusts the USB PHY nodes to the new binding. The reset signal for the
first QMP PHY is corrected as well.

The reserved memory map is updated on Xiaomi Mi 4C and Huawei Nexus 6P,
to avoid instabilities caused by use of protected memory regions.
The compatible for the MSM8992 TCSR mutex is corrected as well.

Lastly SDHCI interconnects on SM8350 are corrected to match the
providers #interconnect-cells.

----------------------------------------------------------------
Dominik Kobinski (2):
      arm64: dts: msm8992-bullhead: add memory hole region
      arm64: dts: msm8994-angler: fix the memory map

Johan Hovold (2):
      arm64: dts: qcom: sc8280xp: fix primary USB-DP PHY reset
      arm64: dts: qcom: sc8280xp: fix USB-DP PHY nodes

Konrad Dybcio (2):
      arm64: dts: qcom: msm8992: Don't use sfpb mutex
      arm64: dts: qcom: msm8992-libra: Fix the memory map

Krzysztof Kozlowski (1):
      arm64: dts: qcom: sm8350: correct SDHCI interconnect arguments

Ulf Hansson (1):
      Revert "arm64: dts: qcom: sm8250: Disable the not yet supported cluster idle state"

 arch/arm64/boot/dts/qcom/msm8992-lg-bullhead.dtsi  |  6 ++
 arch/arm64/boot/dts/qcom/msm8992-xiaomi-libra.dts  | 77 ++++++++++++++++-----
 arch/arm64/boot/dts/qcom/msm8992.dtsi              |  4 --
 .../dts/qcom/msm8994-huawei-angler-rev-101.dts     | 19 +++++-
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi             | 79 +++++++---------------
 arch/arm64/boot/dts/qcom/sm8250.dtsi               |  1 -
 arch/arm64/boot/dts/qcom/sm8350.dtsi               |  4 +-
 7 files changed, 108 insertions(+), 82 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Andersson <andersson@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Andy Gross <agross@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
	Olof Johansson <olof@lixom.net>,
	Kevin Hilman <khilman@baylibre.com>,
	Dominik Kobinski <dominikkobinski314@gmail.com>,
	Johan Hovold <johan+linaro@kernel.org>,
	Konrad Dybcio <konrad.dybcio@linaro.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Ulf Hansson <ulf.hansson@linaro.org>
Subject: [GIT PULL] Qualcomm ARM64 DTS fixes for 6.2
Date: Tue, 10 Jan 2023 15:37:24 -0600	[thread overview]
Message-ID: <20230110213724.2183668-1-andersson@kernel.org> (raw)

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-fixes-for-6.2

for you to fetch changes up to 69876bc6fd4de3ad2dc7826fe269e91fa2c1807f:

  arm64: dts: qcom: msm8992-libra: Fix the memory map (2023-01-10 09:49:03 -0600)

----------------------------------------------------------------
Qualcomm ARM64 DTS fixes for 6.2

The cluster idle issue was resolved on SM8250, so the change disabling
the cluster state is being reverted.

Issues where identified with the QMP PHY binding, that would prevent
enablement of Displayport and it was decided not to support the old
binding for the recently introduced SC8280XP, which broke USB. This
adjusts the USB PHY nodes to the new binding. The reset signal for the
first QMP PHY is corrected as well.

The reserved memory map is updated on Xiaomi Mi 4C and Huawei Nexus 6P,
to avoid instabilities caused by use of protected memory regions.
The compatible for the MSM8992 TCSR mutex is corrected as well.

Lastly SDHCI interconnects on SM8350 are corrected to match the
providers #interconnect-cells.

----------------------------------------------------------------
Dominik Kobinski (2):
      arm64: dts: msm8992-bullhead: add memory hole region
      arm64: dts: msm8994-angler: fix the memory map

Johan Hovold (2):
      arm64: dts: qcom: sc8280xp: fix primary USB-DP PHY reset
      arm64: dts: qcom: sc8280xp: fix USB-DP PHY nodes

Konrad Dybcio (2):
      arm64: dts: qcom: msm8992: Don't use sfpb mutex
      arm64: dts: qcom: msm8992-libra: Fix the memory map

Krzysztof Kozlowski (1):
      arm64: dts: qcom: sm8350: correct SDHCI interconnect arguments

Ulf Hansson (1):
      Revert "arm64: dts: qcom: sm8250: Disable the not yet supported cluster idle state"

 arch/arm64/boot/dts/qcom/msm8992-lg-bullhead.dtsi  |  6 ++
 arch/arm64/boot/dts/qcom/msm8992-xiaomi-libra.dts  | 77 ++++++++++++++++-----
 arch/arm64/boot/dts/qcom/msm8992.dtsi              |  4 --
 .../dts/qcom/msm8994-huawei-angler-rev-101.dts     | 19 +++++-
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi             | 79 +++++++---------------
 arch/arm64/boot/dts/qcom/sm8250.dtsi               |  1 -
 arch/arm64/boot/dts/qcom/sm8350.dtsi               |  4 +-
 7 files changed, 108 insertions(+), 82 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-01-10 21:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-10 21:37 Bjorn Andersson [this message]
2023-01-10 21:37 ` [GIT PULL] Qualcomm ARM64 DTS fixes for 6.2 Bjorn Andersson
2023-01-10 22:42 ` patchwork-bot+linux-soc
2023-01-10 22:42 ` 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=20230110213724.2183668-1-andersson@kernel.org \
    --to=andersson@kernel.org \
    --cc=agross@kernel.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=dominikkobinski314@gmail.com \
    --cc=johan+linaro@kernel.org \
    --cc=khilman@baylibre.com \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=soc@kernel.org \
    --cc=ulf.hansson@linaro.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.