All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Qualcomm ARM64 DTS fixes for 6.0
@ 2022-09-21 14:29 ` Bjorn Andersson
  0 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2022-09-21 14:29 UTC (permalink / raw)
  To: arm, soc
  Cc: linux-arm-msm, linux-arm-kernel, Andy Gross, Arnd Bergmann,
	Olof Johansson, Kevin Hilman, Johan Hovold, Bhupesh Sharma,
	Manivannan Sadhasivam, Steev Klimaszewski

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

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.0

for you to fetch changes up to 40e9541959100e017533e18e44d07eed44f91dc5:

  arm64: dts: qcom: sm8350: fix UFS PHY serdes size (2022-09-16 13:55:36 -0500)

----------------------------------------------------------------
Qualcomm ARM64 DTS fixes for 6.0

This corrects invalid IOMMU streams for the SM8150 CDSP FastRPC, moves
the wakeup-source of SC7280 USB nodes to the correct place, fixes the
SM8350 UFS PHY serdes size to not overlap with the other subnodes and
updates the firmware location for the Lenovo ThinkPad X13s to match the
movement in linux-firmware.

It also updates MAINTAINERS and .mailmap to reflect the changes in my
email address.

----------------------------------------------------------------
Bhupesh Sharma (1):
      arm64: dts: qcom: sm8150: Fix fastrpc iommu values

Bjorn Andersson (1):
      MAINTAINERS: Update Bjorn's email address

Johan Hovold (2):
      arm64: dts: qcom: sc7280: move USB wakeup-source property
      arm64: dts: qcom: sm8350: fix UFS PHY serdes size

Manivannan Sadhasivam (1):
      arm64: dts: qcom: sc8280xp-x13s: Update firmware location

Steev Klimaszewski (1):
      arm64: dts: qcom: thinkpad-x13s: Fix firmware location

 .mailmap                                           |  3 +++
 MAINTAINERS                                        | 12 +++++------
 arch/arm64/boot/dts/qcom/sc7280.dtsi               |  3 ++-
 .../dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts     |  4 ++--
 arch/arm64/boot/dts/qcom/sm8150.dtsi               | 24 ++++++++--------------
 arch/arm64/boot/dts/qcom/sm8350.dtsi               |  2 +-
 6 files changed, 22 insertions(+), 26 deletions(-)

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

* [GIT PULL] Qualcomm ARM64 DTS fixes for 6.0
@ 2022-09-21 14:29 ` Bjorn Andersson
  0 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2022-09-21 14:29 UTC (permalink / raw)
  To: arm, soc
  Cc: linux-arm-msm, linux-arm-kernel, Andy Gross, Arnd Bergmann,
	Olof Johansson, Kevin Hilman, Johan Hovold, Bhupesh Sharma,
	Manivannan Sadhasivam, Steev Klimaszewski

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

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.0

for you to fetch changes up to 40e9541959100e017533e18e44d07eed44f91dc5:

  arm64: dts: qcom: sm8350: fix UFS PHY serdes size (2022-09-16 13:55:36 -0500)

----------------------------------------------------------------
Qualcomm ARM64 DTS fixes for 6.0

This corrects invalid IOMMU streams for the SM8150 CDSP FastRPC, moves
the wakeup-source of SC7280 USB nodes to the correct place, fixes the
SM8350 UFS PHY serdes size to not overlap with the other subnodes and
updates the firmware location for the Lenovo ThinkPad X13s to match the
movement in linux-firmware.

It also updates MAINTAINERS and .mailmap to reflect the changes in my
email address.

----------------------------------------------------------------
Bhupesh Sharma (1):
      arm64: dts: qcom: sm8150: Fix fastrpc iommu values

Bjorn Andersson (1):
      MAINTAINERS: Update Bjorn's email address

Johan Hovold (2):
      arm64: dts: qcom: sc7280: move USB wakeup-source property
      arm64: dts: qcom: sm8350: fix UFS PHY serdes size

Manivannan Sadhasivam (1):
      arm64: dts: qcom: sc8280xp-x13s: Update firmware location

Steev Klimaszewski (1):
      arm64: dts: qcom: thinkpad-x13s: Fix firmware location

 .mailmap                                           |  3 +++
 MAINTAINERS                                        | 12 +++++------
 arch/arm64/boot/dts/qcom/sc7280.dtsi               |  3 ++-
 .../dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts     |  4 ++--
 arch/arm64/boot/dts/qcom/sm8150.dtsi               | 24 ++++++++--------------
 arch/arm64/boot/dts/qcom/sm8350.dtsi               |  2 +-
 6 files changed, 22 insertions(+), 26 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] 4+ messages in thread

* Re: [GIT PULL] Qualcomm ARM64 DTS fixes for 6.0
  2022-09-21 14:29 ` Bjorn Andersson
  (?)
@ 2022-09-23 14:51 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-soc @ 2022-09-23 14:51 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: soc

Hello:

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

On Wed, 21 Sep 2022 09:29:39 -0500 you wrote:
> The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
> 
>   Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
> 
> 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.0
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Qualcomm ARM64 DTS fixes for 6.0
    https://git.kernel.org/soc/soc/c/c69badd1d746

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] 4+ messages in thread

* Re: [GIT PULL] Qualcomm ARM64 DTS fixes for 6.0
  2022-09-21 14:29 ` Bjorn Andersson
  (?)
  (?)
@ 2022-09-23 14:52 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-soc @ 2022-09-23 14:52 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 Wed, 21 Sep 2022 09:29:39 -0500 you wrote:
> The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
> 
>   Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
> 
> 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.0
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Qualcomm ARM64 DTS fixes for 6.0
    https://git.kernel.org/soc/soc/c/c69badd1d746

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] 4+ messages in thread

end of thread, other threads:[~2022-09-23 14:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-21 14:29 [GIT PULL] Qualcomm ARM64 DTS fixes for 6.0 Bjorn Andersson
2022-09-21 14:29 ` Bjorn Andersson
2022-09-23 14:51 ` patchwork-bot+linux-soc
2022-09-23 14:52 ` 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.