From mboxrd@z Thu Jan 1 00:00:00 1970 From: wens@csie.org (Chen-Yu Tsai) Date: Sun, 17 Aug 2014 11:52:06 +0800 Subject: [PATCH 00/12] ARM: sun8i: Enable pinctrl, i2c and mmc Message-ID: <1408247538-16950-1-git-send-email-wens@csie.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Maxime, This series enables all the controllers on sun8i that we already have drivers for, excluding SPI as the tablet I have does not use it and I cannot test it. If there's a way to test it without external connections or devices please let me know. This series is based on 3.17-rc1, however it should cleanly apply over the sun8i-rtc patch you've queued. The commit logs pretty much explain themselves. Note that PLL6 is not implemented yet. I've some patches for the clocks that I will send later. Cheers ChenYu Chen-Yu Tsai (12): ARM: dts: sun8i: Add PIO controller node to the sun8i dtsi ARM: dts: sun8i: Add R_PIO controller node to the dtsi ARM: dts: sun8i: Add pinmux set for uart0 ARM: dts: sun8i: Add pin muxing option for R_UART ARM: dts: sun8i: ippo-q8h: Add pinctrl properties for R_UART ARM: dts: sun8i: Add mmc clocks to the dtsi ARM: dts: sun8i: Add pin-muxing info for the mmc controllers ARM: dts: sun8i: Add mmc controller nodes ARM: dts: sun8i: Enable mmc controller on ippo-q8h-v5 ARM: dts: sun8i: Add pin-muxing info for the i2c controllers ARM: dts: sun8i: Add i2c controller nodes ARM: dts: sun8i: Enable i2c controllers on ippo-q8h-v5 arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts | 41 +++++++ arch/arm/boot/dts/sun8i-a23.dtsi | 169 ++++++++++++++++++++++++++++ 2 files changed, 210 insertions(+) -- 2.1.0