linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [git pull] Please pull powerpc.git master branch
@ 2008-04-25  0:19 Paul Mackerras
  0 siblings, 0 replies; 9+ messages in thread
From: Paul Mackerras @ 2008-04-25  0:19 UTC (permalink / raw)
  To: torvalds; +Cc: linuxppc-dev, akpm, linux-kernel

Linus,

Please do:

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

to get another powerpc update.  There are fixes for various problems
that have arisen plus a few patchsets that were not quite ready to go
when I sent the last pull request but now are.

Note that there are some generic changes to include/linux/sched.h and
init/main.c.  They are from a set of 3 patches from Ben H that Andrew
Morton acked and asked us to push through the powerpc tree.

Thanks,
Paul.

 Documentation/powerpc/booting-without-of.txt   |   11 
 MAINTAINERS                                    |   25 +
 arch/powerpc/Kconfig                           |   83 ++
 arch/powerpc/boot/.gitignore                   |    1 
 arch/powerpc/boot/Makefile                     |    2 
 arch/powerpc/boot/dts/canyonlands.dts          |   37 +
 arch/powerpc/boot/dts/glacier.dts              |   37 +
 arch/powerpc/boot/ns16550.c                    |    5 
 arch/powerpc/kernel/Makefile                   |    9 
 arch/powerpc/kernel/asm-offsets.c              |   11 
 arch/powerpc/kernel/cpu_setup_44x.S            |    1 
 arch/powerpc/kernel/cpu_setup_6xx.S            |    8 
 arch/powerpc/kernel/cputable.c                 |    4 
 arch/powerpc/kernel/head_fsl_booke.S           |   11 
 arch/powerpc/kernel/misc_32.S                  |    6 
 arch/powerpc/kernel/misc_64.S                  |   20 -
 arch/powerpc/kernel/of_platform.c              |    2 
 arch/powerpc/kernel/paca.c                     |   87 +-
 arch/powerpc/kernel/ppc32.h                    |    2 
 arch/powerpc/kernel/process.c                  |   31 +
 arch/powerpc/kernel/prom.c                     |    4 
 arch/powerpc/kernel/prom_init_check.sh         |   58 +
 arch/powerpc/kernel/ptrace32.c                 |   27 -
 arch/powerpc/kernel/setup_64.c                 |    5 
 arch/powerpc/kernel/stacktrace.c               |    1 
 arch/powerpc/kernel/udbg.c                     |    4 
 arch/powerpc/mm/fsl_booke_mmu.c                |    2 
 arch/powerpc/mm/hash_low_32.S                  |    4 
 arch/powerpc/mm/init_32.c                      |   13 
 arch/powerpc/mm/init_64.c                      |    3 
 arch/powerpc/mm/mem.c                          |   37 +
 arch/powerpc/mm/numa.c                         |    1 
 arch/powerpc/mm/pgtable_32.c                   |   23 +
 arch/powerpc/platforms/Kconfig                 |    1 
 arch/powerpc/platforms/Kconfig.cputype         |    4 
 arch/powerpc/platforms/Makefile                |    1 
 arch/powerpc/platforms/cell/Kconfig            |   13 
 arch/powerpc/platforms/cell/Makefile           |   20 -
 arch/powerpc/platforms/cell/axon_msi.c         |    6 
 arch/powerpc/platforms/cell/beat.c             |    2 
 arch/powerpc/platforms/cell/beat.h             |    0 
 arch/powerpc/platforms/cell/beat_htab.c        |    0 
 arch/powerpc/platforms/cell/beat_hvCall.S      |    0 
 arch/powerpc/platforms/cell/beat_interrupt.c   |    2 
 arch/powerpc/platforms/cell/beat_interrupt.h   |    0 
 arch/powerpc/platforms/cell/beat_iommu.c       |    0 
 arch/powerpc/platforms/cell/beat_smp.c         |    2 
 arch/powerpc/platforms/cell/beat_spu_priv1.c   |    0 
 arch/powerpc/platforms/cell/beat_syscall.h     |    0 
 arch/powerpc/platforms/cell/beat_udbg.c        |    0 
 arch/powerpc/platforms/cell/beat_wrapper.h     |    0 
 arch/powerpc/platforms/cell/celleb_pci.c       |   50 +
 arch/powerpc/platforms/cell/celleb_pci.h       |   19 
 arch/powerpc/platforms/cell/celleb_scc.h       |   87 ++
 arch/powerpc/platforms/cell/celleb_scc_epci.c  |   77 --
 arch/powerpc/platforms/cell/celleb_scc_pciex.c |  547 ++++++++++++++
 arch/powerpc/platforms/cell/celleb_scc_sio.c   |    0 
 arch/powerpc/platforms/cell/celleb_scc_uhc.c   |    2 
 arch/powerpc/platforms/cell/celleb_setup.c     |   12 
 arch/powerpc/platforms/cell/io-workarounds.c   |  358 +++------
 arch/powerpc/platforms/cell/io-workarounds.h   |   49 +
 arch/powerpc/platforms/cell/setup.c            |   43 +
 arch/powerpc/platforms/cell/spider-pci.c       |  184 +++++
 arch/powerpc/platforms/celleb/Kconfig          |   12 
 arch/powerpc/platforms/celleb/Makefile         |    9 
 arch/powerpc/platforms/celleb/io-workarounds.c |  280 -------
 arch/powerpc/platforms/iseries/exception.S     |   27 +
 arch/powerpc/platforms/ps3/os-area.c           |    1 
 arch/powerpc/platforms/pseries/Kconfig         |    5 
 arch/powerpc/platforms/pseries/Makefile        |    4 
 arch/powerpc/platforms/pseries/eeh.c           |    1 
 arch/powerpc/platforms/pseries/eeh_cache.c     |    1 
 arch/powerpc/platforms/pseries/firmware.c      |   10 
 arch/powerpc/platforms/pseries/iommu.c         |   39 -
 arch/powerpc/platforms/pseries/lpar.c          |   36 -
 arch/powerpc/platforms/pseries/ras.c           |    4 
 arch/powerpc/platforms/pseries/rtasd.c         |   14 
 arch/powerpc/platforms/pseries/scanlog.c       |   23 -
 arch/powerpc/platforms/pseries/setup.c         |   17 
 arch/powerpc/platforms/pseries/smp.c           |   11 
 arch/powerpc/platforms/pseries/xics.c          |    1 
 arch/powerpc/sysdev/mv64x60_dev.c              |   52 +
 arch/powerpc/sysdev/mv64x60_udbg.c             |    2 
 arch/ppc/8260_io/fcc_enet.c                    |   19 
 arch/ppc/8xx_io/enet.c                         |   23 -
 arch/ppc/Kconfig                               |   82 --
 arch/ppc/configs/ads8272_defconfig             |  930 ------------------------
 arch/ppc/configs/mpc86x_ads_defconfig          |  633 ----------------
 arch/ppc/configs/mpc885ads_defconfig           |  622 ----------------
 arch/ppc/kernel/ppc_ksyms.c                    |    1 
 arch/ppc/lib/string.S                          |   14 
 arch/ppc/platforms/Makefile                    |    4 
 arch/ppc/platforms/fads.h                      |   25 -
 arch/ppc/platforms/mpc8272ads_setup.c          |  367 ---------
 arch/ppc/platforms/mpc885ads.h                 |   93 --
 arch/ppc/platforms/mpc885ads_setup.c           |  476 ------------
 arch/ppc/platforms/pq2ads.c                    |   53 -
 arch/ppc/platforms/pq2ads.h                    |   94 --
 arch/ppc/platforms/pq2ads_pd.h                 |   32 -
 arch/ppc/syslib/m8260_setup.c                  |    6 
 arch/ppc/syslib/m82xx_pci.c                    |   38 -
 arch/ppc/syslib/m8xx_setup.c                   |   10 
 drivers/char/xilinx_hwicap/xilinx_hwicap.c     |    2 
 drivers/macintosh/windfarm_pm112.c             |    3 
 drivers/macintosh/windfarm_pm81.c              |    4 
 drivers/macintosh/windfarm_pm91.c              |    3 
 drivers/net/Kconfig                            |    1 
 drivers/of/of_i2c.c                            |    3 
 drivers/serial/of_serial.c                     |   14 
 include/asm-powerpc/fixmap.h                   |  106 +++
 include/asm-powerpc/highmem.h                  |   41 +
 include/asm-powerpc/io-defs.h                  |  101 +--
 include/asm-powerpc/io.h                       |    8 
 include/asm-powerpc/kdump.h                    |    5 
 include/asm-powerpc/paca.h                     |    1 
 include/asm-powerpc/page.h                     |   45 +
 include/asm-powerpc/page_32.h                  |    6 
 include/asm-powerpc/thread_info.h              |    8 
 include/asm-ppc/mmu.h                          |    2 
 include/asm-ppc/mpc8260.h                      |    4 
 include/asm-ppc/mpc8xx.h                       |    4 
 include/linux/sched.h                          |    2 
 init/main.c                                    |    7 
 123 files changed, 1923 insertions(+), 4572 deletions(-)
 create mode 100644 arch/powerpc/kernel/prom_init_check.sh
 rename arch/powerpc/platforms/{celleb/beat.c => cell/beat.c} (99%)
 rename arch/powerpc/platforms/{celleb/beat.h => cell/beat.h} (100%)
 rename arch/powerpc/platforms/{celleb/htab.c => cell/beat_htab.c} (100%)
 rename arch/powerpc/platforms/{celleb/hvCall.S => cell/beat_hvCall.S} (100%)
 rename arch/powerpc/platforms/{celleb/interrupt.c => cell/beat_interrupt.c} (99%)
 rename arch/powerpc/platforms/{celleb/interrupt.h => cell/beat_interrupt.h} (100%)
 rename arch/powerpc/platforms/{celleb/iommu.c => cell/beat_iommu.c} (100%)
 rename arch/powerpc/platforms/{celleb/smp.c => cell/beat_smp.c} (99%)
 rename arch/powerpc/platforms/{celleb/spu_priv1.c => cell/beat_spu_priv1.c} (100%)
 rename arch/powerpc/platforms/{celleb/beat_syscall.h => cell/beat_syscall.h} (100%)
 rename arch/powerpc/platforms/{celleb/udbg_beat.c => cell/beat_udbg.c} (100%)
 rename arch/powerpc/platforms/{celleb/beat_wrapper.h => cell/beat_wrapper.h} (100%)
 rename arch/powerpc/platforms/{celleb/pci.c => cell/celleb_pci.c} (93%)
 rename arch/powerpc/platforms/{celleb/pci.h => cell/celleb_pci.h} (73%)
 rename arch/powerpc/platforms/{celleb/scc.h => cell/celleb_scc.h} (68%)
 rename arch/powerpc/platforms/{celleb/scc_epci.c => cell/celleb_scc_epci.c} (86%)
 create mode 100644 arch/powerpc/platforms/cell/celleb_scc_pciex.c
 rename arch/powerpc/platforms/{celleb/scc_sio.c => cell/celleb_scc_sio.c} (100%)
 rename arch/powerpc/platforms/{celleb/scc_uhc.c => cell/celleb_scc_uhc.c} (99%)
 rename arch/powerpc/platforms/{celleb/setup.c => cell/celleb_setup.c} (97%)
 create mode 100644 arch/powerpc/platforms/cell/io-workarounds.h
 create mode 100644 arch/powerpc/platforms/cell/spider-pci.c
 delete mode 100644 arch/powerpc/platforms/celleb/Kconfig
 delete mode 100644 arch/powerpc/platforms/celleb/Makefile
 delete mode 100644 arch/powerpc/platforms/celleb/io-workarounds.c
 delete mode 100644 arch/ppc/configs/ads8272_defconfig
 delete mode 100644 arch/ppc/configs/mpc86x_ads_defconfig
 delete mode 100644 arch/ppc/configs/mpc885ads_defconfig
 delete mode 100644 arch/ppc/platforms/mpc8272ads_setup.c
 delete mode 100644 arch/ppc/platforms/mpc885ads.h
 delete mode 100644 arch/ppc/platforms/mpc885ads_setup.c
 delete mode 100644 arch/ppc/platforms/pq2ads.c
 delete mode 100644 arch/ppc/platforms/pq2ads.h
 delete mode 100644 arch/ppc/platforms/pq2ads_pd.h
 create mode 100644 include/asm-powerpc/fixmap.h

