Re: PCI woes with 2.6.37

2011-01-08 Thread Gary Thomas
On 01/08/2011 12:33 AM, Benjamin Herrenschmidt wrote: On Fri, 2011-01-07 at 16:06 -0700, Gary Thomas wrote: I just tried porting my target (MPC8347) from 2.6.28 (remember that one?) to 2.6.37. Recently I tried this with 2.6.32 without a lot of success, so I thought I'd try the latest :-) The

[PATCH] powerpc/mpc8xxx_gpio: simplify searching for 'fsl, qoriq-gpio' compatiable

2011-01-08 Thread Anatolij Gustschin
Commit da3ed89e7ce272ebcc918487e2a28736ca0dd6bb added 'fsl,qoriq-gpio' compatiable searching in the old way using for_each_compatible_node(). But the driver have previously been changed to use a struct of_device_id compatible list passed to for_each_matching_node(). Add 'fsl,qoriq-gpio'

Re: mpc880 linux-2.6.32 slow running processes

2011-01-08 Thread Joakim Tjernlund
Rafael Beims rbe...@gmail.com wrote on 2011/01/07 11:00:56: On Thu, Jan 6, 2011 at 2:52 PM, Joakim Tjernlund joakim.tjernl...@transmode.se wrote: The 8xx tlbil_va should not be needed in recent 2.6 after I fixed the 8xx TLB code to workaround the dcbst bug there instead. See

[PATCH 2/2] powerpc/boot/Makefile: Use $(src) and $(obj) as per makefiles.txt

2011-01-08 Thread Ben Hutchings
$(src) and $(obj) are normally the same, but are supposed to be used for paths under $(srctree) and $(objtree) respectively. Also use $(dtstree) and $(wrapper) as appropriate. Signed-off-by: Ben Hutchings b...@decadent.org.uk --- This is totally untested, so please review carefully! Ben.

[PATCH 1/2] powerpc/boot/dts: Install dts from the right directory

2011-01-08 Thread Ben Hutchings
The dts-installed variable is initialised using a wildcard path that will be expanded relative to the build directory. Use the existing variable dtstree to generate an absolute wildcard path that will work when building in a separate directory. Reported-by: Gerhard Pircher