Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1489620
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] ARM: at91: initial samx7 support |
| Date | 2016-09-23 00:30 +0200 |
| Message-ID | <skkFb-3MU-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] ARM: at91: initial samx7 support Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-09-23 00:30 +0200 [PATCH 1/4] ARM: at91: Add armv7m support Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-09-23 00:30 +0200 [PATCH 3/4] ARM: dts: at91: add samx7 dtsi Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-09-23 00:30 +0200
csiph-web