Please pull powerpc.git merge branch

2 messages, 1 author, 2008-02-21 · open the first message on its own page

Please pull powerpc.git merge branch

From: Paul Mackerras <hidden>
Date: 2008-02-20 03:46:33

Linus,

Please do

git pull \
git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git merge

to get a few more bug and warning fixes for powerpc.  The diffstat is
bloated by the defconfig updates -- the actual code changes are only a
few dozen lines.

Thanks,
Paul.

 arch/powerpc/boot/Makefile             |    8 
 arch/powerpc/boot/dts/bamboo.dts       |    3 
 arch/powerpc/boot/dts/ebony.dts        |    2 
 arch/powerpc/boot/dts/katmai.dts       |    2 
 arch/powerpc/boot/dts/kilauea.dts      |    3 
 arch/powerpc/boot/dts/makalu.dts       |    3 
 arch/powerpc/boot/dts/rainier.dts      |    4 
 arch/powerpc/boot/dts/sequoia.dts      |    4 
 arch/powerpc/boot/dts/taishan.dts      |    4 
 arch/powerpc/configs/bamboo_defconfig  |   81 ++-
 arch/powerpc/configs/ebony_defconfig   |   79 ++-
 arch/powerpc/configs/ep405_defconfig   |   92 ++-
 arch/powerpc/configs/kilauea_defconfig |   69 ++
 arch/powerpc/configs/makalu_defconfig  |   69 ++
 arch/powerpc/configs/ppc44x_defconfig  |  904 ++++++++++++++++++++++++++++++++
 arch/powerpc/configs/rainier_defconfig |   82 ++-
 arch/powerpc/configs/sequoia_defconfig |   77 ++-
 arch/powerpc/configs/taishan_defconfig |   81 ++-
 arch/powerpc/configs/walnut_defconfig  |   81 ++-
 arch/powerpc/configs/warp_defconfig    |  139 +++--
 arch/powerpc/kernel/kprobes.c          |    9 
 arch/powerpc/kernel/prom.c             |   13 
 arch/powerpc/platforms/44x/Kconfig     |   10 
 arch/powerpc/platforms/pseries/power.c |    2 
 arch/ppc/platforms/4xx/ibm440ep.c      |    6 
 drivers/net/ibm_newemac/rgmii.c        |    1 
 26 files changed, 1497 insertions(+), 331 deletions(-)
 create mode 100644 arch/powerpc/configs/ppc44x_defconfig

Ananth N Mavinakayanahalli (1):
      [POWERPC] Kill sparse warnings in kprobes

Becky Bruce (1):
      [POWERPC] Fix dt_mem_next_cell() to read the full address

Josh Boyer (4):
      [POWERPC] 4xx: Update defconfigs for 2.6.25
      [POWERPC] 44x: Fix Kconfig formatting
      [POWERPC] 44x: Add multiplatform defconfig
      [POWERPC] Fix bootwrapper builds with older gcc versions

Stefan Roese (2):
      [POWERPC] net: NEWEMAC: Remove "rgmii-interface" from rgmii matching table
      [POWERPC] 4xx: Remove "i2c" and "xxmii-interface" device_types from dts

Stephen Rothwell (1):
      [POWERPC] Fix warning in pseries/power.c

Wolfgang Ocker (1):
      [POWERPC] PPC440EP Interrupt Triggering and Level Settings

Re: Please pull powerpc.git merge branch

From: Paul Mackerras <hidden>
Date: 2008-02-21 21:04:54

Linus,

Since I send the last pull request I have added four more commits to
the powerpc.git merge branch, two from Olof Johansson fixing a bug and
a warning for the pasemi platform, and two spufs bugfixes from Jeremy
Kerr.

Please do:

git pull \
git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git merge

The diffstat and log below reflect all the outstanding commits, not
just the new four.

