Please pull from 'next' branch (updated)
Kumar Gala
galak at kernel.crashing.org
Thu Dec 4 08:13:41 EST 2008
Please pull from 'next' branch of
master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git next
to receive the following updates:
arch/powerpc/Makefile | 1
arch/powerpc/boot/dts/gef_sbc610.dts | 11
arch/powerpc/boot/dts/mpc8572ds.dts | 113 +++
arch/powerpc/boot/dts/mpc8572ds_camp_core0.dts | 483 ++++++++++++++++
arch/powerpc/boot/dts/mpc8572ds_camp_core1.dts | 234 ++++++++
arch/powerpc/configs/86xx/gef_sbc610_defconfig | 8
arch/powerpc/include/asm/mmu-fsl-booke.h | 2
arch/powerpc/include/asm/processor.h | 6
arch/powerpc/include/asm/sfp-machine.h | 58 +-
arch/powerpc/kernel/head_fsl_booke.S | 103 +++
arch/powerpc/kernel/traps.c | 62 +-
arch/powerpc/math-emu/Makefile | 2
arch/powerpc/math-emu/fadd.c | 1
arch/powerpc/math-emu/fcmpo.c | 5
arch/powerpc/math-emu/fdiv.c | 9
arch/powerpc/math-emu/fdivs.c | 9
arch/powerpc/math-emu/fmadd.c | 5
arch/powerpc/math-emu/fmadds.c | 5
arch/powerpc/math-emu/fmsub.c | 5
arch/powerpc/math-emu/fmsubs.c | 5
arch/powerpc/math-emu/fmul.c | 3
arch/powerpc/math-emu/fmuls.c | 3
arch/powerpc/math-emu/fnmadd.c | 5
arch/powerpc/math-emu/fnmadds.c | 5
arch/powerpc/math-emu/fnmsub.c | 5
arch/powerpc/math-emu/fnmsubs.c | 5
arch/powerpc/math-emu/fsqrt.c | 5
arch/powerpc/math-emu/fsqrts.c | 5
arch/powerpc/math-emu/fsub.c | 3
arch/powerpc/math-emu/fsubs.c | 3
arch/powerpc/math-emu/math_efp.c | 720 +++++++++++++++++++++++++
arch/powerpc/platforms/85xx/Makefile | 2
arch/powerpc/platforms/85xx/mpc85xx_ds.c | 11
arch/powerpc/platforms/85xx/mpc85xx_mds.c | 6
arch/powerpc/platforms/85xx/smp.c | 104 +++
arch/powerpc/platforms/86xx/Kconfig | 2
arch/powerpc/platforms/86xx/Makefile | 3
arch/powerpc/platforms/86xx/gef_gpio.c | 143 ++++
arch/powerpc/sysdev/qe_lib/qe.c | 3
arch/powerpc/sysdev/qe_lib/ucc.c | 4
40 files changed, 2067 insertions(+), 100 deletions(-)
Anton Vorontsov (1):
powerpc/qe: Move cmxgcr_lock definition from the ucc.c into the qe.c
Haiying Wang (3):
powerpc/85xx: Add localbus node in mpc8572ds dts file
powerpc/85xx: Don't reset the MPIC for CAMP mode on MPC8572DS
powerpc/85xx: Create dts for each core in CAMP mode for MPC8572DS
Kumar Gala (4):
powerpc: Remove unncessary SPE related compiler flag
powerpc/85xx: minor head_fsl_booke.S cleanup
powerpc/85xx: Add support for SMP initialization
powerpc/85xx: Fix compile warnings in mpc85xx_mds.c
Liu Yu (4):
powerpc/math-emu: Fix single float point division bug
powerpc/math-emu: Adopt new version of _FP_CHOOSENAN
powerpc/math-emu: Remove redundant 'ret'
powerpc: Add SPE/EFP math emulation for E500v1/v2 processors.
Martyn Welch (2):
powerpc/86xx: Add use of Epson RTX-8581 RTC to GE Fanuc SBC610 dts
powerpc/86xx: Basic GPIO support for GE Fanuc SBC610
Trent Piepho (1):
powerpc: Better setup of boot page TLB entry
More information about the Linuxppc-dev
mailing list