mbox series

[GIT,PULL] ARM: SoC fixes for 6.2

Message ID 2e5e43ed-ad33-45f7-b270-5b4ae46a78fe@app.fastmail.com (mailing list archive)
State Mainlined
Headers show
Series [GIT,PULL] ARM: SoC fixes for 6.2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-6.2-1

Message

Arnd Bergmann Dec. 19, 2022, 8:28 p.m. UTC
The following changes since commit 830b3c68c1fb1e9176028d02ef86f3cf76aa2476:

  Linux 6.1 (2022-12-11 14:15:18 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-6.2-1

for you to fetch changes up to 6f85602d5fdea936077060ca6853587f01716a45:

  Merge tag 'v6.1-soc-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux into arm/fixes (2022-12-19 16:47:40 +0100)

----------------------------------------------------------------
ARM: SoC fixes for 6.2

These are a couple of build fixes from randconfig testing,
plus a set of Mediatek SoC specific fixes, all trivial.

----------------------------------------------------------------
Arnd Bergmann (5):
      ARM: pxa: fix building with clang
      ARM: disallow pre-ARMv5 builds with ld.lld
      soc: tegra: fix CPU_BIG_ENDIAN dependencies
      Merge tag 'v6.1-dts64-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux into arm/fixes
      Merge tag 'v6.1-soc-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux into arm/fixes

Chen-Yu Tsai (1):
      arm64: dts: mt8183: Fix Mali GPU clock

Chun-Jie Chen (1):
      soc: mediatek: pm-domains: Fix the power glitch issue

Corentin Labbe (1):
      MAINTAINERS: add related dts to IXP4xx

Krzysztof Kozlowski (1):
      ARM: dts: spear: drop 0x from unit address

Macpaul Lin (1):
      arm64: dts: mediatek: mt8195-demo: fix the memory size of node secmon

 MAINTAINERS                                  | 1 +
 arch/arm/Kconfig                             | 2 ++
 arch/arm/boot/dts/spear300.dtsi              | 2 +-
 arch/arm/boot/dts/spear310.dtsi              | 2 +-
 arch/arm/boot/dts/spear320.dtsi              | 2 +-
 arch/arm/mach-pxa/pxa27x.c                   | 8 ++++++++
 arch/arm/mach-pxa/pxa3xx.c                   | 8 ++++++++
 arch/arm64/boot/dts/mediatek/mt8183.dtsi     | 2 +-
 arch/arm64/boot/dts/mediatek/mt8195-demo.dts | 4 ++--
 drivers/soc/mediatek/mtk-pm-domains.c        | 2 +-
 drivers/soc/tegra/Kconfig                    | 3 +++
 11 files changed, 29 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 20, 2022, 2:48 p.m. UTC | #1
The pull request you sent on Mon, 19 Dec 2022 21:28:11 +0100:

> https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-6.2-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/850f7a5cab3314fb26547d636893eb55b4c5527a

Thank you!