mbox series

[GIT,PULL] SoC fixes for 6.5, part 1

Message ID a89a22e2-df89-4341-ba61-c42149e21c8e@app.fastmail.com (mailing list archive)
State Mainlined
Headers show
Series [GIT,PULL] SoC fixes for 6.5, part 1 | expand

Pull-request

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

Message

Arnd Bergmann July 6, 2023, 8:20 a.m. UTC
The following changes since commit bf1fa6f15553df04f2bdd06190ccd5f388ab0777:

  Merge tag 'soc-arm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc (2023-06-29 15:28:33 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6722e46513e0af8e2fff4698f7cb78bc50a9f13f:

  bus: ixp4xx: fix IXP4XX_EXP_T1_MASK (2023-07-05 22:22:55 +0200)

----------------------------------------------------------------
SoC fixes for 6.5, part 1

There are three small fixes that came up sincie the past week:

 - an incorrect bit offset in ixp4xx bus driver

 - a riscv randconfig regression in the thead platform I merged

 - whitespace fixes for some dts files

----------------------------------------------------------------

Conor Dooley (1):
      RISC-V: make ARCH_THEAD preclude XIP_KERNEL

Jonas Gorski (1):
      bus: ixp4xx: fix IXP4XX_EXP_T1_MASK

Krzysztof Kozlowski (1):
      ARM: dts: st: add missing space before {

 arch/arm/boot/dts/st/spear1310.dtsi                     |  2 +-
 arch/arm/boot/dts/st/spear1340.dtsi                     |  2 +-
 arch/arm/boot/dts/st/stih407-family.dtsi                |  2 +-
 arch/arm/boot/dts/st/stih407-pinctrl.dtsi               | 10 +++++-----
 arch/arm/boot/dts/st/stm32f429-disco.dts                |  2 +-
 arch/arm/boot/dts/st/stm32f746-pinctrl.dtsi             |  2 +-
 arch/arm/boot/dts/st/stm32f769-pinctrl.dtsi             |  2 +-
 arch/arm/boot/dts/st/stm32h7-pinctrl.dtsi               |  6 +++---
 arch/arm/boot/dts/st/stm32mp15-pinctrl.dtsi             |  4 ++--
 arch/arm/boot/dts/st/stm32mp157a-icore-stm32mp1.dtsi    |  6 +++---
 arch/arm/boot/dts/st/stm32mp157a-microgea-stm32mp1.dtsi |  6 +++---
 arch/riscv/Kconfig.socs                                 |  1 +
 drivers/bus/intel-ixp4xx-eb.c                           |  2 +-
 13 files changed, 24 insertions(+), 23 deletions(-)

Comments

pr-tracker-bot@kernel.org July 6, 2023, 5:28 p.m. UTC | #1
The pull request you sent on Thu, 06 Jul 2023 10:20:17 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9f57c13f7ed70a94ecc135645bc764efdd378acd

Thank you!