Adrian Bunk (2):
      [POWERPC] drivers/of/of_i2c.c: Add MODULE_LICENSE
      [POWERPC] char/xilinx_hwicap/ section fix

Benjamin Herrenschmidt (3):
      [POWERPC] Add thread_info_cache_init() weak hook
      [POWERPC] Fix kernel stack allocation alignment
      [POWERPC] Use __weak macro for smp_setup_processor_id

Christoph Hellwig (1):
      [POWERPC] Fix new warnings arising from stacktrace patch

Geoff Levand (1):
      [POWERPC] PS3: Fix gelic net module dependency

Grant Likely (1):
      [POWERPC] bootwrapper: fix build error on virtex405-head.S

Ishizaki Kou (9):
      [POWERPC] cell: Generalize io-workarounds code
      [POWERPC] celleb: Consolidate io-workarounds code
      [POWERPC] celleb: Move the files for celleb base support
      [POWERPC] celleb: Move the SCC related code for celleb
      [POWERPC] celleb: Move files for Beat hvcall interfaces
      [POWERPC] celleb: Move files for Beat mmu and iommu
      [POWERPC] celleb: Move a file for SPU on Beat
      [POWERPC] celleb: Move miscellaneous files for Beat
      [POWERPC] celleb: Add support for PCI Express

