Please pull powerpc.git master branch

2 messages, 1 author, 2007-02-18 · open the first message on its own page

Please pull powerpc.git master branch

From: Paul Mackerras <hidden>
Date: 2007-02-17 12:15:13

Linus,

Please do:

git pull \
git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git

The commits there are mostly minor bug fixes and cleanups.

Thanks,
Paul.

 Documentation/powerpc/booting-without-of.txt |   14 -
 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/configs/ppc64_defconfig         |    4 
 arch/powerpc/configs/pseries_defconfig       |    4 
 arch/powerpc/kernel/prom.c                   |    1 
 arch/powerpc/kernel/prom_parse.c             |   40 ++
 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/Makefile      |    2 
 arch/powerpc/platforms/pseries/power.c       |   87 ++++
 arch/powerpc/platforms/pseries/pseries.h     |    7 
 arch/powerpc/platforms/pseries/setup.c       |   30 +
 arch/powerpc/sysdev/Makefile                 |    1 
 arch/powerpc/sysdev/fsl_soc.c                |   19 -
 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/serial/mpc52xx_uart.c                |    4 
 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/prom.h                   |    2 
 include/asm-powerpc/ps3.h                    |   27 -
 43 files changed, 1605 insertions(+), 220 deletions(-)
 create mode 100644 arch/powerpc/platforms/pseries/power.c
 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

Manish Ahuja (1):
      [POWERPC] pseries: Enabling auto poweron after power is restored.

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

Olaf Hering (1):
      [POWERPC] use winbond libata instead of ide driver for pseries CD drives

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

Stuart Yoder (1):
      [POWERPC] powerpc: remove references to the obsolete linux,platform property

Sylvain Munaut (1):
      [POWERPC] Dispose irq mapping when done in mpc52xx_serial.c

Timur Tabi (2):
      [POWERPC] Delete boot-cpu property from all DTS files
      [POWERPC] add of_get_mac_address and update fsl_soc.c to use it

Re: Please pull powerpc.git master branch

From: Paul Mackerras <hidden>
Date: 2007-02-18 22:54:06

Linus,

I wrote:
Please do:

git pull \
git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git

The commits there are mostly minor bug fixes and cleanups.
I just pulled a set of embedded powerpc updates from Kumar Gala and
pushed them to my tree, so when you do the pull you'll also see the
commits below (assuming the mirroring has caught up :).

Thanks,
Paul.

 arch/powerpc/boot/dts/mpc8313erdb.dts      |   62 ++++-----
 arch/powerpc/boot/dts/mpc832x_mds.dts      |  119 ++++++++---------
 arch/powerpc/boot/dts/mpc8349emitx.dts     |   60 ++++-----
 arch/powerpc/boot/dts/mpc8349emitxgp.dts   |   39 +++---
 arch/powerpc/boot/dts/mpc834x_mds.dts      |  164 ++++++++++++------------
 arch/powerpc/boot/dts/mpc836x_mds.dts      |  123 ++++++++----------
 arch/powerpc/boot/dts/mpc8540ads.dts       |  142 ++++++++++-----------
 arch/powerpc/boot/dts/mpc8541cds.dts       |  108 +++++++---------
 arch/powerpc/boot/dts/mpc8548cds.dts       |  129 ++++++++-----------
 arch/powerpc/boot/dts/mpc8555cds.dts       |  108 +++++++---------
 arch/powerpc/boot/dts/mpc8560ads.dts       |  157 ++++++++++-------------
 arch/powerpc/boot/dts/mpc8568mds.dts       |   96 ++++++--------
 arch/powerpc/boot/dts/mpc8641_hpcn.dts     |  193 ++++++++++++----------------
 arch/powerpc/configs/mpc832x_mds_defconfig |    0 
 arch/powerpc/configs/mpc836x_mds_defconfig |   29 +++-
 arch/powerpc/configs/mpc8568mds_defconfig  |   32 ++++-
 arch/powerpc/platforms/83xx/Kconfig        |    8 +
 arch/powerpc/platforms/83xx/Makefile       |    2 
 arch/powerpc/platforms/83xx/mpc8313_rdb.c  |   11 --
 arch/powerpc/platforms/83xx/mpc832x_mds.c  |   65 ++-------
 arch/powerpc/platforms/83xx/mpc834x_itx.c  |   23 ---
 arch/powerpc/platforms/83xx/mpc834x_mds.c  |   27 +---
 arch/powerpc/platforms/83xx/mpc836x_mds.c  |   97 +++++---------
 arch/powerpc/platforms/85xx/Kconfig        |    8 +
 arch/powerpc/platforms/85xx/Makefile       |    2 
 arch/powerpc/platforms/85xx/mpc85xx_ads.c  |   14 --
 arch/powerpc/platforms/85xx/mpc85xx_cds.c  |   15 --
 arch/powerpc/platforms/85xx/mpc85xx_mds.c  |   46 ++-----
 arch/powerpc/platforms/86xx/mpc86xx_hpcn.c |    9 -
 arch/powerpc/sysdev/qe_lib/ucc_fast.c      |  163 +++++++++---------------
 arch/powerpc/sysdev/qe_lib/ucc_slow.c      |  137 ++++++++------------
 include/asm-powerpc/ucc_slow.h             |    8 +
 32 files changed, 944 insertions(+), 1252 deletions(-)
 rename arch/powerpc/boot/dts/{mpc8323emds.dts => mpc832x_mds.dts} (78%)
 rename arch/powerpc/boot/dts/{mpc8360emds.dts => mpc836x_mds.dts} (79%)
 rename arch/powerpc/configs/{mpc832xemds_defconfig => mpc832x_mds_defconfig} (100%)
 rename arch/powerpc/configs/{mpc8360emds_defconfig => mpc836x_mds_defconfig} (97%)
 rename arch/powerpc/platforms/83xx/{mpc8360e_pb.c => mpc836x_mds.c} (67%)
 rename arch/powerpc/platforms/85xx/{mpc8568_mds.c => mpc85xx_mds.c} (85%)

Jon Loeliger (2):
      [POWERPC] 8[56]xx: Remove obsolete setting of ROOT_DEV for 85xx and 86xx platforms.
      [POWERPC] 86xx: Add missing of_node_put() in mpc86xx_hpcn_init_irq().

Kumar Gala (11):
      [POWERPC] 83xx: Cleaned up 83xx platform dts files
      [POWERPC] 83xx: Cleaning up machine probing and board initcalls
      [POWERPC] 83xx: Remove obsolete setting of ROOT_DEV.
      [POWERPC] 83xx: use default value of loops_per_jiffy
      [POWERPC] 83xx: Use of_platform_bus_probe to setup QE devices
      [POWERPC] 83xx: Updated and renamed MPC8360PB to MPC836x MDS
      [POWERPC] 83xx: Renamed MPC8323 MDS dts and defconfig to match other boards
      [POWERPC] 85xx: Cleaned up platform dts files
      [POWERPC] 85xx: Cleaning up machine probing
      [POWERPC] 85xx: Renamed MPC8568 MDS board code to match other boards
      [POWERPC] 86xx: Cleaned up platform dts files

Timur Tabi (1):
      [POWERPC] QE: clean up ucc_slow.c and ucc_fast.c
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help