Hi, This series adds initial support for Atmel armv7m SoCs. Most of the work has been done and tested by András, thanks!
Alexandre Belloni (1): ARM: at91: handle CONFIG_PM for armv7m configurations Szemző András (3): ARM: at91: Add armv7m support ARM: dts: at91: add samx7 dtsi ARM: at91: debug: add samx7 support arch/arm/Kconfig.debug | 10 + arch/arm/boot/dts/samx7.dtsi | 1166 ++++++++++++++++++++++++++++++++++++++ arch/arm/mach-at91/Kconfig | 15 +- arch/arm/mach-at91/Makefile | 4 +- arch/arm/mach-at91/Makefile.boot | 3 + arch/arm/mach-at91/samx7.c | 72 +++ arch/arm/mach-at91/soc.h | 21 + 7 files changed, 1288 insertions(+), 3 deletions(-) create mode 100644 arch/arm/boot/dts/samx7.dtsi create mode 100644 arch/arm/mach-at91/Makefile.boot create mode 100644 arch/arm/mach-at91/samx7.c -- 2.9.3