Hi Linus, The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6:
Linux 5.1-rc3 (2019-03-31 14:39:29 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes for you to fetch changes up to 9a8f32038a74cb800e9649afbf4b3dba2b7d6539: ARM: milbeaut: fix build with !CONFIG_HOTPLUG_CPU (2019-04-07 15:29:55 -0700) ---------------------------------------------------------------- ARM: SoC fixes A collection of fixes from the last few weeks. Most of them are smaller tweaks and fixes to DT and hardware descriptions for boards. Some of the more significant ones are: - eMMC and RGMII stability tweaks for rk3288 - DDC fixes for Rock PI 4 - Audio fixes for two TI am335x eval boards - D_CAN clock fix for am335x - Compilation fixes for clang - !SMP compilation fix for one of the new platforms this release (milbeaut) - A revert of a gpio fix for nomadik that instead was fixed in the gpio subsystem - Whitespace fix for the DT JSON schema (no tabs allowed) ---------------------------------------------------------------- Arnd Bergmann (3): ARM: orion: don't use using 64-bit DMA masks ARM: iop: don't use using 64-bit DMA masks ARM: milbeaut: fix build with !CONFIG_HOTPLUG_CPU Axel Lin (1): reset: meson-audio-arb: Fix missing .owner setting of reset_controller_dev David Engraf (1): ARM: dts: at91: Fix typo in ISC_D0 on PC9 David Summers (1): ARM: dts: rockchip: Fix SD card detection on rk3288-tinker Dinh Nguyen (1): arm64: dts: stratix10: add the sysmgr-syscon property from the gmac's Douglas Anderson (3): ARM: dts: rockchip: Fix gpu opp node names for rk3288 ARM: dts: rockchip: Remove #address/#size-cells from rk3288 mipi_dsi ARM: dts: rockchip: Remove #address/#size-cells from rk3288-veyron gpio-keys Ezequiel Garcia (1): arm64: dts: rockchip: add DDC bus on Rock Pi 4 Janusz Krzysztofik (1): ARM: OMAP1: ams-delta: Fix broken GPIO ID allocation Jonas Karlman (1): ARM: dts: rockchip: fix rk3288 cpu opp node reference Julia Lawall (1): ARM: OMAP2+: add missing of_node_put after of_device_is_available Leonidas P. Papadakos (1): arm64: dts: rockchip: fix rk3328-roc-cc gmac2io tx/rx_delay Maxime Ripard (1): dt-bindings: cpu: Fix JSON schema Neil Armstrong (1): dt-bindings: reset: meson-g12a: Add missing USB2 PHY resets Olof Johansson (6): Merge tag 'reset-fixes-for-v5.1' of git://git.pengutronix.de/pza/linux into arm/fixes Merge tag 'stratix10_fix_for_v5.1' of git://git.kernel.org/.../dinguyen/linux into arm/fixes Merge tag 'v5.1-rockchip-dtfixes-1' of git://git.kernel.org/.../mmind/linux-rockchip into arm/fixes Merge tag 'at91-5.1-fixes' of git://git.kernel.org/.../at91/linux into arm/fixes Merge tag 'omap-for-v5.1/fixes-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes Revert "ARM: dts: nomadik: Fix polarity of SPI CS" Peng Hao (1): arm/mach-at91/pm : fix possible object reference leak Peter Geis (2): arm64: dts: rockchip: fix rk3328 rgmii high tx error rate arm64: dts: rockchip: fix rk3328 sdmmc0 write errors Peter Ujfalusi (2): ARM: dts: am335x-evm: Correct the regulators for the audio codec ARM: dts: am335x-evmsk: Correct the regulators for the audio codec Tomohiro Mayama (1): arm64: dts: rockchip: Fix vcc_host1_5v GPIO polarity on rk3328-rock64 Tony Lindgren (2): ARM: dts: Fix dcan clkctrl clock for am3 Merge commit '7d56bedb2730dc2ea8abf0fd7240ee99ecfee3c9' into omap-for-v5.1/fixes Documentation/devicetree/bindings/arm/cpus.yaml | 2 +- arch/arm/boot/dts/am335x-evm.dts | 26 ++++++++-- arch/arm/boot/dts/am335x-evmsk.dts | 26 ++++++++-- arch/arm/boot/dts/am33xx-l4.dtsi | 4 +- arch/arm/boot/dts/rk3288-tinker.dtsi | 3 +- arch/arm/boot/dts/rk3288-veyron.dtsi | 2 - arch/arm/boot/dts/rk3288.dtsi | 20 ++++---- arch/arm/boot/dts/sama5d2-pinfunc.h | 2 +- arch/arm/boot/dts/ste-nomadik-nhk15.dts | 9 ++-- arch/arm/mach-at91/pm.c | 6 ++- arch/arm/mach-iop13xx/setup.c | 8 +-- arch/arm/mach-iop13xx/tpmi.c | 10 ++-- arch/arm/mach-milbeaut/platsmp.c | 4 ++ arch/arm/mach-omap1/board-ams-delta.c | 2 + arch/arm/mach-omap2/display.c | 4 +- arch/arm/plat-iop/adma.c | 6 +-- arch/arm/plat-orion/common.c | 4 +- arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 3 ++ arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts | 4 +- arch/arm64/boot/dts/rockchip/rk3328-rock64.dts | 3 +- arch/arm64/boot/dts/rockchip/rk3328.dtsi | 58 +++++++++++----------- arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts | 1 + drivers/reset/reset-meson-audio-arb.c | 1 + .../dt-bindings/reset/amlogic,meson-g12a-reset.h | 5 +- 24 files changed, 131 insertions(+), 82 deletions(-)