mbox

Allwinner sunXi Fixes for 3.10

Message ID 20130524195352.GA19644@lukather
State New
Headers show

Pull-request

git://github.com/mripard/linux.git sunxi/fixes-for-3.10

Message

Maxime Ripard May 24, 2013, 7:53 p.m. UTC
Hi Arnd, Olof,

Please pull this small pull request with the sunxi fixes for 3.10

Thanks!
Maxime

The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:

  Linux 3.10-rc1 (2013-05-11 17:14:08 -0700)

are available in the git repository at:

  git://github.com/mripard/linux.git sunxi/fixes-for-3.10

for you to fetch changes up to 19a280a61b520febab0f2fde94f4bd50250377b2:

  ARM: sunxi: select ARCH_REQUIRE_GPIOLIB (2013-05-15 09:42:47 +0200)

----------------------------------------------------------------
Small set of fixes for 3.10:
  - Fix build breakage in pinctrl driver when no other architecture is selected
  - Fix Mini X-plus device tree build

----------------------------------------------------------------
Maxime Ripard (2):
      ARM: sunxi: Fix Mini X-plus device tree build
      ARM: sunxi: select ARCH_REQUIRE_GPIOLIB

 arch/arm/boot/dts/Makefile                 | 4 +++-
 arch/arm/boot/dts/sun4i-a10-mini-xplus.dts | 4 ++--
 arch/arm/mach-sunxi/Kconfig                | 1 +
 3 files changed, 6 insertions(+), 3 deletions(-)

Comments

Olof Johansson May 24, 2013, 8:31 p.m. UTC | #1
On Fri, May 24, 2013 at 12:53 PM, Maxime Ripard
<maxime.ripard@free-electrons.com> wrote:
> Hi Arnd, Olof,
>
> Please pull this small pull request with the sunxi fixes for 3.10
>
> Thanks!
> Maxime
>
> The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:
>
>   Linux 3.10-rc1 (2013-05-11 17:14:08 -0700)
>
> are available in the git repository at:
>
>   git://github.com/mripard/linux.git sunxi/fixes-for-3.10

Pulled, but tags/sunxi-fixes-for-3.10 instead, as discussed on IRC.


-Olof