Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1504716

[PATCH v2 0/6] ARM: at91: initial samx7 support

From Alexandre Belloni <alexandre.belloni@free-electrons.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/6] ARM: at91: initial samx7 support
Date 2016-10-20 11:50 +0200
Message-ID <sui93-5JM-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/6] ARM: at91: initial samx7 support Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-10-20 11:50 +0200
  [PATCH v2 2/6] ARM: at91: Document samx7 compatibles Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-10-20 11:50 +0200
  [PATCH v2 6/6] ARM: at91: debug: add samx7 support Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-10-20 11:50 +0200
  [PATCH v2 1/6] ARM: at91: Documentation: add samx7 families Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-10-20 11:50 +0200
    Re: [PATCH v2 1/6] ARM: at91: Documentation: add samx7 families Nicolas Ferre <nicolas.ferre@atmel.com> - 2016-10-20 14:10 +0200
      Re: [PATCH v2 1/6] ARM: at91: Documentation: add samx7 families Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-10-20 14:20 +0200
  [PATCH v2 4/6] ARM: at91: handle CONFIG_PM for armv7m configurations Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-10-20 11:50 +0200
  [PATCH v2 5/6] ARM: dts: at91: add samx7 dtsi Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-10-20 11:50 +0200

csiph-web