mbox

[GIT,PULL] Allwinner sunXi core additions for 3.12

Message ID 20130816185524.GA29790@lukather
State New
Headers show

Pull-request

https://github.com/mripard/linux.git tags/sunxi-core-for-3.12

Message

Maxime Ripard Aug. 16, 2013, 6:55 p.m. UTC
The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:

  Linux 3.11-rc1 (2013-07-14 15:18:27 -0700)

are available in the git repository at:

  https://github.com/mripard/linux.git tags/sunxi-core-for-3.12

for you to fetch changes up to 29d3d373e2a780b6e818f296ece6cc29742bc11f:

  ARM: sunxi: Remove Makefile.boot file (2013-07-29 13:55:41 +0200)

----------------------------------------------------------------
Allwinner sunXi core additions for 3.12

There's not much in this pull request, only a patch removing some dead code.

----------------------------------------------------------------
Maxime Ripard (1):
      ARM: sunxi: Remove Makefile.boot file

 arch/arm/mach-sunxi/Makefile.boot | 1 -
 1 file changed, 1 deletion(-)
 delete mode 100644 arch/arm/mach-sunxi/Makefile.boot

Comments

Kevin Hilman Aug. 21, 2013, 9:46 p.m. UTC | #1
Maxime Ripard <maxime.ripard@free-electrons.com> writes:

> The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:
>
>   Linux 3.11-rc1 (2013-07-14 15:18:27 -0700)
>
> are available in the git repository at:
>
>   https://github.com/mripard/linux.git tags/sunxi-core-for-3.12
>
> for you to fetch changes up to 29d3d373e2a780b6e818f296ece6cc29742bc11f:
>
>   ARM: sunxi: Remove Makefile.boot file (2013-07-29 13:55:41 +0200)
>
> ----------------------------------------------------------------
> Allwinner sunXi core additions for 3.12
>
> There's not much in this pull request, only a patch removing some dead code.
> ----------------------------------------------------------------
> Maxime Ripard (1):
>       ARM: sunxi: Remove Makefile.boot file
>
>  arch/arm/mach-sunxi/Makefile.boot | 1 -
>  1 file changed, 1 deletion(-)
>  delete mode 100644 arch/arm/mach-sunxi/Makefile.boot


Pulled into next/soc

Kevin