OSDN Git Service

Merge tag 'at91-soc-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/at91...
authorArnd Bergmann <arnd@arndb.de>
Sat, 30 Jan 2021 11:03:05 +0000 (12:03 +0100)
committerArnd Bergmann <arnd@arndb.de>
Sat, 30 Jan 2021 11:03:06 +0000 (12:03 +0100)
commit4940b9919119906ba37b3f00611fd5e9be587946
tree8eb975b443ce805bbbf727d07d27252e8db6f61b
parent7cc623b85aef7a336152f5cfc28ef5622ded1351
parentcd9168b4377932a6494d464db1ddd3f63e41fce3
Merge tag 'at91-soc-5.12-2' of git://git./linux/kernel/git/at91/linux into arm/drivers

AT91 SoC for 5.12 #2

- addition of SAMA7G5 identification to soc.c driver
- enhancements to this soc.c driver

* tag 'at91-soc-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux:
  drivers: soc: atmel: add spdx license identifier
  drivers: soc: atmel: add support for sama7g5
  dt-bindings: atmel-sysreg: add "microchip, sama7g5-chipid"
  drivers: soc: atmel: add per soc id and version match masks
  drivers: soc: atmel: fix "__initconst should be placed after socs[]" warning
  drivers: soc: atmel: use GENMASK
  drivers: soc: atmel: add null entry at the end of at91_soc_allowed_list[]
  drivers: soc: atmel: Avoid calling at91_soc_init on non AT91 SoCs

Link: https://lore.kernel.org/r/20210129090030.26976-1-nicolas.ferre@microchip.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>