Re: [git pull] Please pull from powerpc.git next branch

2008-10-15 Thread Benjamin Herrenschmidt
On Wed, 2008-10-15 at 10:41 +0200, Arnd Bergmann wrote:
 On Wednesday 15 October 2008, Robert Richter wrote:
  there are still these OProfile patches for powerpc pending:
  
  Carl Love (1):
powerpc/cell/oprofile: fix mutex locking for spu-oprofile
  
  Roel Kluin (1):
powerpc/cell/oprofile: vma_map: fix test on overlay_tbl_offset
  
  Can you or Paul send them upstream? You can pull from here:
  
  git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git 
  powerpc-for-paul
  
 
 The patch from Roel is already in there, with a slightly different
 subject line. The one from Carl is still missing.

I'll put it in my tree tomorrow, it will be in the second batch. For
lurkers, make sure that if you have a patch missing, it's resent and
shows up in patchwork. Some patches that missed the new patchwork
transition might have fallen off if paulus didn't pick them up before I
took over.

Cheers,
Ben.


___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re: [git pull] Please pull from powerpc.git next branch

2008-10-15 Thread Arnd Bergmann
On Wednesday 15 October 2008, Robert Richter wrote:
 there are still these OProfile patches for powerpc pending:
 
 Carl Love (1):
       powerpc/cell/oprofile: fix mutex locking for spu-oprofile
 
 Roel Kluin (1):
       powerpc/cell/oprofile: vma_map: fix test on overlay_tbl_offset
 
 Can you or Paul send them upstream? You can pull from here:
 
 git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git 
 powerpc-for-paul
 

The patch from Roel is already in there, with a slightly different
subject line. The one from Carl is still missing.

Arnd 
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re: [git pull] Please pull from powerpc.git next branch

2008-10-15 Thread Robert Richter
Ben,

there are still these OProfile patches for powerpc pending:

Carl Love (1):
  powerpc/cell/oprofile: fix mutex locking for spu-oprofile

Roel Kluin (1):
  powerpc/cell/oprofile: vma_map: fix test on overlay_tbl_offset

Can you or Paul send them upstream? You can pull from here:

git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git powerpc-for-paul

Thanks,

-Robert

On 15.10.08 12:16:36, Benjamin Herrenschmidt wrote:
 Hi Linus !
 
 Here's the powerpc main batch for 2.6.28. It's a bit late mostly due to both
 Paul and I being distracted by other things at the wrong time, and me trying
 to run some more tests ( fixing regressions) before sending it all to you.
 
 There's a bunch of stuff in there, most of it in arch/powerpc, but you'll
 notice a few things touching files out of it. Here's a short summary of
 these:
 
  - These are just a trivial change of CONFIG_PPC_MERGE - CONFIG_PPC
 since the former is no longer useful now that arch/ppc is gone
 
   drivers/block/floppy.c
   drivers/char/ipmi/ipmi_si_intf.c
   drivers/i2c/busses/i2c-pca-isa.c
   drivers/input/serio/i8042-io.h
   drivers/pnp/isapnp/core.c
   drivers/pnp/pnpbios/core.c
 
  - Some other trivial #include fixes for the move of of_device.h from
asm/ to linux/
 
   drivers/hwmon/ams/ams.h
   sound/aoa/soundbus/soundbus.h
 
  - The math-emu changes are two fold. Some trivial compile warning
fixes and some changes to improve exception reporting acked by
davem. Now powerpc uses the generic math-emu code too
 
  - Some powerpc specific drivers. They should all have appropriate acks
with the possible exception of the pata_of_platform.c one which I
merged in while jeff was away and hvc_console for which I believe
we are still maintainers of.
 
  - Some drivers/of additions that should (hopefully) be of no impact to
other users of the OF stuff
 
  - a procfs change removing our obsolete ppc_htab stuff
 
 And that should be it, hopefully I didn't miss anything :-) 
 
 I did a merge with your tree to fixup a couple of conflicts so it should
 be a smooth merge on your side.
 
 Cheers,
 Ben.
 
 The following changes since commit 8acd3a60bcca17c6d89c73cee3ad6057eb83ba1e:
   Linus Torvalds (1):
 Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux
 
 are available in the git repository at:
 
   git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git next
 
 Adrian Bunk (1):
   powerpc: Use bcd2bin/bin2bcd
 
 Anton Vorontsov (12):
   powerpc/83xx: mpc836x_mds: add support for the nor flash
   powerpc/fsl_soc: remove mpc83xx_wdt code
   OF: add fsl,mcu-mpc8349emitx to the exception list
   powerpc: Fix no interrupt handling in pata_of_platform
   of: Add new helper of_parse_phandles_with_args()
   powerpc/QE: move QE_GPIO Kconfig symbol into the platforms/Kconfig
   powerpc/83xx: don't probe broken PCI on mpc837x_mds boards
   powerpc/83xx: add DS1374 RTC support for the MPC837xE-MDS boards
   OF: add fsl,mcu-mpc8349emitx to the exception list
   i2c: MPC8349E-mITX Power Management and GPIO expander driver
   powerpc/83xx: add NAND support for the MPC8360E-RDK boards
   powerpc: fix fsl_upm nand driver modular build
 
 Becky Bruce (10):
   powerpc: Rename PTE_SIZE to HPTE_SIZE
   powerpc/85xx: fix build warning, remove silly cast
   cpm_uart: Pass actual dev ptr to dma_* in ucc and cpm_uart serial
   powerpc: Rename dma_64.c to dma.c
   powerpc: Move iommu dma ops from dma.c to dma-iommu.c
   powerpc: Drop archdata numa_node
   powerpc: Merge 32 and 64-bit dma code
   powerpc: Make dma_addr_t a u64 if CONFIG_PHYS_64BIT is set
   POWERPC: Allow 32-bit hashed pgtable code to support 36-bit physical
   powerpc: Drop redundant machine type print in show_cpuinfo
 
 Benjamin Herrenschmidt (16):
   powerpc: Turn get/set_hard_smp_proccessor_id into inlines
   powerpc: Expose PMCs  cache topology in sysfs on 32-bit
   Merge commit 'kumar/kumar-dma'
   Merge commit 'kumar/kumar-mmu'
   Merge commit 'jwb/jwb-next'
   powerpc: Fix sysfs pci mmap on 32-bit machines with 64-bit PCI
   Merge commit 'jk/jk-merge'
   Merge commit 'gcl/gcl-next'
   Merge commit 'kumar/kumar-next'
   powerpc: Fix DMA offset for non-coherent DMA
   powerpc/pci: Improve detection of unassigned bridge resources
   powerpc: Fix link errors on 32-bit machines using legacy DMA
   powerpc: Fix 32-bit SMP boot on CHRP
   powerpc/chrp: Fix detection of Python PCI host bridge on IBM CHRPs
   powerpc: Fix CHRP PCI config access for indirect_pci
   Merge commit 'origin'
 
 Chandru (1):
   powerpc: Add support for dynamic reconfiguration memory in kexec/kdump 
 kernels
 
 Christian Borntraeger (1):
   hvc_console: Fix free_irq in spinlocked section
 
 Christoph Hellwig (1):
   powerpc: Use sys_pause for 32-bit pause entry point