mbox

[GIT,PULL] Allwinner core additions for 3.17

Message ID 20140718205523.GA28407@lukather
State New
Headers show

Pull-request

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

Message

Maxime Ripard July 18, 2014, 8:55 p.m. UTC
Hi Arnd, Kevin, Olof, 

Here are the few mach-sunxi patches to merge for the 3.17 release cycle.

Thanks!
Maxime

The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:

  Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)

are available in the git repository at:

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

for you to fetch changes up to 5ba1657ecdee507df4adcd05b533d09e9934fc11:

  ARM: sunxi: select MFD_SUN6I_PRCM when sun8i arch support is enabled (2014-07-07 11:00:06 +0200)

----------------------------------------------------------------
Allwinner core additions for 3.17

Nothing very fancy here, only the introduction from the new Allwinner A23 SoC.

----------------------------------------------------------------
Chen-Yu Tsai (3):
      ARM: sunxi: Introduce Allwinner A23 support
      ARM: sunxi: Add earlyprintk support using R_UART (sun6i/sun8i)
      ARM: sunxi: select MFD_SUN6I_PRCM when sun8i arch support is enabled

 arch/arm/Kconfig.debug      | 10 ++++++++++
 arch/arm/mach-sunxi/Kconfig |  8 ++++++++
 arch/arm/mach-sunxi/sunxi.c |  9 +++++++++
 3 files changed, 27 insertions(+)

Comments

Olof Johansson July 19, 2014, 7:23 p.m. UTC | #1
On Fri, Jul 18, 2014 at 10:55:23PM +0200, Maxime Ripard wrote:
> Hi Arnd, Kevin, Olof, 
> 
> Here are the few mach-sunxi patches to merge for the 3.17 release cycle.
> 
> Thanks!
> Maxime
> 
> The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:
> 
>   Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-core-for-3.17
> 
> for you to fetch changes up to 5ba1657ecdee507df4adcd05b533d09e9934fc11:
> 
>   ARM: sunxi: select MFD_SUN6I_PRCM when sun8i arch support is enabled (2014-07-07 11:00:06 +0200)
> 
> ----------------------------------------------------------------
> Allwinner core additions for 3.17
> 
> Nothing very fancy here, only the introduction from the new Allwinner A23 SoC.

Merged, thanks.


-Olof