mbox series

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

Message ID 20181212124330.GA27581@piout.net
State New
Headers show
Series [GIT,PULL] ARM: at91: SoC for 4.21 | expand

Pull-request

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

Message

Alexandre Belloni Dec. 12, 2018, 12:43 p.m. UTC
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(+)

Comments

Olof Johansson Dec. 12, 2018, 9:38 p.m. UTC | #1
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