mbox series

[GIT,PULL] ARM: at91: soc for 5.13

Message ID 20210401174544.32193-1-nicolas.ferre@microchip.com (mailing list archive)
State Mainlined, archived
Commit 41dbf4a146a06443d1cbf39e238f02fa1ca9d626
Headers show
Series [GIT,PULL] ARM: at91: soc for 5.13 | expand

Pull-request

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

Message

Nicolas Ferre April 1, 2021, 5:45 p.m. UTC
From: Nicolas Ferre <nicolas.ferre@microchip.com>

Arnd, Olof,

One single patch for now on our SoC branch. Stakeholders agreed to make it
travel with at91 -> arm-soc.

Thanks, best regards,
  Nicolas

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 41dbf4a146a06443d1cbf39e238f02fa1ca9d626:

  ARM: at91: pm: Move prototypes to mutually included header (2021-03-26 18:20:49 +0100)

----------------------------------------------------------------
AT91 soc for 5.13:

- Fixing a W=1 warning

----------------------------------------------------------------
Lee Jones (1):
      ARM: at91: pm: Move prototypes to mutually included header

 arch/arm/mach-at91/pm.c        | 19 ++++++++-----------
 drivers/pinctrl/pinctrl-at91.c |  2 ++
 include/soc/at91/pm.h          | 16 ++++++++++++++++
 3 files changed, 26 insertions(+), 11 deletions(-)
 create mode 100644 include/soc/at91/pm.h

Comments

Arnd Bergmann April 1, 2021, 9:07 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Thu, 1 Apr 2021 19:45:44 +0200, nicolas.ferre@microchip.com wrote:
> Arnd, Olof,
> 
> One single patch for now on our SoC branch. Stakeholders agreed to make it
> travel with at91 -> arm-soc.
> 
> Thanks, best regards,
>   Nicolas
> 
> [...]

Merged into arm/soc, thanks!

merge commit: 6f35f62958ea395fa8cbd2a28f713ccac8d9b5bd

       Arnd