mbox series

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

Message ID 1611318097-8970-1-git-send-email-claudiu.beznea@microchip.com
Headers show
Series drivers: soc: atmel: add support for sama7g5 | expand

Message

Claudiu Beznea Jan. 22, 2021, 12:21 p.m. UTC
Hi,

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

Thank you,
Claudiu Beznea

Claudiu Beznea (7):
  drivers: soc: atmel: add spdx licence 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                            | 225 ++++++++++++++-------
 drivers/soc/atmel/soc.h                            |  14 +-
 3 files changed, 171 insertions(+), 70 deletions(-)

Comments

Nicolas Ferre Jan. 26, 2021, 9:16 a.m. UTC | #1
On 22/01/2021 at 13:21, Claudiu Beznea wrote:
> Hi,

> 

> This series adds support for SAMA7G5 identification. Along with this

> included also some fixes.

> 

> Thank you,

> Claudiu Beznea

> 

> Claudiu Beznea (7):

>    drivers: soc: atmel: add spdx licence identifier


I leave this one aside for now.

>    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


This one was taken by Arnd in arm-soc/arm/fixes branch.

>      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


For the rest:
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>


I take the rest in at91-soc branch. It appears in at91-next right now.

Once the license patch is done, I can integrate it easily.

Best regards,
   Nicolas

> 

>   .../devicetree/bindings/arm/atmel-sysregs.txt      |   2 +-

>   drivers/soc/atmel/soc.c                            | 225 ++++++++++++++-------

>   drivers/soc/atmel/soc.h                            |  14 +-

>   3 files changed, 171 insertions(+), 70 deletions(-)

> 



-- 
Nicolas Ferre