Re: powerpc commits for 2.6.24

2007-10-12 Thread Stefan Roese
On Friday 12 October 2007, Josh Boyer wrote: > I added Stefan's latest patch set to my tree as well. They look good. Thanks Josh. Best regards, Stefan ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-de

Re: powerpc commits for 2.6.24

2007-10-11 Thread David Gibson
One more for you. This is preparation for the libfdt merge. Add memchr() to the bootwrapper This patch adds a memchr() implementation to the bootwrapper. libfdt will need this. Signed-off-by: David Gibson <[EMAIL PROTECTED]> Index: working-2.6/arch/powerpc/boot/string.S ==

Re: powerpc commits for 2.6.24

2007-10-11 Thread Michael Ellerman
On Fri, 2007-10-12 at 10:32 +1000, Paul Mackerras wrote: > Michael Ellerman writes: > > > Anything wrong with my patch "Fail early in lmb_remove_region()", it > > generated no comment .. > > Just seems a little unnecessary given that the function in question is > static, that's all... Yeah true.

Re: powerpc commits for 2.6.24

2007-10-11 Thread Paul Mackerras
Michael Ellerman writes: > Anything wrong with my patch "Fail early in lmb_remove_region()", it > generated no comment .. Just seems a little unnecessary given that the function in question is static, that's all... Paul. ___ Linuxppc-dev mailing list L

Re: powerpc commits for 2.6.24

2007-10-11 Thread Michael Ellerman
On Thu, 2007-10-11 at 22:30 +1000, Paul Mackerras wrote: > Below is the list of commits that I plan to ask Linus to pull > tomorrow. This is the last call for anything else or for objections > to any of these commits going in. These commits are in powerpc.git on > the master and for-2.6.24 branch

Re: powerpc commits for 2.6.24

2007-10-11 Thread Kumar Gala
On Oct 11, 2007, at 5:31 PM, Paul Mackerras wrote: > Kumar Gala writes: > >> I'm debugging one issue with MPC8560 that should get fixed today with >> a new pull request after I find the issue. > > There's no particular hurry for bug fixes. Already dealt with, mainly I was being stupid. >> Just

Re: powerpc commits for 2.6.24

2007-10-11 Thread Paul Mackerras
Kumar Gala writes: > I'm debugging one issue with MPC8560 that should get fixed today with > a new pull request after I find the issue. There's no particular hurry for bug fixes. > Just to clarify, are we closing 2.6.24 for new code after you send > Linus a pull request or are we still takin

Re: powerpc commits for 2.6.24

2007-10-11 Thread Josh Boyer
On Thu, 2007-10-11 at 07:47 -0500, Josh Boyer wrote: > On Thu, 2007-10-11 at 22:30 +1000, Paul Mackerras wrote: > > Below is the list of commits that I plan to ask Linus to pull > > tomorrow. This is the last call for anything else or for objections > > to any of these commits going in. These com

Re: powerpc commits for 2.6.24

2007-10-11 Thread Kumar Gala
On Oct 11, 2007, at 3:55 PM, Benjamin Herrenschmidt wrote: > > On Thu, 2007-10-11 at 07:52 -0500, Kumar Gala wrote: >>> Benjamin Herrenschmidt (3): >>> [POWERPC] Fix platinumfb framebuffer >>> [POWERPC] cell: Move cbe_regs.h to include/asm-powerpc/cell- >>> regs.h >>> [POWERPC]

Re: powerpc commits for 2.6.24

2007-10-11 Thread Benjamin Herrenschmidt
On Thu, 2007-10-11 at 07:52 -0500, Kumar Gala wrote: > > Benjamin Herrenschmidt (3): > > [POWERPC] Fix platinumfb framebuffer > > [POWERPC] cell: Move cbe_regs.h to include/asm-powerpc/cell- > > regs.h > > [POWERPC] cell: Add Cell memory controller register defs and > > expose

