2018-12-12 12:44:51

by Alexandre Belloni

[permalink] [raw]
Subject: [GIT PULL] ARM: at91: SoC for 4.21

Arnd, Olof,

Not much this cycle, simply adding new SoC/SP ids to the SoC detection
code.

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 446e8986a2417148aed14f362831bf2425d434cb:

ARM: at91: add support in soc driver for new SAM9X60 (2018-12-12 11:55:20 +0100)

----------------------------------------------------------------
AT91 SoC for 4.21:

- Add new SoC IDs

----------------------------------------------------------------
Nicolas Ferre (1):
ARM: at91: add support in soc driver for LPDDR2 SiP

Sandeep Sheriker Mallikarjun (1):
ARM: at91: add support in soc driver for new SAM9X60

drivers/soc/atmel/soc.c | 10 ++++++++++
drivers/soc/atmel/soc.h | 7 +++++++
2 files changed, 17 insertions(+)

--
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


2018-12-12 22:17:23

by Olof Johansson

[permalink] [raw]
Subject: Re: [GIT PULL] ARM: at91: SoC for 4.21

On Wed, Dec 12, 2018 at 01:43:30PM +0100, Alexandre Belloni wrote:
> Arnd, Olof,
>
> Not much this cycle, simply adding new SoC/SP ids to the SoC detection
> code.
>
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
>
> Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-4.21-soc
>
> for you to fetch changes up to 446e8986a2417148aed14f362831bf2425d434cb:
>
> ARM: at91: add support in soc driver for new SAM9X60 (2018-12-12 11:55:20 +0100)

Merged into next/drivers. Thanks!


-Olof