Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753774Ab3G3PAD (ORCPT ); Tue, 30 Jul 2013 11:00:03 -0400 Received: from mail.free-electrons.com ([94.23.35.102]:42255 "EHLO mail.free-electrons.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751551Ab3G3PAB (ORCPT ); Tue, 30 Jul 2013 11:00:01 -0400 From: Maxime Ripard To: linux-arm-kernel@lists.infradead.org Cc: Emilio Lopez , kevin.z.m.zh@gmail.com, sunny@allwinnertech.com, shuge@allwinnertech.com, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, Maxime Ripard Subject: [PATCH 00/10] Introduce Allwinner A20 support Date: Tue, 30 Jul 2013 16:59:44 +0200 Message-Id: <1375196394-21138-1-git-send-email-maxime.ripard@free-electrons.com> X-Mailer: git-send-email 1.8.3.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2003 Lines: 51 Hi Everyone, This patchset brings in support for the Allwinner A20 SoC. This SoC is pretty much the heir of the Allwinner A10. They both have a lot of IP in common, the A20 is pin-compatible with the A10, the only major difference being that the A20 has 2 Cortex-A7 instead of the single Cortex-A8 found in the A10. Just like the A31, the SMP support isn't there yet, nor do we have clock support or any storage device. We also have the same SMP bit issue that makes Linux run without the caches enabled for the time being when CONFIG_SMP isn't set. This serie comes on top of the serie "ARM: sunxi: Add support for the Allwinner A31 SoC" I sent previously. Thanks, Maxime Maxime Ripard (10): ARM: sunxi: Introduce Allwinner A20 support ARM: sun7i: Add Allwinner A20 DTSI ARM: sun7i: Add Olimex A20-Olinuxino-Micro support pinctrl: sunxi: Wrap long compatible declaration lines pinctrl: sunxi: Add Allwinner A20 pins set pinctrl: sunxi: Fix inconsistent indentation ARM: sun7i: Add the PIO controller node to the DTSI ARM: sun7i: DT: Add UART muxing options to the DTSI ARM: sun7i: a20-olinuxino: Enable UARTs muxing ARM: sun7i: a20-olinuxino: Enable the user LED arch/arm/boot/dts/Makefile | 3 +- arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts | 61 ++ arch/arm/boot/dts/sun7i-a20.dtsi | 204 +++++ arch/arm/mach-sunxi/sunxi.c | 1 + drivers/pinctrl/pinctrl-sunxi-pins.h | 1028 ++++++++++++++++++++++- drivers/pinctrl/pinctrl-sunxi.c | 24 +- 6 files changed, 1311 insertions(+), 10 deletions(-) create mode 100644 arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts create mode 100644 arch/arm/boot/dts/sun7i-a20.dtsi -- 1.8.3.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/