public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] ARM: at91: initial samx7 support
@ 2016-10-20  9:41 Alexandre Belloni
  2016-10-20  9:41 ` [PATCH v2 1/6] ARM: at91: Documentation: add samx7 families Alexandre Belloni
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Alexandre Belloni @ 2016-10-20  9:41 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

This series adds initial support for Atmel armv7m SoCs.

Changes in v2:
 - fixed checkpatch issues
 - Added documentation
 - removed Ethernet from the dtsi until the driver change is taken


Alexandre Belloni (3):
  ARM: at91: Documentation: add samx7 families
  ARM: at91: Document samx7 compatibles
  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

 Documentation/arm/Atmel/README                     |   44 +-
 .../devicetree/bindings/arm/atmel-at91.txt         |   30 +
 arch/arm/Kconfig.debug                             |   10 +
 arch/arm/boot/dts/samx7.dtsi                       | 1128 ++++++++++++++++++++
 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                         |   71 ++
 arch/arm/mach-at91/soc.h                           |   21 +
 9 files changed, 1320 insertions(+), 6 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

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

end of thread, other threads:[~2016-10-20 13:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-20  9:41 [PATCH v2 0/6] ARM: at91: initial samx7 support Alexandre Belloni
2016-10-20  9:41 ` [PATCH v2 1/6] ARM: at91: Documentation: add samx7 families Alexandre Belloni
2016-10-20 12:01   ` Nicolas Ferre
2016-10-20 12:13     ` Alexandre Belloni
2016-10-20  9:41 ` [PATCH v2 2/6] ARM: at91: Document samx7 compatibles Alexandre Belloni
2016-10-20  9:41 ` [PATCH v2 3/6] ARM: at91: Add armv7m support Alexandre Belloni
2016-10-20  9:52   ` Arnd Bergmann
2016-10-20 10:26     ` Alexandre Belloni
2016-10-20 13:23       ` Arnd Bergmann
2016-10-20  9:41 ` [PATCH v2 4/6] ARM: at91: handle CONFIG_PM for armv7m configurations Alexandre Belloni
2016-10-20  9:41 ` [PATCH v2 5/6] ARM: dts: at91: add samx7 dtsi Alexandre Belloni
2016-10-20  9:41 ` [PATCH v2 6/6] ARM: at91: debug: add samx7 support Alexandre Belloni

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