John Linn (2):
      [POWERPC] Xilinx: boot support for Xilinx uart 16550.
      [POWERPC] Xilinx: of_serial support for Xilinx uart 16550.

Josh Boyer (2):
      [POWERPC] 4xx: Fix duplicate phys_addr_t definition
      [POWERPC] Add strncmp to arch/ppc

Kay Sievers (1):
      [POWERPC] macintosh/windfarm: Fix platform driver hotplug/coldplug

Kumar Gala (9):
      [PPC] Remove mpc8272 ads board from arch/ppc
      [PPC] Remove mpc885ads and mpc86x ads boards from arch/ppc
      [POWERPC] ppc32: Fix errata for 603 CPUs
      [POWERPC] 85xx: Add support for relocatable kernel (and booting at non-zero)
      [POWERPC] Port fixmap from x86 and use for kmap_atomic
      [POWERPC] Clean up access to thread_info in assembly
      [POWERPC] Cleanup asm-offsets.c
      [POWERPC] Clean up misc_64.S
      [POWERPC] Add zImage.iseries to arch/powerpc/boot/.gitignore

Michael Ellerman (9):
      [POWERPC] Add include of linux/of.h to numa.c
      [POWERPC] Add include of linux/of.h to os-area.c
      [POWERPC] Discourage people from fiddling with kernel data from prom_init
      [POWERPC] Use of_get_next_parent() in platforms/cell/axon_msi.c
      [POWERPC] Set udbg_console index to 0
      [POWERPC] Mark udbg console as CON_ANYTIME, ie. callable early in boot
      [POWERPC] Register udbg console early on pseries LPAR
      [POWERPC] Convert from DBG() to pr_debug() in platforms/pseries/
      [POWERPC] Add CONFIG_PPC_PSERIES_DEBUG to enable debugging for platforms/pseries

