mbox

[GIT,PULL] pxa: fixes for v3.0-rc6 (2nd bunch)

Message ID CAMPhdO_NxvJmZqK23USQ3HVn2eXhuNpvM=EeWq3nwpt3WOUbzw@mail.gmail.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git fix

Message

Eric Miao July 11, 2011, 7:25 a.m. UTC
The following changes since commit 6662498e132dfa758925a160fd5ef80a083651c3:

  ARM: pxa168: correct nand pmu setting (2011-07-06 23:51:36 +0800)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git fix

Daniel Mack (1):
      ARM: pxa/raumfeld: fix device name for codec ak4104

Jonathan Cameron (1):
      pcmcia: pxa2xx/vpac270: free gpios on exist rather than requesting

Linus Walleij (1):
      ARM: pxa: fix gpio_to_chip() clash with gpiolib namespace

Sven Neumann (2):
      ARM: pxa/raumfeld: adapt to upcoming hardware change
      ARM: pxa/raumfeld: display initialisation fixes

 arch/arm/mach-pxa/raumfeld.c    |   36 +++++++++++++++++++-----------------
 arch/arm/plat-pxa/gpio.c        |   10 +++++-----
 drivers/pcmcia/pxa2xx_vpac270.c |    4 ++--
 3 files changed, 26 insertions(+), 24 deletions(-)

Comments

Arnd Bergmann July 11, 2011, 9:29 p.m. UTC | #1
On Monday 11 July 2011, Eric Miao wrote:
> The following changes since commit 6662498e132dfa758925a160fd5ef80a083651c3:
> 
>   ARM: pxa168: correct nand pmu setting (2011-07-06 23:51:36 +0800)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git fix
> 

Pulled into arm-soc/fixes.

Linus hasn't pulled the first set yet. I'll send another request tomorrow,
but it could be too late for 3.0 already.

	Arnd