Re: Patches added to powerpc.git for-2.6.24 branch

2007-10-03 Thread Kumar Gala
> Jochen Friedrich (4): > [POWERPC] Fix copy'n'paste typo in commproc.c > [PPC] Fix cpm_dpram_addr returning phys mem instead of virt mem > [PPC] Compile fix for 8xx CPM Ehernet driver > [POWERPC] Fix cpm_uart driver > Some of these should already be Linus's tree (all but th

Re: Patches added to powerpc.git for-2.6.24 branch

2007-10-03 Thread Stephen Rothwell
On Wed, 3 Oct 2007 17:15:51 +1000 Stephen Rothwell <[EMAIL PROTECTED]> wrote: > > Would you also consider: > > [POWERPC] Prepare to remove of_platform_driver name > (http://patchwork.ozlabs.org/linuxppc/patch?id=13667) Also: [PATCH 07/11] [POWERPC] iSeries: missing newline in printk (http://patc

Re: Patches added to powerpc.git for-2.6.24 branch

2007-10-03 Thread Stephen Rothwell
On Wed, 3 Oct 2007 16:27:26 +1000 Paul Mackerras <[EMAIL PROTECTED]> wrote: > > Stephen Rothwell (5): > [POWERPC] Create and use CONFIG_WORD_SIZE > [POWERPC] Remove debug printk from vio_bus_init > [POWERPC] Simplify vio_bus_init a little for legacy iSeries > [POWERPC] Make

Patches added to powerpc.git for-2.6.24 branch

2007-10-02 Thread Paul Mackerras
Adrian Bunk (1): [POWERPC] Select proper defconfig for crosscompiles Aristeu Rozanski (1): [POWERPC] adbhid: Enable KEY_FN key reporting Arnd Bergmann (3): [POWERPC] add Kconfig option for optimizing for cell [POWERPC] Move embedded6xx into multiplatform [POWERPC] Fi

Re: Patches added to powerpc.git for-2.6.24 branch

2007-09-20 Thread Kumar Gala
On Sep 19, 2007, at 9:52 PM, Jeremy Kerr wrote: > > A couple more, if these are acceptable: > > [PATCH 1/2] cell: don't cast the result of of_get_property() > [PATCH 2/2] fsl/embedded6xx: don't cast the result of of_get_property I've picked up the fsl/embedded6xx. I'll leave cell to arnd or pau

Re: Patches added to powerpc.git for-2.6.24 branch

2007-09-19 Thread Jeremy Kerr
A couple more, if these are acceptable: [PATCH 1/2] cell: don't cast the result of of_get_property() [PATCH 2/2] fsl/embedded6xx: don't cast the result of of_get_property Cheers, Jeremy ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://oz

Patches added to powerpc.git for-2.6.24 branch

2007-09-19 Thread Paul Mackerras
Adrian Bunk (1): [POWERPC] Remove APUS support from arch/ppc Andre Detsch (1): [POWERPC] spufs: Fix race condition on gang->aff_ref_spu Anton Vorontsov (3): [POWERPC] QE: extern par_io_config_pin and par_io_data_set funcs [POWERPC] fsl_soc: add support for fsl_spi [P

Re: Patches added to powerpc.git for-2.6.24 branch

2007-09-13 Thread Michael Neuling
Paulus, Could you take this as well for 2.6.24? Remove barriers from the SLB shadow buffer update http://patchwork.ozlabs.org/linuxppc/patch?id=13116 Mikey In message <[EMAIL PROTECTED]> you wrote: > David Gibson (2): > [POWERPC] Move bootwrapper's strchr() and strncmp() from .h to st

Patches added to powerpc.git for-2.6.24 branch

2007-09-13 Thread Paul Mackerras
David Gibson (2): [POWERPC] Move bootwrapper's strchr() and strncmp() from .h to string.S [POWERPC] Document and implement an improved flash device binding for powerpc Geert Uytterhoeven (1): [POWERPC] PS3: Add new LV1 error codes Geoff Levand (1): [POWERPC] PS3: Enhance

Re: Patches added to powerpc.git for-2.6.24 branch

2007-08-22 Thread Kumar Gala
On Aug 22, 2007, at 5:39 PM, Arnd Bergmann wrote: > On Wednesday 22 August 2007, Kumar Gala wrote: >> I think we can all agree that the amiga*.h, zorro.h and traps.h can >> be ignored since they have to do with amiga/apus support. > > arch/powerpc/kernel/setup_32.c unconditionally #includes amig

Re: Patches added to powerpc.git for-2.6.24 branch

2007-08-22 Thread Arnd Bergmann
On Wednesday 22 August 2007, Kumar Gala wrote: > I think we can all agree that the amiga*.h, zorro.h and traps.h can   > be ignored since they have to do with amiga/apus support. arch/powerpc/kernel/setup_32.c unconditionally #includes , the rest looks unused indeed. Arnd <><

Re: Patches added to powerpc.git for-2.6.24 branch

2007-08-22 Thread Kumar Gala
On Aug 22, 2007, at 8:25 AM, Kumar Gala wrote: > How do we want to handle the include cleanup I've got. > > I know you'd like some way of showing it complete. Any ideas? So I did the following: 1. generate a file listing of asm-powerpc vs asm-ppc and diff them to find all files in asm-ppc no

Re: Patches added to powerpc.git for-2.6.24 branch

2007-08-22 Thread Timur Tabi
Kumar Gala wrote: > I think the clrsetbits macros needs some further cleanup. I think > Stephen mentioned doing something like we do for DEF_MMIO_OUT_BE() to > only have one 'actual' macro. Yeah I saw that one, but on IRC a few people said they don't like ##, so I decided against it. Are you

Re: Patches added to powerpc.git for-2.6.24 branch

2007-08-22 Thread Kumar Gala
On Aug 22, 2007, at 7:44 AM, Timur Tabi wrote: > Paul Mackerras wrote: > >> Scott Wood (15): >> [POWERPC] Add clrbits8 and setbits8 > > No love for my similar patch that adds the clrsetbits macros? Or > the one that changes immap_86xx.h? I think the clrsetbits macros needs some further c

Re: Patches added to powerpc.git for-2.6.24 branch

2007-08-22 Thread Kumar Gala
How do we want to handle the include cleanup I've got. I know you'd like some way of showing it complete. Any ideas? - k ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: Patches added to powerpc.git for-2.6.24 branch

2007-08-22 Thread Timur Tabi
Paul Mackerras wrote: > Scott Wood (15): > [POWERPC] Add clrbits8 and setbits8 No love for my similar patch that adds the clrsetbits macros? Or the one that changes immap_86xx.h? ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlab

Patches added to powerpc.git for-2.6.24 branch

2007-08-22 Thread Paul Mackerras
Josh Boyer (10): [POWERPC] Rename 4xx paths to 40x [POWERPC] 4xx Kconfig cleanup [POWERPC] Rename 44x bootwrapper [POWERPC] 4xx bootwrapper reworks [POWERPC] 40x MMU [POWERPC] 40x decrementer fixes [POWERPC] Fix 40x build [POWERPC] Bamboo DTS [P