Paul Mackerras (1):
      Revert "[POWERPC] Add compat handler for PTRACE_GETSIGINFO"

Remi Machet (3):
      [POWERPC] Use default values if necessary in mv64x60 I2C initialization
      [POWERPC] Initialize all mv64x60 devices even if one fails
      [POWERPC] Fix mv64x60 early console code to use cell-index property

Stefan Roese (2):
      [POWERPC] 4xx: Add NOR FLASH entries to Canyonlands and Glacier dts
      [POWERPC] 4xx: Fix 460GT support to not enable FPU

Timur Tabi (1):
      [POWERPC] Add Timur Tabi to the MAINTAINERS file

Tony Breeds (2):
      [POWERPC] Make iSeries spin on __secondary_hold_spinloop, like pSeries
      [POWERPC] Raise the upper limit of NR_CPUS and move the pacas into the BSS

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

* [git pull] Please pull powerpc.git master branch
@ 2008-04-29 11:29 Paul Mackerras
  2008-04-29 15:21 ` Linus Torvalds
  0 siblings, 1 reply; 9+ messages in thread
From: Paul Mackerras @ 2008-04-29 11:29 UTC (permalink / raw)
  To: torvalds; +Cc: linuxppc-dev, akpm, linux-kernel

Linus,

Please do:

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


There are 14 commits there that Andrew Morton sent to me to merge,
from Badari Pulavarty (memory hot-remove stuff) and Zhang Wei (RapidIO
patches).  Plus there are 5 other powerpc-related patches: a patch
from me adding a fast endian-switch system call, a patch from Kumar
Gala that lets 32-bit use separate stacks for hard and soft IRQs like
64-bit already does, a build fix from Tony Breeds, a patch from me to
make powerpc build OK if inline doesn't mean __always_inline, and a
thermal driver for one of the last G5 powermac models.

Thanks,
Paul.

Badari Pulavarty (3):
      [POWERPC] Hotplug memory remove notifications for powerpc
      [POWERPC] Update lmb data structures for hotplug memory add/remov=
e
      [POWERPC] Provide walk_memory_resource() for powerpc

Kumar Gala (1):
      [POWERPC] Add IRQSTACKS support on ppc32

Paul Mackerras (2):
      [POWERPC] Add fast little-endian switch system call
      [POWERPC] Use __always_inline for xchg* and cmpxchg*

Tony Breeds (1):
      [POWERPC] Fix building of pmac32 when CONFIG_NVRAM=3Dm

Zhang Wei (11):
      [RAPIDIO] Change RIO function mpc85xx_ to fsl_
      [RAPIDIO] Add RapidIO option to kernel configuration
      [RAPIDIO] Move include/asm-ppc/rio.h to asm-powerpc
      [RAPIDIO] Add RapidIO multi mport support
      [RAPIDIO] Add OF-tree support to RapidIO controller driver
      [RAPIDIO] Auto-probe the RapidIO system size
      [RAPIDIO] Add RapidIO node into MPC8641HPCN dts file
      [RAPIDIO] Add RapidIO node probing into MPC86xx_HPCN board id tab=
le
      [RAPIDIO] Add serial RapidIO controller support, which includes M=
PC8548, MPC8641
      [RAPIDIO] Add RapidIO connection info print out and re-training f=
or broken connections
      [RAPIDIO] Change RapidIO doorbell source and target ID field to 1=
6-bit

=C9tienne Bersac (1):
      [POWERPC] windfarm: Add PowerMac 12,1 support

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

* Re: [git pull] Please pull powerpc.git master branch
  2008-04-29 11:29 Paul Mackerras
@ 2008-04-29 15:21 ` Linus Torvalds
  0 siblings, 0 replies; 9+ messages in thread
