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

Rob Herring Jan. 22, 2021, 2:16 p.m. UTC | #1
On Fri, Jan 22, 2021 at 6:21 AM Claudiu Beznea
<claudiu.beznea@microchip.com> wrote:
>
> Add SPDX-Licence-Identifier.

License

>
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
> ---
>  drivers/soc/atmel/soc.c | 1 +
>  drivers/soc/atmel/soc.h | 1 +
>  2 files changed, 2 insertions(+)
>
> diff --git a/drivers/soc/atmel/soc.c b/drivers/soc/atmel/soc.c
> index 728d461ad6d6..1a6cb4bc7d67 100644
> --- a/drivers/soc/atmel/soc.c
> +++ b/drivers/soc/atmel/soc.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later

Kernel sources are generally GPL-2.0-only and that was the default.
The commit should note the relicensing and why that is okay (if it
is).

Rob
Nicolas Ferre Jan. 26, 2021, 9:16 a.m. UTC | #2
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(-)
>