mbox

[GIT,PULL] Allwinner core changes for 4.11

Message ID 20170131084536.kddqcwrcfkwsrt5r@lukather
State New
Headers show

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-core-for-4.11

Message

Maxime Ripard Jan. 31, 2017, 8:45 a.m. UTC
Hi Arnd, Olof,

Please pull the following patches for the next merge window.

Thanks!
Maxime

The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-core-for-4.11

for you to fetch changes up to b074fede01c0be4a45a7883620f40ff88c61488a:

  arm: sunxi: add support for V3s SoC (2017-01-20 21:31:34 +0100)

----------------------------------------------------------------
Allwinner core changes for 4.11

Some patches to support two new SoCs: the H2+ and the V3s.

----------------------------------------------------------------
Icenowy Zheng (2):
      ARM: sunxi: add support for H2+ SoC
      arm: sunxi: add support for V3s SoC

 Documentation/arm/sunxi/README                  | 8 ++++++++
 Documentation/devicetree/bindings/arm/sunxi.txt | 1 +
 arch/arm/mach-sunxi/sunxi.c                     | 2 ++
 3 files changed, 11 insertions(+)

Comments

Arnd Bergmann Feb. 7, 2017, 3:19 p.m. UTC | #1
On Tuesday, January 31, 2017 9:45:36 AM CET Maxime Ripard wrote:
> Allwinner core changes for 4.11
> 
> Some patches to support two new SoCs: the H2+ and the V3s.
> 

Pulled into next/soc, thanks!

	Arnd