From: Linus Torvalds @ 2008-04-29 15:21 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev, akpm, linux-kernel



On Tue, 29 Apr 2008, Paul Mackerras wrote:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git master

Umm, where did the diffstat go? I really want to see it to compare against 
what I get. I checked the shortlog and everything matches, but please, 
keep the diffstat coming too.

		Linus

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

* [git pull] Please pull powerpc.git master branch
@ 2008-04-30 10:31 Paul Mackerras
  0 siblings, 0 replies; 9+ messages in thread
From: Paul Mackerras @ 2008-04-30 10:31 UTC (permalink / raw)
  To: torvalds; +Cc: linuxppc-dev, akpm, linux-kernel

Linus,

Please do:

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

once more.  There are a bunch of updates for the embedded MPC5200
based platforms, some spufs updates for Cell, and two bug fixes from
Michael Ellerman.

Sorry about missing the diffstat last time.

Thanks,
Paul.

 .../powerpc/mpc52xx-device-tree-bindings.txt       |   12 
 arch/powerpc/boot/dts/cm5200.dts                   |   98 +-
 arch/powerpc/boot/dts/lite5200.dts                 |  132 +-
 arch/powerpc/boot/dts/lite5200b.dts                |  146 +-
 arch/powerpc/boot/dts/motionpro.dts                |  118 +-
 arch/powerpc/boot/dts/pcm030.dts                   |  363 ++++++
 arch/powerpc/boot/dts/tqm5200.dts                  |   80 +
 arch/powerpc/configs/52xx/cm5200_defconfig         | 1099 ++++++++++++++++++
 arch/powerpc/configs/52xx/lite5200b_defconfig      | 1049 +++++++++++++++++
 arch/powerpc/configs/52xx/motionpro_defconfig      | 1107 ++++++++++++++++++
 arch/powerpc/configs/52xx/pcm030_defconfig         | 1115 ++++++++++++++++++
 arch/powerpc/configs/52xx/tqm5200_defconfig        | 1214 ++++++++++++++++++++
 arch/powerpc/kernel/machine_kexec.c                |   12 
 arch/powerpc/kernel/setup_64.c                     |    9 
 arch/powerpc/platforms/52xx/Kconfig                |    6 
 arch/powerpc/platforms/52xx/Makefile               |    2 
 arch/powerpc/platforms/52xx/mpc5200_simple.c       |    1 
 arch/powerpc/platforms/52xx/mpc52xx_gpio.c         |  465 ++++++++
 arch/powerpc/platforms/52xx/mpc52xx_pic.c          |   38 +
 arch/powerpc/platforms/cell/spufs/.gitignore       |    2 
 arch/powerpc/platforms/cell/spufs/context.c        |    4 
 arch/powerpc/platforms/cell/spufs/file.c           |  166 +++
 arch/powerpc/platforms/cell/spufs/run.c            |    2 
 arch/powerpc/platforms/cell/spufs/sched.c          |    4 
 arch/powerpc/platforms/cell/spufs/spufs.h          |   33 +
 arch/powerpc/platforms/cell/spufs/sputrace.c       |   36 -
 drivers/net/fec_mpc52xx.c                          |   23 
 drivers/serial/mpc52xx_uart.c                      |    2 
 28 files changed, 7009 insertions(+), 329 deletions(-)
 create mode 100644 arch/powerpc/boot/dts/pcm030.dts
 create mode 100644 arch/powerpc/configs/52xx/cm5200_defconfig
 create mode 100644 arch/powerpc/configs/52xx/lite5200b_defconfig
 create mode 100644 arch/powerpc/configs/52xx/motionpro_defconfig
 create mode 100644 arch/powerpc/configs/52xx/pcm030_defconfig
 create mode 100644 arch/powerpc/configs/52xx/tqm5200_defconfig
 create mode 100644 arch/powerpc/platforms/52xx/mpc52xx_gpio.c
 create mode 100644 arch/powerpc/platforms/cell/spufs/.gitignore

