Merge tag 'at91-soc' of git://github.com/at91linux/linux-at91 into next/soc
authorOlof Johansson <olof@lixom.net>
Tue, 2 Apr 2013 17:45:19 +0000 (10:45 -0700)
committerOlof Johansson <olof@lixom.net>
Wed, 3 Apr 2013 00:28:06 +0000 (17:28 -0700)
commit926f638c3c2159e118f5935241bfc939ded0a790
tree342d9360d848aed596267ae966d44a0d49b61388
parent5cc25d808e5d8b5a821e35fe87530af1af745461
parent471c9e786596c4f028c67c7e9de0703b49cab2a9
Merge tag 'at91-soc' of git://github.com/at91linux/linux-at91 into next/soc

Introduction of new Atmel Cortex-A5: SAMA5D3 family.
- Modify AT91 Kconfig to plit ARMv4/5 and ARMv7 arch
- Modify PMC driver (clocks)
- Core SAMA5 support
- Board file, DT files and defconfig

* tag 'at91-soc' of git://github.com/at91linux/linux-at91:
  ARM: at91: add defconfig for SAMA5
  ARM: at91: dt: add device tree files for SAMA5D3 family
  ARM: at91: introduce SAMA5 support
  ARM: at91: introduce the core type choice to split ARMv4/5 and ARMv7 arch
  ARM: at91: add AT91_SAM9_TIME entry to select at91sam926x_time.c compilation
  ARM: at91: change name template in AT91_SOC_START macro
  ARM: at91: renamme rm9200 dt file
  ARM: at91: rename board-dt to more specific name board-dt-sam9
  ARM: at91: move non DT Kconfig to Kconfig.non_dt

Signed-off-by: Olof Johansson <olof@lixom.net>