[GIT PULL] SoC fixes for 6.5, part 1

From: Arnd Bergmann
Date: Thu Jul 06 2023 - 04:21:15 EST


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(-)