mbox series

[GIT,PULL] ARM: at91: Drivers for 5.5

Message ID 20191107221644.GA201884@piout.net
State New
Headers show
Series [GIT,PULL] ARM: at91: Drivers for 5.5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-5.5-drivers

Message

Alexandre Belloni Nov. 7, 2019, 10:16 p.m. UTC
Arnd, Olof,

A single new driver and a bit of churn this cycle.

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-5.5-drivers

for you to fetch changes up to c3277f8ee8cdadf011b8390dfdb4c44ecfaa1a7a:

  soc: at91: Add Atmel SFR SN (Serial Number) support (2019-11-07 22:33:10 +0100)

----------------------------------------------------------------
AT91 drivers for 5.5

 - a new driver exposing the serial number registers through nvmem
 - a few documentation and definition changes

----------------------------------------------------------------
Kamel Bouhara (1):
      soc: at91: Add Atmel SFR SN (Serial Number) support

Nicolas Ferre (1):
      ARM: at91: Documentation: update the sama5d3 and armv7m datasheets

Tudor Ambarus (2):
      memory: atmel-ebi: move NUM_CS definition inside EBI driver
      memory: atmel-ebi: switch to SPDX license identifiers

 Documentation/arm/microchip.rst         |  4 +-
 drivers/memory/atmel-ebi.c              | 11 ++--
 drivers/soc/atmel/Kconfig               | 11 ++++
 drivers/soc/atmel/Makefile              |  1 +
 drivers/soc/atmel/sfr.c                 | 99 +++++++++++++++++++++++++++++++++
 include/linux/mfd/syscon/atmel-matrix.h |  1 -
 6 files changed, 118 insertions(+), 9 deletions(-)
 create mode 100644 drivers/soc/atmel/sfr.c