linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Paul Mackerras <paulus@samba.org>
To: linuxppc-dev@ozlabs.org
Subject: current patches in powerpc.git
Date: Fri, 16 Feb 2007 16:53:26 +1100	[thread overview]
Message-ID: <17877.18134.508118.257189@cargo.ozlabs.ibm.com> (raw)

I just committed the patches below to the powerpc.git master branch,
and I plan to ask Linus to pull them tomorrow.

Paul.

 Documentation/powerpc/booting-without-of.txt |    5 
 arch/powerpc/Kconfig                         |    9 
 arch/powerpc/boot/dts/kuroboxHD.dts          |    1 
 arch/powerpc/boot/dts/kuroboxHG.dts          |    1 
 arch/powerpc/boot/dts/mpc7448hpc2.dts        |    1 
 arch/powerpc/boot/dts/mpc8272ads.dts         |    1 
 arch/powerpc/boot/dts/mpc8323emds.dts        |    1 
 arch/powerpc/boot/dts/mpc8360emds.dts        |    1 
 arch/powerpc/boot/dts/mpc8560ads.dts         |    1 
 arch/powerpc/boot/dts/mpc8641_hpcn.dts       |    1 
 arch/powerpc/boot/dts/mpc866ads.dts          |    1 
 arch/powerpc/boot/dts/mpc885ads.dts          |    1 
 arch/powerpc/configs/cell_defconfig          |    1 
 arch/powerpc/kernel/prom.c                   |    1 
 arch/powerpc/mm/pgtable_64.c                 |    2 
 arch/powerpc/platforms/celleb/Makefile       |    3 
 arch/powerpc/platforms/celleb/setup.c        |    2 
 arch/powerpc/platforms/ps3/Kconfig           |   10 
 arch/powerpc/platforms/ps3/setup.c           |   27 +
 arch/powerpc/platforms/pseries/pseries.h     |    4 
 arch/powerpc/sysdev/Makefile                 |    1 
 arch/powerpc/sysdev/mpic.c                   |    2 
 arch/powerpc/sysdev/pmi.c                    |  305 +++++++++++++
 drivers/ps3/Makefile                         |    1 
 drivers/ps3/sys-manager.c                    |  604 ++++++++++++++++++++++++++
 drivers/ps3/vuart.c                          |  398 +++++++++++------
 drivers/ps3/vuart.h                          |   59 ++-
 drivers/serial/cpm_uart/cpm_uart_cpm2.c      |    2 
 drivers/usb/host/ehci-hcd.c                  |   19 +
 drivers/usb/host/ohci-hcd.c                  |   18 +
 include/asm-powerpc/atomic.h                 |   40 ++
 include/asm-powerpc/dcr-native.h             |    4 
 include/asm-powerpc/pmi.h                    |   67 +++
 include/asm-powerpc/ps3.h                    |   27 -
 34 files changed, 1428 insertions(+), 193 deletions(-)
 create mode 100644 arch/powerpc/sysdev/pmi.c
 create mode 100644 drivers/ps3/sys-manager.c
 create mode 100644 include/asm-powerpc/pmi.h

Benjamin Herrenschmidt (1):
      [POWERPC] Fix bug with early ioremap and 64k pages

Christian Krafft (1):
      [POWERPC] Add PMI driver for cell blade

Dave Jones (1):
      [POWERPC] Export of_find_property

David Gibson (1):
      [POWERPC] More DCR native fixups

Geoff Levand (3):
      [POWERPC] PS3: Vuart cleanups
      [POWERPC] PS3: Vuart add async read
      [POWERPC] PS3: System manager support

Ishizaki Kou (3):
      [POWERPC] celleb: fix CONFIG_KEXEC dependency
      [POWERPC] celleb: fix scc_uhc.c dependency
      [POWERPC] ps3: don't call ps3_system_bus_driver_register on other platforms

Johannes Berg (1):
      [POWERPC] mpic: set IPIs to be per-CPU

Mathieu Desnoyers (1):
      [POWERPC] atomic.h: Add atomic64 cmpxchg, xchg and add_unless to powerpc

Michael Ellerman (1):
      [POWERPC] Fix cut and paste breakage in arch/powerpc/platforms/pseries/pseries.h

Paul Gortmaker (1):
      [POWERPC] Fix compile failure in cpm_uart_cpm2

Timur Tabi (1):
      [POWERPC] Delete boot-cpu property from all DTS files

                 reply	other threads:[~2007-02-16  5:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=17877.18134.508118.257189@cargo.ozlabs.ibm.com \
    --to=paulus@samba.org \
    --cc=linuxppc-dev@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).