Re: Patches added to for-2.6.25/master branches of powerpc.git

2008-01-26 Thread Kumar Gala

On Jan 26, 2008, at 12:16 AM, Paul Mackerras wrote:

> This includes commits pulled from Josh Boyer, Kumar Gala, Grant
> Likely, and Olof Johansson.  I reverted the "Fake NUMA emulation for
> PowerPC" commit because it changed behaviour even when the fake numa
> command-line option wasn't given.
>
> I'll be asking Linus to pull within the next few days, so please
> remind me about anything else that should go in 2.6.25.
>
> Paul.

I've got a bunch of patches queued up in my tree that I'll ask you to  
pull in the next day or so.

- k

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


Re: Patches added to for-2.6.25/master branches of powerpc.git

2008-01-26 Thread Josh Boyer
On Sat, 26 Jan 2008 17:16:38 +1100
Paul Mackerras <[EMAIL PROTECTED]> wrote:

> This includes commits pulled from Josh Boyer, Kumar Gala, Grant
> Likely, and Olof Johansson.  I reverted the "Fake NUMA emulation for
> PowerPC" commit because it changed behaviour even when the fake numa
> command-line option wasn't given.
> 
> I'll be asking Linus to pull within the next few days, so please
> remind me about anything else that should go in 2.6.25.

I have a couple patches that depend on the netdev and USB
trees being merged first.  And I'm sure we'll have some bug fix patches
at some point to deal with the clash-o-git trees that seems to be
coming.

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


Re: Patches added to for-2.6.25/master branches of powerpc.git

2008-01-26 Thread Grant Likely
Paul, please pull the following mpc52xx changes.

Also, I'd like to have the following patch picked up, but I'm a bit
nervous about it.  Kumar has said it looks good, but I'm still not
100% sure about eliminating the KBUILD_IMAGE and BOOTIMAGE variables.
I *think* it's safe, but I'm not a build system expert.

http://patchwork.ozlabs.org/linuxppc/patch?person=486&id=16264

Cheers,
g.

The following changes since commit 55852bed57a97b08ab56028f1054d48d45de3aec:
  Paul Mackerras (1):
Revert "[POWERPC] Fake NUMA emulation for PowerPC"

are available in the git repository at:

  git://git.secretlab.ca/git/linux-2.6-mpc52xx.git for-2.6.25

Grant Likely (6):
  [POWERPC] mpc52xx: clean up Kconfig
  [POWERPC] mpc5200: normalize compatible property bindings
  [POWERPC] mpc5200: make dts files conform to generic names
recommended practice
  [POWERPC] Efika: prune fixups and make them more carefull
  [POWERPC] Add common clock setting routine mpc52xx_psc_set_clkdiv()
  [POWERPC] mpc52xx_psc_spi device driver must not touch port_config and cdm

Paul Gortmaker (1):
  [POWERPC] mpc5200: add #address-cells and #size-cells to soc node.

 arch/powerpc/boot/dts/cm5200.dts |   60 +--
 arch/powerpc/boot/dts/lite5200.dts   |   96 +++--
 arch/powerpc/boot/dts/lite5200b.dts  |   93 +++-
 arch/powerpc/boot/dts/motionpro.dts  |   68 +---
 arch/powerpc/boot/dts/tqm5200.dts|   45 -
 arch/powerpc/boot/serial.c   |2 +-
 arch/powerpc/kernel/prom_init.c  |  149 ++
 arch/powerpc/platforms/52xx/Kconfig  |   41 +++-
 arch/powerpc/platforms/52xx/efika.c  |3 +
 arch/powerpc/platforms/52xx/lite5200.c   |   28 --
 arch/powerpc/platforms/52xx/lite5200_pm.c|9 ++-
 arch/powerpc/platforms/52xx/mpc5200_simple.c |6 +-
 arch/powerpc/platforms/52xx/mpc52xx_common.c |  117 -
 arch/powerpc/platforms/52xx/mpc52xx_pci.c|   10 ++-
 arch/powerpc/platforms/52xx/mpc52xx_pic.c|   16 +++-
 arch/powerpc/platforms/52xx/mpc52xx_pm.c |9 ++-
 arch/powerpc/sysdev/bestcomm/bestcomm.c  |   16 ++-
 arch/ppc/syslib/mpc52xx_setup.c  |   36 ++
 drivers/ata/pata_mpc52xx.c   |6 +-
 drivers/net/fec_mpc52xx.c|6 +-
 drivers/net/fec_mpc52xx_phy.c|8 +-
 drivers/serial/mpc52xx_uart.c|4 +-
 drivers/spi/mpc52xx_psc_spi.c|   82 +-
 drivers/usb/host/ohci-ppc-of.c   |2 +
 include/asm-powerpc/mpc52xx.h|9 +-
 25 files changed, 478 insertions(+), 443 deletions(-)

-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re: Patches added to for-2.6.25/master branches of powerpc.git