Bartlomiej Sieka (1):
      [POWERPC] mpc5200: defconfigs for CM5200, Lite5200B, Motion-PRO and TQM5200

Christoph Hellwig (1):
      [POWERPC] spufs: add context switch notification log

Grant Likely (2):
      [POWERPC] mpc5200: Fix unterminated of_device_id table
      [POWERPC] mpc5200: Switch mpc5200 dts files to dts-v1 format

Julio M. Merino Vidal (4):
      [POWERPC] spufs: add sputrace marker parameter names
      [POWERPC] spufs: add marker for destroy_spu_context
      [POWERPC] spufs: fix marker name for find_victim
      [POWERPC] spufs: trace spu_acquire_saved events

Kumar Gala (1):
      [POWERPC] spufs: add .gitignore for spu_save_dump.h & spu_restore_dump.h

Michael Ellerman (2):
      [POWERPC] Make emergency stack safe for current_thread_info() use
      [POWERPC] Fix crashkernel= handling when no crashkernel= specified

Sascha Hauer (2):
      [POWERPC] mpc5200: add interrupt type function
      [POWERPC] mpc5200: Fix FEC error handling on FIFO errors

s.hauer@pengutronix.de (2):
      [POWERPC] mpc5200: add gpiolib support for mpc5200
      [POWERPC] mpc5200: add Phytec pcm030 board support

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