Thanks,
Paul.

 arch/powerpc/boot/Makefile                 |    8 
 arch/powerpc/boot/dts/bamboo.dts           |    3 
 arch/powerpc/boot/dts/ebony.dts            |    2 
 arch/powerpc/boot/dts/katmai.dts           |    2 
 arch/powerpc/boot/dts/kilauea.dts          |    3 
 arch/powerpc/boot/dts/makalu.dts           |    3 
 arch/powerpc/boot/dts/rainier.dts          |    4 
 arch/powerpc/boot/dts/sequoia.dts          |    4 
 arch/powerpc/boot/dts/taishan.dts          |    4 
 arch/powerpc/configs/bamboo_defconfig      |   81 ++-
 arch/powerpc/configs/ebony_defconfig       |   79 ++
 arch/powerpc/configs/ep405_defconfig       |   92 ++-
 arch/powerpc/configs/kilauea_defconfig     |   69 +-
 arch/powerpc/configs/makalu_defconfig      |   69 +-
 arch/powerpc/configs/ppc44x_defconfig      |  904 ++++++++++++++++++++++++++++
 arch/powerpc/configs/rainier_defconfig     |   82 ++-
 arch/powerpc/configs/sequoia_defconfig     |   77 ++
 arch/powerpc/configs/taishan_defconfig     |   81 ++-
 arch/powerpc/configs/walnut_defconfig      |   81 ++-
 arch/powerpc/configs/warp_defconfig        |  139 +++-
 arch/powerpc/kernel/kprobes.c              |    9 
 arch/powerpc/kernel/prom.c                 |   13 
 arch/powerpc/platforms/44x/Kconfig         |   10 
 arch/powerpc/platforms/cell/spu_base.c     |   12 
 arch/powerpc/platforms/cell/spufs/run.c    |    1 
 arch/powerpc/platforms/cell/spufs/sched.c  |    8 
 arch/powerpc/platforms/cell/spufs/switch.c |    6 
 arch/powerpc/platforms/pasemi/Makefile     |    2 
 arch/powerpc/platforms/pasemi/misc.c       |   97 +++
 arch/powerpc/platforms/pseries/power.c     |    2 
 arch/powerpc/sysdev/mpic_pasemi_msi.c      |    5 
 arch/ppc/platforms/4xx/ibm440ep.c          |    6 
 drivers/net/ibm_newemac/rgmii.c            |    1 
 include/asm-powerpc/spu.h                  |    3 
 34 files changed, 1605 insertions(+), 357 deletions(-)
 create mode 100644 arch/powerpc/configs/ppc44x_defconfig
 create mode 100644 arch/powerpc/platforms/pasemi/misc.c

Ananth N Mavinakayanahalli (1):
      [POWERPC] Kill sparse warnings in kprobes

Andre Detsch (1):
      [POWERPC] cell: fix spurious false return from spu_trap_data_{map,seg}

Becky Bruce (1):
      [POWERPC] Fix dt_mem_next_cell() to read the full address

Jeremy Kerr (1):
      [POWERPC] spufs: fix scheduler starvation by idle contexts

Josh Boyer (4):
      [POWERPC] 4xx: Update defconfigs for 2.6.25
      [POWERPC] 44x: Fix Kconfig formatting
      [POWERPC] 44x: Add multiplatform defconfig
      [POWERPC] Fix bootwrapper builds with older gcc versions

Olof Johansson (2):
      [POWERPC] pasemi: Register i2c devices at boot
      [POWERPC] pasemi: Remove warning in mpic_pasemi_msi.c

Stefan Roese (2):
      [POWERPC] net: NEWEMAC: Remove "rgmii-interface" from rgmii matching table
      [POWERPC] 4xx: Remove "i2c" and "xxmii-interface" device_types from dts

Stephen Rothwell (1):
      [POWERPC] Fix warning in pseries/power.c

Wolfgang Ocker (1):
      [POWERPC] PPC440EP Interrupt Triggering and Level Settings
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help