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

* Re: patches added to powerpc.git tree
  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  3:05 ` Benjamin Herrenschmidt
  1 sibling, 1 reply; 5+ messages in thread
From: Johannes Berg @ 2006-07-07 11:39 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 297 bytes --]

On Fri, 2006-07-07 at 21:29 +1000, Paul Mackerras wrote:

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

Thanks for picking this up.

I notice you haven't picked up Andreas' irq conversion fix, was that
intentional? Or did I miss it going in elsewhere?

Thanks,
johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

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

* Re: patches added to powerpc.git tree
  2006-07-07 11:29 patches added to powerpc.git tree Paul Mackerras
  2006-07-07 11:39 ` Johannes Berg
@ 2006-07-10  3:05 ` Benjamin Herrenschmidt
  1 sibling, 0 replies; 5+ messages in thread
From: Benjamin Herrenschmidt @ 2006-07-10  3:05 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev

On Fri, 2006-07-07 at 21:29 +1000, Paul Mackerras wrote:
> 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

Can you drop the last one please ? (The cpufreq support for Xserve). I
have a bug in there, I'll send a fixed version later today.

Cheers,
Ben.

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

* Re: patches added to powerpc.git tree
  2006-07-07 11:39 ` Johannes Berg
@ 2006-07-10 12:36   ` Paul Mackerras
  2006-07-10 13:00     ` Johannes Berg
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Mackerras @ 2006-07-10 12:36 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linuxppc-dev

Johannes Berg writes:

> I notice you haven't picked up Andreas' irq conversion fix, was that
> intentional? Or did I miss it going in elsewhere?

I assumed it would go via the alsa tree...

Do you want it to go via the powerpc tree?  I'm on vacation and 1000km
from home, so the latency would be pretty long. :)

Paul.

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

* Re: patches added to powerpc.git tree
  2006-07-10 12:36   ` Paul Mackerras
@ 2006-07-10 13:00     ` Johannes Berg
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Berg @ 2006-07-10 13:00 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 352 bytes --]

On Mon, 2006-07-10 at 22:36 +1000, Paul Mackerras wrote:

> I assumed it would go via the alsa tree...

It couldn't because it depends on stuff that isn't in the alsa tree.

> Do you want it to go via the powerpc tree?  I'm on vacation and 1000km
> from home, so the latency would be pretty long. :)

No, went through Andrew now.

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

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