linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Please pull from 'next' branch (updated)
@ 2008-12-03 21:13 Kumar Gala
  2008-12-04 11:06 ` Paul Mackerras
  0 siblings, 1 reply; 3+ messages in thread
From: Kumar Gala @ 2008-12-03 21:13 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Please pull from 'next' branch (updated)
  2008-12-03 21:13 Please pull from 'next' branch (updated) Kumar Gala
@ 2008-12-04 11:06 ` Paul Mackerras
  2008-12-04 14:36   ` Kumar Gala
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Mackerras @ 2008-12-04 11:06 UTC (permalink / raw)
  To: Kumar Gala; +Cc: linuxppc-dev

Kumar Gala writes:

> Please pull from 'next' branch of

Pulled and pushed out to my master and next branches.

Paul.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Please pull from 'next' branch (updated)
  2008-12-04 11:06 ` Paul Mackerras
@ 2008-12-04 14:36   ` Kumar Gala
  0 siblings, 0 replies; 3+ messages in thread
From: Kumar Gala @ 2008-12-04 14:36 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev


On Dec 4, 2008, at 5:06 AM, Paul Mackerras wrote:

> Kumar Gala writes:
>
>> Please pull from 'next' branch of
>
> Pulled and pushed out to my master and next branches.

thanks

- k

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-12-04 14:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-03 21:13 Please pull from 'next' branch (updated) Kumar Gala
2008-12-04 11:06 ` Paul Mackerras
2008-12-04 14:36   ` Kumar Gala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).