Please pull 'next' branch

Josh Boyer jwboyer at linux.vnet.ibm.com
Wed Feb 25 01:08:00 EST 2009


Hi Ben,

Please pull the next branch of the 4xx tree.  It has a few small commits
for 2.6.30, as well as the 256K page size patch for 44x.

josh

The following changes since commit 6071ed0487c6ea8dcfadd9844b9b90944cd9de1e:
  Michael Ellerman (1):
        powerpc/pseries: Return the number of MSIs we could allocate

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

Benjamin Herrenschmidt (2):
      powerpc/4xx: Add missing USB and i2c devices to Canyonlands
      powerpc/4xx: Enable PCI domains on 4xx

Madhulika Madishetty (1):
      AMCC PPC 460SX redwood SoC platform initial framework

Yuri Tikhonov (1):
      powerpc/44x: Support for 256KB PAGE_SIZE

 arch/powerpc/Kconfig                           |   27 +
 arch/powerpc/boot/dts/canyonlands.dts          |   28 +
 arch/powerpc/boot/dts/redwood.dts              |  244 +++++
 arch/powerpc/configs/44x/canyonlands_defconfig |  266 +++++-
 arch/powerpc/configs/44x/redwood_defconfig     | 1176 ++++++++++++++++++++++++
 arch/powerpc/include/asm/highmem.h             |   10 +-
 arch/powerpc/include/asm/mmu-44x.h             |    2 +
 arch/powerpc/include/asm/page.h                |    6 +-
 arch/powerpc/include/asm/page_32.h             |    4 +
 arch/powerpc/include/asm/thread_info.h         |    4 +-
 arch/powerpc/kernel/cpu_setup_44x.S            |    1 +
 arch/powerpc/kernel/cputable.c                 |   14 +
 arch/powerpc/kernel/head_booke.h               |   11 +-
 arch/powerpc/platforms/44x/Kconfig             |   19 +
 arch/powerpc/platforms/44x/ppc44x_simple.c     |    1 +
 arch/powerpc/sysdev/ppc4xx_pci.c               |    2 +
 16 files changed, 1796 insertions(+), 19 deletions(-)
 create mode 100644 arch/powerpc/boot/dts/redwood.dts
 create mode 100644 arch/powerpc/configs/44x/redwood_defconfig




More information about the Linuxppc-dev mailing list