[GIT PULL] ARM: SoC fixes for v5.11, #2
Arnd Bergmann
arnd at kernel.org
Thu Jan 28 10:32:08 EST 2021
The following changes since commit 7c53f6b671f4aba70ff15e1b05148b10d58c2837:
Linux 5.11-rc3 (2021-01-10 14:34:50 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
tags/arm-soc-fixes-v5.11-2
for you to fetch changes up to e49c24c8cd00ea9d7471520fff562fb4e7e9f61a:
Merge tag 'imx-fixes-5.11-2' of
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into
arm/fixes (2021-01-22 23:52:42 +0100)
----------------------------------------------------------------
ARM: SoC fixes for v5.11, part 2
These are the current arm-soc bug fixes for linux-5.11. I already merged
a larger set that just came in during the past three days but has not
had much exposure in linux-next, so these are the ones I merged last week.
Most of these are for the NXP i.MX platform (descriptions from their
pull request):
- Fix pcf2127 reset for imx7d-flex-concentrator board.
- Fix i.MX6 suspend with Thumb-2 kernel.
- Fix ethernet-phy address issue on imx6qdl-sr-som board.
- Fix GPIO3 `gpio-ranges` on i.MX8MP.
- Select SOC_BUS for IMX_SCU driver to fix build issue.
- Fix backlight pwm on imx6qdl-kontron-samx6i which is lost from
#pwm-cells conversion.
- Fix duplicated bus node name for i.MX8MN SoC.
- Fix reset register offset on LS1028A SoC.
- Rename MMC node aliases for imx6q-tbs2910 to keep the MMC device
index consistent with previous kernel version.
- Selecting ARM_GIC_V3 on non-CP15 processors to fix one build failure
with i.MX8M SoC driver.
- Fix typos with status property on imx6qdl-kontron-samx6i board.
- Fix duplicated regulator-name on imx6qdl-gw52xx board.
Aside from i.MX, the bugfixes are all over the place:
- Coccinelle found a refcount imbalance on integrator
- defconfig fix for TI K3
- A boot regression fix for ST ux500
- A code preemption fix for the optee driver
- USB DMA regression on Broadcom Stingray
- A bogus boot time warning fix for at91 code
Signed-off-by: Arnd Bergmann <arnd at arndb.de>
----------------------------------------------------------------
Arnd Bergmann (4):
ARM: imx: fix imx8m dependencies
Merge tag 'imx-fixes-5.11' of
git://git.kernel.org/.../shawnguo/linux into arm/fixes
Merge tag 'optee-rcu-sched-trace-for-v5.11' of
git://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
Merge tag 'imx-fixes-5.11-2' of
git://git.kernel.org/.../shawnguo/linux into arm/fixes
Bharat Gooty (1):
arm64: dts: broadcom: Fix USB DMA address translation for Stingray
Bruno Thomsen (1):
ARM: dts: imx7d-flex-concentrator: fix pcf2127 reset
Claudiu Beznea (1):
drivers: soc: atmel: add null entry at the end of at91_soc_allowed_list[]
Jacky Bai (1):
arm64: dts: imx8mp: Correct the gpio ranges of gpio3
Koen Vandeputte (1):
ARM: dts: imx6qdl-gw52xx: fix duplicate regulator naming
Linus Walleij (1):
ARM: dts: ux500: Reserve memory carveouts
Marco Felsch (2):
ARM: dts: imx6qdl-kontron-samx6i: fix pwms for lcd-backlight
ARM: dts: imx6qdl-kontron-samx6i: fix i2c_lcd/cam default status
Max Krummenacher (1):
ARM: imx: build suspend-imx6.S with arm instruction set
Michael Walle (1):
arm64: dts: ls1028a: fix the offset of the reset register
Nishanth Menon (1):
arm64: defconfig: Drop unused K3 SoC specific options
Randy Dunlap (1):
firmware: imx: select SOC_BUS to fix firmware build
Rouven Czerwinski (1):
tee: optee: replace might_sleep with cond_resched
Russell King (1):
ARM: dts: imx6qdl-sr-som: fix some cubox-i platforms
Shengjiu Wang (1):
arm64: dts: imx8mn: Fix duplicate node name
Soeren Moch (1):
ARM: dts: tbs2910: rename MMC node aliases
Stefan Wahren (1):
MAINTAINERS: Include bcm2835 subsequents into search
Sudeep Holla (1):
drivers: soc: atmel: Avoid calling at91_soc_init on non AT91 SoCs
Sumera Priyadarsini (1):
bus: arm-integrator-lm: Add of_node_put() before return statement
MAINTAINERS | 2 +-
arch/arm/boot/dts/imx6q-tbs2910.dts | 7 ++++
arch/arm/boot/dts/imx6qdl-gw52xx.dtsi | 2 +-
arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi | 6 ++--
arch/arm/boot/dts/imx6qdl-sr-som.dtsi | 12 +++++--
arch/arm/boot/dts/imx7d-flex-concentrator.dts | 1 +
arch/arm/boot/dts/ste-db8500.dtsi | 38 ++++++++++++++++++++++
arch/arm/boot/dts/ste-db8520.dtsi | 38 ++++++++++++++++++++++
arch/arm/boot/dts/ste-db9500.dtsi | 35 ++++++++++++++++++++
arch/arm/boot/dts/ste-snowball.dts | 2 +-
arch/arm/mach-imx/suspend-imx6.S | 1 +
.../boot/dts/broadcom/stingray/stingray-usb.dtsi | 7 +++-
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 2 +-
arch/arm64/boot/dts/freescale/imx8mn.dtsi | 2 +-
arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 +-
arch/arm64/configs/defconfig | 2 --
drivers/bus/arm-integrator-lm.c | 1 +
drivers/firmware/imx/Kconfig | 1 +
drivers/soc/atmel/soc.c | 13 ++++++++
drivers/soc/imx/Kconfig | 2 +-
drivers/tee/optee/call.c | 4 ++-
21 files changed, 164 insertions(+), 16 deletions(-)
create mode 100644 arch/arm/boot/dts/ste-db9500.dtsi
More information about the linux-arm-kernel
mailing list