* [git pull] Please pull powerpc.git master branch
@ 2008-05-02  5:56 Paul Mackerras
  2008-05-02  6:20 ` Kumar Gala
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Paul Mackerras @ 2008-05-02  5:56 UTC (permalink / raw)
  To: torvalds; +Cc: linuxppc-dev, akpm, linux-kernel

Linus,

Please do:

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

With the exception of one commit from Grant Likely, these are all
fixes for various bugs and compile problems, or documentation
updates.  The one from Grant is something that has been around for a
month or so and only affects MPC5200-based embedded platforms.

Thanks,
Paul.

 .../powerpc/mpc52xx-device-tree-bindings.txt       |   11 ++
 arch/powerpc/boot/dts/mpc8610_hpcd.dts             |   23 +++
 arch/powerpc/configs/ps3_defconfig                 |  132 +++++++++++++-------
 arch/powerpc/kernel/smp.c                          |    2 
 arch/powerpc/mm/slb.c                              |   27 ++--
 arch/powerpc/platforms/ps3/interrupt.c             |    6 -
 arch/powerpc/sysdev/fsl_rio.c                      |    9 +
 arch/powerpc/sysdev/fsl_soc.c                      |    4 -
 arch/powerpc/sysdev/xilinx_intc.c                  |    2 
 drivers/char/xilinx_hwicap/xilinx_hwicap.c         |    6 -
 drivers/net/fec_mpc52xx.c                          |   97 +++++++++++----
 drivers/net/fec_mpc52xx.h                          |   19 ---
 drivers/ps3/ps3-lpm.c                              |    1 
 drivers/ps3/ps3-sys-manager.c                      |    7 -
 drivers/serial/mpc52xx_uart.c                      |    2 
 include/asm-powerpc/ps3.h                          |    3 
 include/linux/rio.h                                |    2 
 17 files changed, 231 insertions(+), 122 deletions(-)

Andrew Liu (1):
      Fix a potential issue in mpc52xx uart driver

Anton Vorontsov (1):
      [POWERPC] 86xx: mpc8610_hpcd: add support for PCI Express x8 slot

Becky Bruce (1):
      [POWERPC] Squash build warning for print of resource_size_t in fsl_soc.c

FUJITA Tomonori (1):
      [POWERPC] PS3: Add time include to lpm

Geert Uytterhoeven (1):
      [POWERPC] PS3: Make ps3_virq_setup and ps3_virq_destroy static

Geoff Levand (3):
      [POWERPC] Fix slb.c compile warnings
      [POWERPC] PS3: Remove unsupported wakeup sources
      [POWERPC] PS3: Update ps3_defconfig

Grant Likely (1):
      [POWERPC] mpc5200: Allow for fixed speed MII configurations

Jason Jin (1):
      [POWERPC] 86xx: Fix the wrong serial1 interrupt for 8610 board

Kumar Gala (1):
      [POWERPC] Xilinx: Fix compile warnings

Paul Mackerras (1):
      [POWERPC] Bolt in SLB entry for kernel stack on secondary cpus

Randy Dunlap (1):
      [RAPIDIO] fix current kernel-doc notation

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

* Re: [git pull] Please pull powerpc.git master branch
  2008-05-02  5:56 [git pull] Please pull powerpc.git master branch Paul Mackerras
@ 2008-05-02  6:20 ` Kumar Gala
  2008-05-02 13:35 ` Grant Likely
  2008-05-02 15:19 ` Linus Torvalds
  2 siblings, 0 replies; 9+ messages in thread
From: Kumar Gala @ 2008-05-02  6:20 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev@ozlabs.org list

Paul,

Any plans to start applying some patches to powerpc-next (for .27)?   
For example, your NAP patch?  the devres_ioremap_prot patch.

- k

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

