All of lore.kernel.org
 help / color / mirror / Atom feed
From: <nicolas.ferre@microchip.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	<arm@kernel.org>, <soc@kernel.org>
Cc: Nicolas Ferre <nicolas.ferre@microchip.com>,
	Linux Kernel list <linux-kernel@vger.kernel.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	Ludovic Desroches <ludovic.desroches@microchip.com>,
	Claudiu Beznea <claudiu.beznea@microchip.com>
Subject: [GIT PULL] ARM: at91: soc for 5.12 #2
Date: Fri, 29 Jan 2021 10:00:30 +0100	[thread overview]
Message-ID: <20210129090030.26976-1-nicolas.ferre@microchip.com> (raw)

From: Nicolas Ferre <nicolas.ferre@microchip.com>

Arnd, Olof,

Here is the second batch of soc changes for 5.12. Actually first batch was
consumed as "fixes" following our discussion here:
https://lore.kernel.org/linux-arm-kernel/CAK8P3a1v=_4E40cZjZ-ff7vs84XE9XaxwdoGW7Rf+LYiA+TCTw@mail.gmail.com/
Note that v5.11-rc1 is the root of this Pull-Request so the 2 first patches are
the ones already taken as fixes.

The fixes are now in Linus' tree and this branch is merged in linux-next for an
handful of days.
However, tell me if you'd prefer that I merge the arm-soc "arm/fixes" branch before
adding the at91 soc patches on top.

Thanks, best regards,
  Nicolas

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-soc-5.12-2

for you to fetch changes up to cd9168b4377932a6494d464db1ddd3f63e41fce3:

  drivers: soc: atmel: add spdx license identifier (2021-01-26 11:25:08 +0100)

----------------------------------------------------------------
AT91 SoC for 5.12 #2

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

----------------------------------------------------------------
Claudiu Beznea (7):
      drivers: soc: atmel: add null entry at the end of at91_soc_allowed_list[]
      drivers: soc: atmel: use GENMASK
      drivers: soc: atmel: fix "__initconst should be placed after socs[]" warning
      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
      drivers: soc: atmel: add spdx license identifier

Sudeep Holla (1):
      drivers: soc: atmel: Avoid calling at91_soc_init on non AT91 SoCs

 .../devicetree/bindings/arm/atmel-sysregs.txt      |   2 +-
 drivers/soc/atmel/soc.c                            | 240 ++++++++++++++-------
 drivers/soc/atmel/soc.h                            |  19 +-
 3 files changed, 182 insertions(+), 79 deletions(-)

-- 
Nicolas Ferre

WARNING: multiple messages have this Message-ID (diff)
From: <nicolas.ferre@microchip.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	<arm@kernel.org>, <soc@kernel.org>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>,
	Linux Kernel list <linux-kernel@vger.kernel.org>,
	Ludovic Desroches <ludovic.desroches@microchip.com>,
	Claudiu Beznea <claudiu.beznea@microchip.com>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] ARM: at91: soc for 5.12 #2
Date: Fri, 29 Jan 2021 10:00:30 +0100	[thread overview]
Message-ID: <20210129090030.26976-1-nicolas.ferre@microchip.com> (raw)
Message-ID: <20210129090030.EZMyM2nWx5vjh-Ok6soEWB0ZXB6BLE88D08UYvVx4mY@z> (raw)

From: Nicolas Ferre <nicolas.ferre@microchip.com>

Arnd, Olof,

Here is the second batch of soc changes for 5.12. Actually first batch was
consumed as "fixes" following our discussion here:
https://lore.kernel.org/linux-arm-kernel/CAK8P3a1v=_4E40cZjZ-ff7vs84XE9XaxwdoGW7Rf+LYiA+TCTw@mail.gmail.com/
Note that v5.11-rc1 is the root of this Pull-Request so the 2 first patches are
the ones already taken as fixes.

The fixes are now in Linus' tree and this branch is merged in linux-next for an
handful of days.
However, tell me if you'd prefer that I merge the arm-soc "arm/fixes" branch before
adding the at91 soc patches on top.

Thanks, best regards,
  Nicolas

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-soc-5.12-2

for you to fetch changes up to cd9168b4377932a6494d464db1ddd3f63e41fce3:

  drivers: soc: atmel: add spdx license identifier (2021-01-26 11:25:08 +0100)

----------------------------------------------------------------
AT91 SoC for 5.12 #2

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

----------------------------------------------------------------
Claudiu Beznea (7):
      drivers: soc: atmel: add null entry at the end of at91_soc_allowed_list[]
      drivers: soc: atmel: use GENMASK
      drivers: soc: atmel: fix "__initconst should be placed after socs[]" warning
      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
      drivers: soc: atmel: add spdx license identifier

Sudeep Holla (1):
      drivers: soc: atmel: Avoid calling at91_soc_init on non AT91 SoCs

 .../devicetree/bindings/arm/atmel-sysregs.txt      |   2 +-
 drivers/soc/atmel/soc.c                            | 240 ++++++++++++++-------
 drivers/soc/atmel/soc.h                            |  19 +-
 3 files changed, 182 insertions(+), 79 deletions(-)

-- 
Nicolas Ferre

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2021-01-29  9:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-29  9:00 nicolas.ferre [this message]
2021-01-29  9:00 ` [GIT PULL] ARM: at91: soc for 5.12 #2 nicolas.ferre
2021-01-30 11:24 ` Arnd Bergmann
2021-01-30 11:24   ` Arnd Bergmann
2021-01-30 11:30 ` patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210129090030.26976-1-nicolas.ferre@microchip.com \
    --to=nicolas.ferre@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=claudiu.beznea@microchip.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ludovic.desroches@microchip.com \
    --cc=olof@lixom.net \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.