The following changes since commit 48778464bb7d346b47157d21ffde2af6b2d39110:
Linux 5.8-rc2 (2020-06-21 15:45:29 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-5.8-1 for you to fetch changes up to 42d3f7e8da1bc55e3109f612c519c945f6587194: Merge tag 'imx-fixes-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes (2020-06-28 14:48:19 +0200) ---------------------------------------------------------------- ARM: SoC fixes for v5.8 Here are a couple of bug fixes, mostly for devicetree files NXP i.MX: - Use correct voltage on some i.MX8M board device trees to avoid hardware damage - Code fixes for a compiler warning and incorrect reference counting, both harmless. - Fix the i.MX8M SoC driver to correctly identify imx8mp - Fix watchdog configuration in imx6ul-kontron device tree. Broadcom: - A small regression fix for the Raspberry-Pi firmware driver - A Kconfig change to use the correct timer driver on Northstar - A DT fix for the Luxul XWC-2000 machine - Two more DT fixes for NSP SoCs STmicroelectronics STI - Revert one broken patch for L2 cache configuration ARM Versatile Express: - Fix a regression by reverting a broken DT cleanup TEE drivers: - MAINTAINERS: change tee mailing list Signed-off-by: Arnd Bergmann <a...@arndb.de> ---------------------------------------------------------------- Adam Ford (1): arm64: dts: imx8mm-beacon: Fix voltages on LDO1 and LDO2 Andre Przywara (1): arm: dts: vexpress: Move mcc node back into motherboard node Andy Shevchenko (1): ARM: bcm2835: Fix integer overflow in rpi_firmware_print_firmware_revision() Anson Huang (1): soc: imx8m: Correct i.MX8MP UID fuse offset Arnd Bergmann (6): Merge tag 'juno-fix-5.8' of git://git.kernel.org/.../sudeep.holla/linux into arm/fixes Merge tag 'tee-ml-for-v5.8' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes Merge tag 'arm-soc/for-5.8/devicetree-fixes' of https://github.com/Broadcom/stblinux into arm/fixes Merge tag 'arm-soc/for-5.8/soc-fixes' of https://github.com/Broadcom/stblinux into arm/fixes Merge tag 'arm-soc/for-5.8/drivers-fixes' of https://github.com/Broadcom/stblinux into arm/fixes Merge tag 'imx-fixes-5.8' of git://git.kernel.org/.../shawnguo/linux into arm/fixes Florian Fainelli (1): Merge tag 'tags/bcm2835-drivers-fixes-2020-0-17' into drivers/fixes Frieder Schrempf (2): ARM: dts: imx6ul-kontron: Move watchdog from Kontron i.MX6UL/ULL board to SoM ARM: dts: imx6ul-kontron: Change WDOG_ANY signal from push-pull to open-drain Jens Wiklander (1): MAINTAINERS: change tee mailing list Matthew Hagan (3): ARM: bcm: Select ARM_TIMER_SP804 for ARCH_BCM_NSP ARM: dts: NSP: Disable PL330 by default, add dma-coherent property ARM: dts: NSP: Correct FA2 mailbox node Patrice Chotard (1): Revert "ARM: sti: Implement dummy L2 cache's write_sec" Peng Fan (1): soc: imx8m: fix build warning Rafał Miłecki (1): ARM: dts: BCM5301X: Add missing memory "device_type" for Luxul XWC-2000 Robin Gong (2): arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage range arm64: dts: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage range yu kuai (2): ARM: imx5: add missing put_device() call in imx_suspend_alloc_ocram() ARM: imx6: add missing put_device() call in imx6q_suspend_init() MAINTAINERS | 6 +- arch/arm/boot/dts/bcm-nsp.dtsi | 10 +- arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dts | 1 + arch/arm/boot/dts/bcm958522er.dts | 4 + arch/arm/boot/dts/bcm958525er.dts | 4 + arch/arm/boot/dts/bcm958525xmc.dts | 4 + arch/arm/boot/dts/bcm958622hr.dts | 4 + arch/arm/boot/dts/bcm958623hr.dts | 4 + arch/arm/boot/dts/bcm958625hr.dts | 4 + arch/arm/boot/dts/bcm958625k.dts | 4 + arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi | 13 -- .../boot/dts/imx6ul-kontron-n6x1x-som-common.dtsi | 13 ++ arch/arm/boot/dts/vexpress-v2m-rs1.dtsi | 146 ++++++++++----------- arch/arm/mach-bcm/Kconfig | 1 + arch/arm/mach-imx/pm-imx5.c | 6 +- arch/arm/mach-imx/pm-imx6.c | 10 +- arch/arm/mach-sti/board-dt.c | 9 -- .../boot/dts/freescale/imx8mm-beacon-som.dtsi | 4 +- arch/arm64/boot/dts/freescale/imx8mm-evk.dts | 4 +- arch/arm64/boot/dts/freescale/imx8mn-ddr4-evk.dts | 4 +- drivers/firmware/raspberrypi.c | 5 +- drivers/soc/imx/soc-imx8m.c | 10 +- 22 files changed, 152 insertions(+), 118 deletions(-)