public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHv3 0/9] ARM: sunxi: Introduce Allwinner A20 support
@ 2013-08-04  9:58 Maxime Ripard
  2013-08-04  9:58 ` [PATCHv3 1/9] " Maxime Ripard
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Maxime Ripard @ 2013-08-04  9:58 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Emilio Lopez, kevin.z.m.zh, sunny, shuge, linux-kernel,
	linux-sunxi, Maxime Ripard

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

Changes from v2:
  - Fix the SoC base address in the DT
  - Fixed a typo in the olinuxino's LED label

Changes from v1:
  - Removed the patch that wrapped the compatibles in the clock driver

Maxime Ripard (9):
  ARM: sunxi: Introduce Allwinner A20 support
  ARM: sun7i: Add Allwinner A20 DTSI
  ARM: sun7i: Add Olimex A20-Olinuxino-Micro support
  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                |  205 +++++
 arch/arm/mach-sunxi/sunxi.c                     |    1 +
 drivers/pinctrl/pinctrl-sunxi-pins.h            | 1028 ++++++++++++++++++++++-
 drivers/pinctrl/pinctrl-sunxi.c                 |    1 +
 6 files changed, 1293 insertions(+), 6 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


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2013-08-21 21:54 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-04  9:58 [PATCHv3 0/9] ARM: sunxi: Introduce Allwinner A20 support Maxime Ripard
2013-08-04  9:58 ` [PATCHv3 1/9] " Maxime Ripard
2013-08-04  9:58 ` [PATCHv3 2/9] ARM: sun7i: Add Allwinner A20 DTSI Maxime Ripard
2013-08-04  9:58 ` [PATCHv3 3/9] ARM: sun7i: Add Olimex A20-Olinuxino-Micro support Maxime Ripard
2013-08-04  9:58 ` [PATCHv3 4/9] pinctrl: sunxi: Add Allwinner A20 pins set Maxime Ripard
2013-08-12  8:33   ` Maxime Ripard
2013-08-19 11:23     ` Maxime Ripard
2013-08-21 21:46   ` Linus Walleij
2013-08-04  9:58 ` [PATCHv3 5/9] pinctrl: sunxi: Fix inconsistent indentation Maxime Ripard
2013-08-12  8:27   ` Maxime Ripard
2013-08-19 11:23     ` Maxime Ripard
2013-08-21 21:49   ` Linus Walleij
2013-08-21 21:54     ` Maxime Ripard
2013-08-04  9:58 ` [PATCHv3 6/9] ARM: sun7i: Add the PIO controller node to the DTSI Maxime Ripard
2013-08-04  9:58 ` [PATCHv3 7/9] ARM: sun7i: DT: Add UART muxing options " Maxime Ripard
2013-08-04  9:58 ` [PATCHv3 8/9] ARM: sun7i: a20-olinuxino: Enable UARTs muxing Maxime Ripard
2013-08-04  9:58 ` [PATCHv3 9/9] ARM: sun7i: a20-olinuxino: Enable the user LED Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox