Re: Commits added to powerpc.git next and master branches

2008-12-24 Thread Wolfram Sang
Hello Grant, On Sun, Dec 21, 2008 at 03:01:05AM -0700, Grant Likely wrote: Wolfram Sang (3): powerpc/mpc5200: Remove obsolete code from mpc5200 MDIO driver powerpc/mpc5200: add rts/cts handling in PSC UART driver powerpc/mpc5200: fix error paths in PSC UART probe function

Re: Commits added to powerpc.git next and master branches

2008-12-23 Thread Peter Korsgaard
Paul == Paul Mackerras pau...@samba.org writes: Hi, I still don't see 'make udbg 16550 boot console configurable for EMBEDDED' (http://patchwork.ozlabs.org/patch/15441/) - Please consider. -- Bye, Peter Korsgaard ___ Linuxppc-dev mailing list

Re: Commits added to powerpc.git next and master branches

2008-12-21 Thread Grant Likely
Hey Paul, Top of your -next tree fails with a stack overflow on the MPC5200 when attempting to mount an NFS rootfs (log below). I haven't had a chance to bisect yet, but I'm posting this in case someone has already seen and solved this. Cheers, g. Linux/PowerPC load:

Re: Commits added to powerpc.git next and master branches

2008-12-21 Thread Benjamin Herrenschmidt
On Sun, 2008-12-21 at 02:07 -0700, Grant Likely wrote: Hey Paul, Top of your -next tree fails with a stack overflow on the MPC5200 when attempting to mount an NFS rootfs (log below). I haven't had a chance to bisect yet, but I'm posting this in case someone has already seen and solved

Re: Commits added to powerpc.git next and master branches

2008-12-21 Thread Grant Likely
On Sun, Dec 21, 2008 at 2:32 AM, Benjamin Herrenschmidt b...@kernel.crashing.org wrote: On Sun, 2008-12-21 at 02:07 -0700, Grant Likely wrote: Hey Paul, Top of your -next tree fails with a stack overflow on the MPC5200 when attempting to mount an NFS rootfs (log below). I haven't had a

Re: Commits added to powerpc.git next and master branches

2008-12-21 Thread Benjamin Herrenschmidt
On Sun, 2008-12-21 at 20:32 +1100, Benjamin Herrenschmidt wrote: On Sun, 2008-12-21 at 02:07 -0700, Grant Likely wrote: Hey Paul, Top of your -next tree fails with a stack overflow on the MPC5200 when attempting to mount an NFS rootfs (log below). I haven't had a chance to bisect yet,

Re: Commits added to powerpc.git next and master branches

2008-12-21 Thread Grant Likely
Hi Paul, Here are a few more for you. These are all the MPC5200 patches that I've currently got in my queue and they are based off of your current -next tree. The first commit is Ben's fix for the missing blr instruction in _tlbia() which is critical to get in ASAP. Thanks, g. The following

Re: Commits added to powerpc.git next and master branches

2008-12-21 Thread Grant Likely
On Sun, Dec 21, 2008 at 2:40 AM, Benjamin Herrenschmidt b...@kernel.crashing.org wrote: On Sun, 2008-12-21 at 20:32 +1100, Benjamin Herrenschmidt wrote: On Sun, 2008-12-21 at 02:07 -0700, Grant Likely wrote: Hey Paul, Top of your -next tree fails with a stack overflow on the MPC5200 when

Re: Commits added to powerpc.git next and master branches

2008-12-21 Thread Paul Mackerras
Grant Likely writes: Here are a few more for you. These are all the MPC5200 patches that I've currently got in my queue and they are based off of your current -next tree. The first commit is Ben's fix for the missing blr instruction in _tlbia() which is critical to get in ASAP. Thanks,

Commits added to powerpc.git next and master branches

2008-12-20 Thread Paul Mackerras
Anton Vorontsov (3): of: Minor simplification for the of_parse_phandles_with_args() of: of_parse_phandles_with_args() learns to differentiate 'hole' cells of/gpio: Implement of_gpio_count() Benjamin Herrenschmidt (10): powerpc/4xx: Extended DCR support v2 powerpc/mm:

Re: More commits added to powerpc.git next and master branches

2008-12-16 Thread Paul Mackerras
Benjamin Herrenschmidt writes: Is there any reason you haven't been updating patchwork ? Or are you waiting for things in your -next branch to actually hit upstream ? Just an oversight. I have updated it now, at least for the patches I committed. Paul.

Re: More commits added to powerpc.git next and master branches

2008-12-16 Thread Benjamin Herrenschmidt
On Tue, 2008-12-16 at 20:01 +1100, Paul Mackerras wrote: Is there any reason you haven't been updating patchwork ? Or are you waiting for things in your -next branch to actually hit upstream ? Just an oversight. I have updated it now, at least for the patches I committed. Cool, thanks.

Re: More commits added to powerpc.git next and master branches

2008-12-16 Thread Peter Korsgaard
Paul == Paul Mackerras pau...@samba.org writes: Paul I have added the following commits to the next and master Paul branches of my powerpc.git tree (including commits pulled from Paul Kumar's tree). I have also pulled in Linus' current tree and Paul the 3 commits that I just asked him to

Re: More commits added to powerpc.git next and master branches

2008-12-16 Thread Josh Boyer
On Tue, Dec 16, 2008 at 04:10:34PM +1100, Paul Mackerras wrote: I have added the following commits to the next and master branches of my powerpc.git tree (including commits pulled from Kumar's tree). I have also pulled in Linus' current tree and the 3 commits that I just asked him to pull. I

Re: More commits added to powerpc.git next and master branches

2008-12-16 Thread Anton Vorontsov
Hi Paul, On Tue, Dec 16, 2008 at 04:10:34PM +1100, Paul Mackerras wrote: I have added the following commits to the next and master branches of my powerpc.git tree (including commits pulled from Kumar's tree). I have also pulled in Linus' current tree and the 3 commits that I just asked him

Re: More commits added to powerpc.git next and master branches

2008-12-16 Thread Paul Mackerras
Josh Boyer writes: I sent a pull request to you last week for my -next branch. It would be nice to get those included as well. Sorry... Pulled and pushed out now. Paul. ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org

More commits added to powerpc.git next and master branches

2008-12-15 Thread Paul Mackerras
I have added the following commits to the next and master branches of my powerpc.git tree (including commits pulled from Kumar's tree). I have also pulled in Linus' current tree and the 3 commits that I just asked him to pull. Paul. Anton Vorontsov (2): powerpc/qe: Move cmxgcr_lock

Re: More commits added to powerpc.git next and master branches

2008-12-15 Thread Benjamin Herrenschmidt
On Tue, 2008-12-16 at 16:10 +1100, Paul Mackerras wrote: I have added the following commits to the next and master branches of my powerpc.git tree (including commits pulled from Kumar's tree). I have also pulled in Linus' current tree and the 3 commits that I just asked him to pull. Is there

Commits added to powerpc.git next and master branches

2008-12-03 Thread Paul Mackerras
I have added the following commits to the next and master branches of my powerpc.git tree. I also pulled in Linus' tree plus the fix from Ben that I just asked him to pull. Paul. Anton Vorontsov (3): powerpc and sparc: Introduce dev_archdata node accessors of/i2c: Fill the archdata