mbox series

[GIT,PULL] ARM: soc fixes for 6.11, part 1

Message ID 3e7ea374-c321-4f80-b22b-96ce34cfaa3e@app.fastmail.com (mailing list archive)
State Mainlined
Headers show
Series [GIT,PULL] ARM: soc fixes for 6.11, part 1 | expand

Pull-request

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

Message

Arnd Bergmann Aug. 9, 2024, 4 p.m. UTC
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6b1124c4526fb1648a3921a441515ea8a98b92e4:

  Merge tag 'ti-k3-dt-fixes-for-v6.11' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into arm/fixes (2024-08-07 14:45:45 +0200)

----------------------------------------------------------------
ARM: soc fixes for 6.11, part 1

There are three sets of patches for the soc tree:

 - Marek BehĂșn addresses multiple build time regressions caused
   by changes to the cznic turris-omnia support

 - Dmitry Torokhov fixes a regression in the legacy "gumstix"
   board code he cleaned up earlier

 - The TI K3 maintainers found multiple bugs in the in gpio,
   audio and pcie devicetree nodes.

----------------------------------------------------------------
Andrew Halaney (2):
      arm64: dts: ti: k3-j784s4-evm: Assign only lanes 0 and 1 to PCIe1
      arm64: dts: ti: k3-j784s4-evm: Consolidate serdes0 references

Arnd Bergmann (1):
      Merge tag 'ti-k3-dt-fixes-for-v6.11' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into arm/fixes

Dmitry Torokhov (1):
      ARM: pxa/gumstix: fix attaching properties to vbus gpio device

Francesco Dolcini (1):
      arm64: dts: ti: k3-am62-verdin-dahlia: Keep CTRL_SLEEP_MOCI# regulator on

Jared McArthur (3):
      arm64: dts: ti: k3-am62p: Add gpio-ranges for mcu_gpio0
      arm64: dts: ti: k3-am62p: Fix gpio-range for main_pmx0
      arm64: dts: ti: k3-j722s: Fix gpio-range for main_pmx0

Marek BehĂșn (6):
      platform: cznic: turris-omnia-mcu: Make watchdog code optional
      platform: cznic: turris-omnia-mcu: Make TRNG code optional
      platform: cznic: turris-omnia-mcu: Make poweroff and wakeup code optional
      platform: cznic: turris-omnia-mcu: Make GPIO code optional
      doc: platform: cznic: turris-omnia-mcu: Fix sphinx-build warning
      doc: platform: cznic: turris-omnia-mcu: Use double backticks for attribute value

Nishanth Menon (1):
      Merge tag 'ti-k3-dt-for-v6.11-part2' into ti-k3-dts-next

Parth Pancholi (1):
      arm64: dts: ti: k3-j784s4-main: Correct McASP DMAs

 .../testing/sysfs-bus-i2c-devices-turris-omnia-mcu |  6 +-
 arch/arm/mach-pxa/gumstix.c                        | 11 +--
 arch/arm64/boot/dts/ti/k3-am62-verdin-dahlia.dtsi  | 22 ------
 arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi         |  6 --
 .../boot/dts/ti/k3-am62p-j722s-common-mcu.dtsi     |  2 +
 arch/arm64/boot/dts/ti/k3-am62p-main.dtsi          |  3 +-
 arch/arm64/boot/dts/ti/k3-j722s-main.dtsi          |  3 +-
 arch/arm64/boot/dts/ti/k3-j784s4-evm.dts           | 25 +++----
 arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi         |  4 +-
 drivers/platform/cznic/Kconfig                     | 80 +++++++++++++++-------
 drivers/platform/cznic/Makefile                    |  8 +--
 drivers/platform/cznic/turris-omnia-mcu-base.c     |  4 ++
 drivers/platform/cznic/turris-omnia-mcu.h          | 42 +++++++++++-
 13 files changed, 129 insertions(+), 87 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 9, 2024, 5:31 p.m. UTC | #1
The pull request you sent on Fri, 09 Aug 2024 18:00:11 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0f135d3e30c43be2034299c560272e18c6166d04

Thank you!