linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* patches added to powerpc.git tree
@ 2006-07-07 11:29 Paul Mackerras
  2006-07-07 11:39 ` Johannes Berg
  2006-07-10  3:05 ` Benjamin Herrenschmidt
  0 siblings, 2 replies; 5+ messages in thread
From: Paul Mackerras @ 2006-07-07 11:29 UTC (permalink / raw)
  To: linuxppc-dev

The following patches have been pushed to the powerpc.git tree (master
branch):

Benjamin Herrenschmidt:
      [POWERPC] Workaround Pegasos incorrect ISA "ranges"
      [POWERPC] Fix 32 bits warning in prom_init.c
      [POWERPC] Fix non-MPIC CHRPs with CONFIG_SMP set
      [POWERPC] Fix default clock for udbg_16550
      [POWERPC] Fix legacy_serial.c error handling on 32 bits
      [POWERPC] Add briq support to CHRP
      [POWERPC] Add support for briq front panel
      [POWERPC] More offb/bootx fixes
      [POWERPC] Xserve G5 thermal control fixes
      [POWERPC] Add cpufreq support for Xserve G5

Jeremy Kerr:
      [POWERPC] Remove linux,device properties
      [POWERPC] Use const qualifiers for prom parsing utilites
      [POWERPC] Remove linux,pci-domain properties

Johannes Berg:
      [POWERPC] fix up front-LED Kconfig

Michael Ellerman:
      [POWERPC] Fix mem= handling when the memory limit is > RMO size

Niels Kristian Bech Jensen:
      [POWERPC] Add -fno-stack-protector to BOOTCFLAGS in arch/powerpc/boot/Makefile.

 arch/powerpc/Kconfig                         |    2 
 arch/powerpc/boot/Makefile                   |    4 
 arch/powerpc/configs/pmac32_defconfig        |  112 ++++++++-
 arch/powerpc/kernel/legacy_serial.c          |   13 +
 arch/powerpc/kernel/of_device.c              |   24 --
 arch/powerpc/kernel/pci_64.c                 |   39 ---
 arch/powerpc/kernel/prom_init.c              |   42 ++++
 arch/powerpc/kernel/prom_parse.c             |   22 +-
 arch/powerpc/kernel/smp.c                    |   24 +-
 arch/powerpc/kernel/udbg_16550.c             |    6 -
 arch/powerpc/mm/lmb.c                        |    3 
 arch/powerpc/platforms/chrp/pci.c            |   42 +++-
 arch/powerpc/platforms/chrp/setup.c          |   39 +++
 arch/powerpc/platforms/powermac/bootx_init.c |   35 ++-
 arch/powerpc/platforms/powermac/cpufreq_64.c |   78 ++++---
 drivers/char/Kconfig                         |   14 +
 drivers/char/Makefile                        |    1 
 drivers/char/briq_panel.c                    |  268 +++++++++++++++++++++++
 drivers/ide/Kconfig                          |   14 -
 drivers/macintosh/Kconfig                    |    9 +
 drivers/macintosh/therm_pm72.c               |  218 +++++++++++++++++-
 drivers/macintosh/therm_pm72.h               |   33 +++
 drivers/macintosh/via-pmu-led.c              |    2 
 drivers/video/offb.c                         |  307 ++++++++++++++------------
 include/asm-powerpc/processor.h              |    1 
 include/asm-powerpc/prom.h                   |    2 
 26 files changed, 1023 insertions(+), 331 deletions(-)
 create mode 100644 drivers/char/briq_panel.c

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

end of thread, other threads:[~2006-07-10 13:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-07 11:29 patches added to powerpc.git tree Paul Mackerras
2006-07-07 11:39 ` Johannes Berg
2006-07-10 12:36   ` Paul Mackerras
2006-07-10 13:00     ` Johannes Berg
2006-07-10  3:05 ` Benjamin Herrenschmidt

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).