mbox series

[v2,0/7] drivers: soc: atmel: add support for sama7g5

Message ID 1611653376-24168-1-git-send-email-claudiu.beznea@microchip.com (mailing list archive)
Headers show
Series drivers: soc: atmel: add support for sama7g5 | expand

Message

Claudiu Beznea Jan. 26, 2021, 9:29 a.m. UTC
Hi,

This series adds support for SAMA7G5 identification. Along with this
included also some fixes.

Thank you,
Claudiu Beznea

Changes in v2:
- use proper license identifier
- s/licence/license/g

Claudiu Beznea (7):
  drivers: soc: atmel: add spdx license identifier
  drivers: soc: atmel: use GENMASK
  drivers: soc: atmel: fix "__initconst should be placed after socs[]"  
      warning
  drivers: soc: atmel: add null entry at the end of
    at91_soc_allowed_list[]
  drivers: soc: atmel: add per soc id and version match masks
  dt-bindings: atmel-sysreg: add "microchip,sama7g5-chipid"
  drivers: soc: atmel: add support for sama7g5

 .../devicetree/bindings/arm/atmel-sysregs.txt      |   2 +-
 drivers/soc/atmel/soc.c                            | 219 ++++++++++++++-------
 drivers/soc/atmel/soc.h                            |  14 +-
 3 files changed, 166 insertions(+), 69 deletions(-)