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


Groups > linux.kernel > #1655704

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

From Alexandre Belloni <alexandre.belloni@free-electrons.com>
Newsgroups linux.kernel
Subject [PATCH v4 0/6] ARM: at91: initial samx7 support
Date 2017-06-01 22:10 +0200
Message-ID <tNEzT-7oF-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This series adds initial support for Atmel armv7m SoCs.

Changes in v4:
 - rename the family samv7 as the internal name is samv7x and it may conflict
   with future SoCs.

Changes in v3:
 - dropped most of the changes in Atmel/README
 - rebased on v4.12-rc1
 - removed the dtsi until the tcb series is taken

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 armv7m families
  ARM: at91: Document armv7m compatibles
  ARM: at91: handle CONFIG_PM for armv7m configurations

Szemző András (3):
  ARM: at91: Add armv7m support
  ARM: at91: add armv7m SoC detection
  ARM: at91: debug: add samv7x support

 Documentation/arm/Atmel/README                     | 38 +++++++++++++++++++++-
 .../devicetree/bindings/arm/atmel-at91.txt         | 30 +++++++++++++++++
 arch/arm/Kconfig.debug                             | 10 ++++++
 arch/arm/mach-at91/Kconfig                         | 16 ++++++++-
 arch/arm/mach-at91/Makefile                        |  4 +--
 arch/arm/mach-at91/Makefile.boot                   |  3 ++
 arch/arm/mach-at91/samv7.c                         | 34 +++++++++++++++++++
 drivers/soc/atmel/soc.c                            | 24 ++++++++++++++
 drivers/soc/atmel/soc.h                            | 26 +++++++++++++++
 9 files changed, 181 insertions(+), 4 deletions(-)
 create mode 100644 arch/arm/mach-at91/Makefile.boot
 create mode 100644 arch/arm/mach-at91/samv7.c

-- 
2.11.0

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


Thread

[PATCH v4 0/6] ARM: at91: initial samx7 support Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-06-01 22:10 +0200
  [PATCH v4 3/6] ARM: at91: Add armv7m support Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-06-01 22:10 +0200
  [PATCH v4 4/6] ARM: at91: handle CONFIG_PM for armv7m configurations Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-06-01 22:10 +0200
  [PATCH v4 5/6] ARM: at91: add armv7m SoC detection Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-06-01 22:10 +0200
  [PATCH v4 6/6] ARM: at91: debug: add samv7x support Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-06-01 22:10 +0200
  [PATCH v4 1/6] ARM: at91: Documentation: add armv7m families Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-06-01 22:10 +0200
  [PATCH v4 2/6] ARM: at91: Document armv7m compatibles Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-06-01 22:10 +0200
  Re: [PATCH v4 0/6] ARM: at91: initial samx7 support Nicolas Ferre <nicolas.ferre@microchip.com> - 2017-06-02 09:30 +0200

csiph-web