* Re: [git pull] Please pull powerpc.git master branch
  2008-05-02  5:56 [git pull] Please pull powerpc.git master branch Paul Mackerras
  2008-05-02  6:20 ` Kumar Gala
@ 2008-05-02 13:35 ` Grant Likely
  2008-05-02 15:19 ` Linus Torvalds
  2 siblings, 0 replies; 9+ messages in thread
From: Grant Likely @ 2008-05-02 13:35 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev, akpm, torvalds, linux-kernel

On Thu, May 1, 2008 at 11:56 PM, Paul Mackerras <paulus@samba.org> wrote:
> Linus,
>
>  Please do:
>
>  git pull \
>  git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git master

Hmmm; none of these commits appear in your public git server ATM.  Top
of tree is still "[POWERPC] Fix crashkernel= handling when no
crashkernel" from 2 days ago.

http://git.kernel.org/?p=linux/kernel/git/paulus/powerpc.git;a=summary

Cheers,
g.

>
>  With the exception of one commit from Grant Likely, these are all
>  fixes for various bugs and compile problems, or documentation
>  updates.  The one from Grant is something that has been around for a
>  month or so and only affects MPC5200-based embedded platforms.
>
>  Thanks,
>  Paul.
>
>   .../powerpc/mpc52xx-device-tree-bindings.txt       |   11 ++
>   arch/powerpc/boot/dts/mpc8610_hpcd.dts             |   23 +++
>   arch/powerpc/configs/ps3_defconfig                 |  132 +++++++++++++-------
>   arch/powerpc/kernel/smp.c                          |    2
>   arch/powerpc/mm/slb.c                              |   27 ++--
>   arch/powerpc/platforms/ps3/interrupt.c             |    6 -
>   arch/powerpc/sysdev/fsl_rio.c                      |    9 +
>   arch/powerpc/sysdev/fsl_soc.c                      |    4 -
>   arch/powerpc/sysdev/xilinx_intc.c                  |    2
>   drivers/char/xilinx_hwicap/xilinx_hwicap.c         |    6 -
>   drivers/net/fec_mpc52xx.c                          |   97 +++++++++++----
>   drivers/net/fec_mpc52xx.h                          |   19 ---
>   drivers/ps3/ps3-lpm.c                              |    1
>   drivers/ps3/ps3-sys-manager.c                      |    7 -
>   drivers/serial/mpc52xx_uart.c                      |    2
>   include/asm-powerpc/ps3.h                          |    3
>   include/linux/rio.h                                |    2
>   17 files changed, 231 insertions(+), 122 deletions(-)
>
>  Andrew Liu (1):
>       Fix a potential issue in mpc52xx uart driver
>
>  Anton Vorontsov (1):
>       [POWERPC] 86xx: mpc8610_hpcd: add support for PCI Express x8 slot
>
>  Becky Bruce (1):
>       [POWERPC] Squash build warning for print of resource_size_t in fsl_soc.c
>
>  FUJITA Tomonori (1):
>       [POWERPC] PS3: Add time include to lpm
>
>  Geert Uytterhoeven (1):
>       [POWERPC] PS3: Make ps3_virq_setup and ps3_virq_destroy static
>
>  Geoff Levand (3):
>       [POWERPC] Fix slb.c compile warnings
>       [POWERPC] PS3: Remove unsupported wakeup sources
>       [POWERPC] PS3: Update ps3_defconfig
>
>  Grant Likely (1):
>       [POWERPC] mpc5200: Allow for fixed speed MII configurations
>
>  Jason Jin (1):
>       [POWERPC] 86xx: Fix the wrong serial1 interrupt for 8610 board
>
>  Kumar Gala (1):
>       [POWERPC] Xilinx: Fix compile warnings
>
>  Paul Mackerras (1):
>       [POWERPC] Bolt in SLB entry for kernel stack on secondary cpus
>
>  Randy Dunlap (1):
>       [RAPIDIO] fix current kernel-doc notation
>
>  _______________________________________________
>  Linuxppc-dev mailing list
>  Linuxppc-dev@ozlabs.org
>  https://ozlabs.org/mailman/listinfo/linuxppc-dev
>



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

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

* Re: [git pull] Please pull powerpc.git master branch
  2008-05-02  5:56 [git pull] Please pull powerpc.git master branch Paul Mackerras
  2008-05-02  6:20 ` Kumar Gala
  2008-05-02 13:35 ` Grant Likely
@ 2008-05-02 15:19 ` Linus Torvalds
  2008-05-02 23:34   ` Paul Mackerras
  2 siblings, 1 reply; 9+ messages in thread
From: Linus Torvalds @ 2008-05-02 15:19 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev, akpm, linux-kernel



On Fri, 2 May 2008, Paul Mackerras wrote:
> 
> git pull \
> git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git master

"Already up-to-date."

Forgot to push?

		Linus

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

* Re: [git pull] Please pull powerpc.git master branch
  2008-05-02 15:19 ` Linus Torvalds
@ 2008-05-02 23:34   ` Paul Mackerras
  0 siblings, 0 replies; 9+ messages in thread
From: Paul Mackerras @ 2008-05-02 23:34 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linuxppc-dev, akpm, linux-kernel

Linus Torvalds writes:

> On Fri, 2 May 2008, Paul Mackerras wrote:
> > 
> > git pull \
> > git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git master
> 
> "Already up-to-date."
> 
> Forgot to push?

Yep. :(

Try again now.

Thanks,
Paul.

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

end of thread, other threads:[~2008-05-02 23:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-02  5:56 [git pull] Please pull powerpc.git master branch Paul Mackerras
2008-05-02  6:20 ` Kumar Gala
2008-05-02 13:35 ` Grant Likely
2008-05-02 15:19 ` Linus Torvalds
2008-05-02 23:34   ` Paul Mackerras
  -- strict thread matches above, loose matches on Subject: below --
2008-04-30 10:31 Paul Mackerras
2008-04-29 11:29 Paul Mackerras
2008-04-29 15:21 ` Linus Torvalds
2008-04-25  0:19 Paul Mackerras

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