mbox series

[GIT,PULL] ARM: at91: SoC for 5.4

Message ID 20190825203222.GA22800@piout.net (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ARM: at91: SoC for 5.4 | expand

Pull-request

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

Message

Alexandre Belloni Aug. 25, 2019, 8:32 p.m. UTC
Hello,

A non urgent fix for the generated header in mach-at91 and mostly
MAINTAINERS updates.

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2cb831e0f152e483ab797b44787a4ff426267fbc:

  mailmap: map old company name to new one @microchip.com (2019-08-23 21:53:40 +0200)

----------------------------------------------------------------
AT91 SoC for 5.4

 - MAINTAINERS updates
 - a generated headers parallel build fix

----------------------------------------------------------------
Masahiro Yamada (1):
      ARM: at91: move platform-specific asm-offset.h to arch/arm/mach-at91

Nicolas Ferre (3):
      MAINTAINERS: at91: Collect all pinctrl/gpio drivers in same entry
      MAINTAINERS: at91: remove the TC entry
      mailmap: map old company name to new one @microchip.com

 .mailmap                        |  1 +
 MAINTAINERS                     | 14 +-------------
 arch/arm/mach-at91/.gitignore   |  1 +
 arch/arm/mach-at91/Makefile     |  5 +++--
 arch/arm/mach-at91/pm_suspend.S |  2 +-
 5 files changed, 7 insertions(+), 16 deletions(-)
 create mode 100644 arch/arm/mach-at91/.gitignore

Comments

Arnd Bergmann Sept. 3, 2019, 12:27 p.m. UTC | #1
On Sun, Aug 25, 2019 at 10:32 PM Alexandre Belloni
<alexandre.belloni@bootlin.com> wrote:
> AT91 SoC for 5.4
>
>  - MAINTAINERS updates
>  - a generated headers parallel build fix
>
> ----------------------------------------------------------------
> Masahiro Yamada (1):
>       ARM: at91: move platform-specific asm-offset.h to arch/arm/mach-at91
>
> Nicolas Ferre (3):
>       MAINTAINERS: at91: Collect all pinctrl/gpio drivers in same entry
>       MAINTAINERS: at91: remove the TC entry
>       mailmap: map old company name to new one @microchip.com

Pulled into arm/soc, thanks!

     Arnd