Re: powerpc commits for 2.6.24

2007-10-11 Thread Arnd Bergmann
On Thursday 11 October 2007, Timur Tabi wrote: > > Kumar Gala wrote: > > > Just to clarify, are we closing 2.6.24 for new code after you send   > > Linus a pull request or are we still taking things during the two   > > week merge window? > > I certainly hope the window isn't closed!  I need ano

Re: powerpc commits for 2.6.24

2007-10-11 Thread Olof Johansson
On Thu, Oct 11, 2007 at 10:30:05PM +1000, Paul Mackerras wrote: > Below is the list of commits that I plan to ask Linus to pull > tomorrow. This is the last call for anything else or for objections > to any of these commits going in. These commits are in powerpc.git on > the master and for-2.6.24

Re: powerpc commits for 2.6.24

2007-10-11 Thread Timur Tabi
Kumar Gala wrote: > Just to clarify, are we closing 2.6.24 for new code after you send > Linus a pull request or are we still taking things during the two > week merge window? I certainly hope the window isn't closed! I need another week to get my UART driver in. -- Timur Tabi Linux Kerne

Re: powerpc commits for 2.6.24

2007-10-11 Thread Grant Likely
On 10/11/07, Paul Mackerras <[EMAIL PROTECTED]> wrote: > Below is the list of commits that I plan to ask Linus to pull > tomorrow. This is the last call for anything else or for objections > to any of these commits going in. These commits are in powerpc.git on > the master and for-2.6.24 branches

Re: powerpc commits for 2.6.24

2007-10-11 Thread Grant Likely
On 10/11/07, Kumar Gala <[EMAIL PROTECTED]> wrote: > > Just to clarify, are we closing 2.6.24 for new code after you send > Linus a pull request or are we still taking things during the two > week merge window? And as a follow-on question; if you are closing for new code, will you still accept pat

Re: powerpc commits for 2.6.24

2007-10-11 Thread Kumar Gala
On Oct 11, 2007, at 7:30 AM, Paul Mackerras wrote: > Below is the list of commits that I plan to ask Linus to pull > tomorrow. This is the last call for anything else or for objections > to any of these commits going in. These commits are in powerpc.git on > the master and for-2.6.24 branches.

Re: powerpc commits for 2.6.24

2007-10-11 Thread Kumar Gala
On Oct 11, 2007, at 7:53 AM, Paul Mackerras wrote: > Kumar Gala writes: > >>> Wolfgang Denk (1): >>> [POWERPC] Disable vDSO support for ARCH=ppc where it's not >>> implemented >> >> Did I miss this getting posted to linuxppc-dev? > > It was posted yesterday, so if you didn't see it, I guess

Re: powerpc commits for 2.6.24

2007-10-11 Thread Paul Mackerras
Kumar Gala writes: > > Wolfgang Denk (1): > > [POWERPC] Disable vDSO support for ARCH=ppc where it's not > > implemented > > Did I miss this getting posted to linuxppc-dev? It was posted yesterday, so if you didn't see it, I guess you must have missed it. :) Paul. __

Re: powerpc commits for 2.6.24

2007-10-11 Thread Kumar Gala
> Benjamin Herrenschmidt (3): > [POWERPC] Fix platinumfb framebuffer > [POWERPC] cell: Move cbe_regs.h to include/asm-powerpc/cell- > regs.h > [POWERPC] cell: Add Cell memory controller register defs and > expose it Ben, your slacking :) > Wolfgang Denk (1): > [POWERPC]

Re: powerpc commits for 2.6.24

2007-10-11 Thread Josh Boyer
On Thu, 2007-10-11 at 22:30 +1000, Paul Mackerras wrote: > Below is the list of commits that I plan to ask Linus to pull > tomorrow. This is the last call for anything else or for objections > to any of these commits going in. These commits are in powerpc.git on > the master and for-2.6.24 branch