mbox

[git,pull] Please pull powerpc.git merge branch

Message ID alpine.LFD.2.00.1111232302440.20012@right.am.freescale.net (mailing list archive)
State Superseded
Delegated to: Benjamin Herrenschmidt
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git merge

Message

Kumar Gala Nov. 24, 2011, 5:03 a.m. UTC
Ben,

A few minor fixes for FSL PPC SoCs to send up to Linus.

- k

The following changes since commit caca6a03d365883564885f2c1da3e88dcf65d139:

  Linux 3.2-rc3 (2011-11-23 20:20:28 -0800)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git merge

Kumar Gala (1):
      powerpc/85xx: Fix compile error on p3060_qds.c

Paul Bolle (1):
      powerpc/p3060qds: Fix select of 'MPC8xxx_GPIO'

Roy Zang (1):
      powerpc/p1023: set IRQ[4:6,11] to active-high level sensitive for PCIe

 arch/powerpc/boot/dts/p1023rds.dts      |   17 +++++++++++++----
 arch/powerpc/platforms/85xx/Kconfig     |    2 +-
 arch/powerpc/platforms/85xx/p3060_qds.c |    2 +-
 3 files changed, 15 insertions(+), 6 deletions(-)

Comments

Kumar Gala Nov. 24, 2011, 7:31 a.m. UTC | #1
On Nov 23, 2011, at 11:03 PM, Kumar Gala wrote:

> Ben,
> 
> A few minor fixes for FSL PPC SoCs to send up to Linus.
> 
> - k
> 
> The following changes since commit caca6a03d365883564885f2c1da3e88dcf65d139:
> 
>  Linux 3.2-rc3 (2011-11-23 20:20:28 -0800)
> 
> are available in the git repository at:
>  git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git merge
> 
> Kumar Gala (1):
>      powerpc/85xx: Fix compile error on p3060_qds.c
> 
> Paul Bolle (1):
>      powerpc/p3060qds: Fix select of 'MPC8xxx_GPIO'
> 
> Roy Zang (1):
>      powerpc/p1023: set IRQ[4:6,11] to active-high level sensitive for PCIe
> 
> arch/powerpc/boot/dts/p1023rds.dts      |   17 +++++++++++++----
> arch/powerpc/platforms/85xx/Kconfig     |    2 +-
> arch/powerpc/platforms/85xx/p3060_qds.c |    2 +-
> 3 files changed, 15 insertions(+), 6 deletions(-)

(updated 'merge' with):

Joakim Tjernlund (1):
      powerpc/qe: Fixup QE_General4 errata

 arch/powerpc/sysdev/qe_lib/qe.c         |    2 +-

- k