[GIT PULL 1/3] Allwinner fixes for 5.6
From: Chen-Yu Tsai <wens@kernel.org>
Date: 2020-03-13 05:52:41
The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-fixes-for-5.6 for you to fetch changes up to d9b553b02e691185f8145637c46f9564395936e2: ARM: dts: sun8i: r40: Move SPI device nodes based on address order (2020-03-11 22:49:40 +0800) ---------------------------------------------------------------- Allwinner Fixes for v5.6 A pretty normal set of fixes for v5.6: - Fix reversed macros used for A83T EMAC clock and reset - Fix camera regulator voltage and USB OTG for TBS-A711 - 16-bit / 8-bit mixed read fix for our RSB driver - Fix SPI controller base address for R40 - Reorder device nodes based on base address for R40 ---------------------------------------------------------------- Chen-Yu Tsai (4): ARM: dts: sun8i: a83t: Fix incorrect clk and reset macros for EMAC device ARM: dts: sun8i: r40: Move AHCI device node based on address order ARM: dts: sun8i: r40: Fix register base address for SPI2 and SPI3 ARM: dts: sun8i: r40: Move SPI device nodes based on address order Ondrej Jirman (3): ARM: dts: sun8i-a83t-tbs-a711: HM5065 doesn't like such a high voltage ARM: dts: sun8i-a83t-tbs-a711: Fix USB OTG mode detection bus: sunxi-rsb: Return correct data when mixing 16-bit and 8-bit reads arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts | 7 +- arch/arm/boot/dts/sun8i-a83t.dtsi | 6 +- arch/arm/boot/dts/sun8i-r40.dtsi | 125 +++++++++++++++--------------- drivers/bus/sunxi-rsb.c | 2 +- 4 files changed, 70 insertions(+), 70 deletions(-)