2008-01-26 Thread Jon Smirl
On 1/26/08, Grant Likely <[EMAIL PROTECTED]> wrote:
> Grant Likely (6):
>   [POWERPC] mpc52xx: clean up Kconfig
>   [POWERPC] mpc5200: normalize compatible property bindings
>   [POWERPC] mpc5200: make dts files conform to generic names
> recommended practice
>   [POWERPC] Efika: prune fixups and make them more carefull
>   [POWERPC] Add common clock setting routine mpc52xx_psc_set_clkdiv()
>   [POWERPC] mpc52xx_psc_spi device driver must not touch port_config and 
> cdm

Does this fix these warnings...

  CC  drivers/spi/mpc52xx_psc_spi.o
drivers/spi/mpc52xx_psc_spi.c: In function 'mpc52xx_psc_spi_activate_cs':
drivers/spi/mpc52xx_psc_spi.c:110: warning: passing argument 1 of
'in_be16' from incompatible pointer type
drivers/spi/mpc52xx_psc_spi.c:116: warning: passing argument 1 of
'out_be16' from incompatible pointer type
drivers/spi/mpc52xx_psc_spi.c: In function 'mpc52xx_psc_spi_port_config':
drivers/spi/mpc52xx_psc_spi.c:417: warning: passing argument 1 of
'out_be16' from incompatible pointer type




-- 
Jon Smirl
[EMAIL PROTECTED]
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re: Patches added to for-2.6.25/master branches of powerpc.git

2008-01-26 Thread Michael Ellerman
On Sat, 2008-01-26 at 17:16 +1100, Paul Mackerras wrote:
> This includes commits pulled from Josh Boyer, Kumar Gala, Grant
> Likely, and Olof Johansson.  I reverted the "Fake NUMA emulation for
> PowerPC" commit because it changed behaviour even when the fake numa
> command-line option wasn't given.
> 
> I'll be asking Linus to pull within the next few days, so please
> remind me about anything else that should go in 2.6.25.

Can you grab these four assuming there's no objections in the meantime.

http://patchwork.ozlabs.org/linuxppc/patch?q=ellerman&id=16430
http://patchwork.ozlabs.org/linuxppc/patch?q=ellerman&id=16433
http://patchwork.ozlabs.org/linuxppc/patch?q=ellerman&id=16434
http://patchwork.ozlabs.org/linuxppc/patch?q=ellerman&id=16437

cheers

-- 
Michael Ellerman
OzLabs, IBM Australia Development Lab

wwweb: http://michael.ellerman.id.au
phone: +61 2 6212 1183 (tie line 70 21183)

We do not inherit the earth from our ancestors,
we borrow it from our children. - S.M.A.R.T Person


signature.asc
Description: This is a digitally signed message part
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: Patches added to for-2.6.25/master branches of powerpc.git

2008-01-28 Thread Arnd Bergmann
On Sunday 27 January 2008, Michael Ellerman wrote:
> Can you grab these four assuming there's no objections in the meantime.
> 
> http://patchwork.ozlabs.org/linuxppc/patch?q=ellerman&id=16430
> http://patchwork.ozlabs.org/linuxppc/patch?q=ellerman&id=16433
> http://patchwork.ozlabs.org/linuxppc/patch?q=ellerman&id=16434
> http://patchwork.ozlabs.org/linuxppc/patch?q=ellerman&id=16437
> 

Yes, they all look good to me, you can add an
'Acked-by: Arnd Bergmann <[EMAIL PROTECTED]>' if you like.

What about your other series that adds the linear iommu mapping
for cell blades? Are you still waiting for more feedback and
testing on that, or can it also go in?

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


Re: Patches added to for-2.6.25/master branches of powerpc.git

2008-01-28 Thread Michael Ellerman
On Mon, 2008-01-28 at 21:19 +0100, Arnd Bergmann wrote:
> On Sunday 27 January 2008, Michael Ellerman wrote:
> > Can you grab these four assuming there's no objections in the meantime.
> > 
> > http://patchwork.ozlabs.org/linuxppc/patch?q=ellerman&id=16430
> > http://patchwork.ozlabs.org/linuxppc/patch?q=ellerman&id=16433
> > http://patchwork.ozlabs.org/linuxppc/patch?q=ellerman&id=16434
> > http://patchwork.ozlabs.org/linuxppc/patch?q=ellerman&id=16437
> > 
> 
> Yes, they all look good to me, you can add an
> 'Acked-by: Arnd Bergmann <[EMAIL PROTECTED]>' if you like.
> 
> What about your other series that adds the linear iommu mapping
> for cell blades? Are you still waiting for more feedback and
> testing on that, or can it also go in?

I'd like to clean it up a bit, split the big patch up a bit. I'll try to
do that today or tomorrow. And more testing would definitely be good,
but that's a little tricky from LCA :)

cheers

-- 
Michael Ellerman
OzLabs, IBM Australia Development Lab

wwweb: http://michael.ellerman.id.au
phone: +61 2 6212 1183 (tie line 70 21183)

We do not inherit the earth from our ancestors,
we borrow it from our children. - S.M.A.R.T Person


signature.asc
Description: This is a digitally signed message part
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev