All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] A few more Qualcomm Arm64 DeviceTree updates for v6.10
@ 2024-05-08  2:18 ` Bjorn Andersson
  0 siblings, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2024-05-08  2:18 UTC (permalink / raw)
  To: arm, soc
  Cc: linux-arm-msm, linux-arm-kernel, Arnd Bergmann, Olof Johansson,
	Kevin Hilman, Johan Hovold, Connor Abbott, Krishna Kurapati,
	Krzysztof Kozlowski


The following changes since commit 873d845a357a4d89700cb1bb5b3da68890756f50:

  dt-bindings: arm: qcom: Add Samsung Galaxy S5 China (kltechn) (2024-04-23 08:00:06 -0500)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-for-6.10-2

for you to fetch changes up to 0ea3e1d6f31d8aea72d0d0b53919c585a12a593b:

  arm64: dts: qcom: pm6150: correct USB VBUS regulator compatible (2024-05-03 15:30:02 -0500)

----------------------------------------------------------------
A few more Qualcomm Arm64 DeviceTree updates for v6.10

This corrects the obviously broken compatible of the USB VBUS regulator
in PM6150.

It clears the odd-looking default address on QCS404 EVB, with the
expectation that a proper address is provides by other means.

The newly added SM8650 GPU node is corrected with a missing memory
region.

The third DWC3 instance on SC8280XP is added, and enabled on Lenovo
Thinkpad X13s to give working fingerprint sensor.

----------------------------------------------------------------
Connor Abbott (1):
      arm64: dts: qcom: sm8650: Fix GPU cx_mem size

Johan Hovold (2):
      arm64: dts: qcom: sc8280xp-x13s: enable USB MP and fingerprint reader
      arm64: dts: qcom: qcs404: fix bluetooth device address

Krishna Kurapati (1):
      arm64: dts: qcom: sc8280xp: Add USB DWC3 Multiport controller

Krzysztof Kozlowski (1):
      arm64: dts: qcom: pm6150: correct USB VBUS regulator compatible

 arch/arm64/boot/dts/qcom/pm6150.dtsi               |  4 +-
 arch/arm64/boot/dts/qcom/qcs404-evb.dtsi           |  2 +-
 .../dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts     | 85 ++++++++++++++++++++++
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi             | 82 +++++++++++++++++++++
 arch/arm64/boot/dts/qcom/sm8650.dtsi               |  2 +-
 5 files changed, 171 insertions(+), 4 deletions(-)

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

* [GIT PULL] A few more Qualcomm Arm64 DeviceTree updates for v6.10
@ 2024-05-08  2:18 ` Bjorn Andersson
  0 siblings, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2024-05-08  2:18 UTC (permalink / raw)
  To: arm, soc
  Cc: linux-arm-msm, linux-arm-kernel, Arnd Bergmann, Olof Johansson,
	Kevin Hilman, Johan Hovold, Connor Abbott, Krishna Kurapati,
	Krzysztof Kozlowski


The following changes since commit 873d845a357a4d89700cb1bb5b3da68890756f50:

  dt-bindings: arm: qcom: Add Samsung Galaxy S5 China (kltechn) (2024-04-23 08:00:06 -0500)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-for-6.10-2

for you to fetch changes up to 0ea3e1d6f31d8aea72d0d0b53919c585a12a593b:

  arm64: dts: qcom: pm6150: correct USB VBUS regulator compatible (2024-05-03 15:30:02 -0500)

----------------------------------------------------------------
A few more Qualcomm Arm64 DeviceTree updates for v6.10

This corrects the obviously broken compatible of the USB VBUS regulator
in PM6150.

It clears the odd-looking default address on QCS404 EVB, with the
expectation that a proper address is provides by other means.

The newly added SM8650 GPU node is corrected with a missing memory
region.

The third DWC3 instance on SC8280XP is added, and enabled on Lenovo
Thinkpad X13s to give working fingerprint sensor.

----------------------------------------------------------------
Connor Abbott (1):
      arm64: dts: qcom: sm8650: Fix GPU cx_mem size

Johan Hovold (2):
      arm64: dts: qcom: sc8280xp-x13s: enable USB MP and fingerprint reader
      arm64: dts: qcom: qcs404: fix bluetooth device address

Krishna Kurapati (1):
      arm64: dts: qcom: sc8280xp: Add USB DWC3 Multiport controller

Krzysztof Kozlowski (1):
      arm64: dts: qcom: pm6150: correct USB VBUS regulator compatible

 arch/arm64/boot/dts/qcom/pm6150.dtsi               |  4 +-
 arch/arm64/boot/dts/qcom/qcs404-evb.dtsi           |  2 +-
 .../dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts     | 85 ++++++++++++++++++++++
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi             | 82 +++++++++++++++++++++
 arch/arm64/boot/dts/qcom/sm8650.dtsi               |  2 +-
 5 files changed, 171 insertions(+), 4 deletions(-)

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

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

* Re: [GIT PULL] A few more Qualcomm Arm64 DeviceTree updates for v6.10
  2024-05-08  2:18 ` Bjorn Andersson
  (?)
@ 2024-05-08  7:20 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2024-05-08  7:20 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Tue,  7 May 2024 21:18:18 -0500 you wrote:
> The following changes since commit 873d845a357a4d89700cb1bb5b3da68890756f50:
> 
>   dt-bindings: arm: qcom: Add Samsung Galaxy S5 China (kltechn) (2024-04-23 08:00:06 -0500)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-for-6.10-2
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] A few more Qualcomm Arm64 DeviceTree updates for v6.10
    https://git.kernel.org/soc/soc/c/0cb7e0c617c6

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2024-05-08  7:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-08  2:18 [GIT PULL] A few more Qualcomm Arm64 DeviceTree updates for v6.10 Bjorn Andersson
2024-05-08  2:18 ` Bjorn Andersson
2024-05-08  7:20 ` patchwork-bot+linux-soc

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.