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@xxxxxxxxxxxxx> 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