RE: [PATCH v5] ppc44x:PHY fixup for USB on canyonlands board

2010-12-12 Thread Rupjyoti Sarmah
>This can fail if you boot a new kernel on a board with an old FDT that lacks the gpio node. Calling of_iomap with a NULL np seems like it would work without crashing anything, so maybe that's not a huge issue. >>+ vaddr = of_iomap(np, 0); >>+ if (!vaddr) { >>+ printk(KERN_CRI

Re: [PATCH 1/2] powerpc, mpc5200: update defconfig to fit with 2.6.37-rc4

2010-12-12 Thread Heiko Schocher
Hello Wolfram, Wolfram Sang wrote: > On Sat, Dec 11, 2010 at 07:13:00AM +0100, Heiko Schocher wrote: >> Signed-off-by: Heiko Schocher > > I'd say the two patches can be merged. Dunno what Grant prefers whom you > should > CC as he is the maintainer. I prefer the split in two patches, so we can

Re: [PATCH v2 1/2] video, sm501: add OF binding to support SM501

2010-12-12 Thread Heiko Schocher
Hello Randy, Randy Dunlap wrote: > On Sat, 11 Dec 2010 07:31:15 +0100 Heiko Schocher wrote: > >> - add commandline options: >> sm501.fb_mode: > > sm501.mode: Sorry, type, should be "sm501fb.mode", thanks! >> Specify resolution as "x[-][@]" >> sm501.bpp: Here too, "sm501fb.bpp" >>

[PATCH] powerpc/pseries: Fix VPHN build errors on non-SMP systems

2010-12-12 Thread Jesse Larrew
From: Jesse Larrew The VPHN feature is only meaningful on NUMA systems that implement the SPLPAR option, so exclude the VPHN code on systems without SPLPAR enabled. This patch fixes a build problem on non-SMP systems introduced by the following commits: 3b7a27db3b6b5501e3d1c1628e6d5a547ffe76c6

Re: Getting the IRQ number (Was: Basic driver devel questions ?)

2010-12-12 Thread Michael Ellerman
On Fri, 2010-12-10 at 17:21 +0100, Guillaume Dargaud wrote: > Hello all, > > > Also turn on CONFIG_DEBUG_DRIVER and see if that gives you anything > > interesting. > > I see an unset CONFIG_DEBUG_KERNEL but no CONFIG_DEBUG_DRIVER in the .config > of > my current kernel. Right you'd need to t

Re: [PATCH -mm 4/4] RapidIO: Add new sysfs attributes

2010-12-12 Thread Greg KH
On Fri, Dec 10, 2010 at 03:38:18PM -0500, Alexandre Bounine wrote: > Add new sysfs attributes. Like Andrew pointed out, all sysfs files are required to have entries in Documentation/ABI. If the existing rapidio sysfs files are not documented, please document them in there _before_ adding new ones

Re: [PATCH 1/2] powerpc, mpc5200: update defconfig to fit with 2.6.37-rc4

2010-12-12 Thread Wolfram Sang
On Sat, Dec 11, 2010 at 07:13:00AM +0100, Heiko Schocher wrote: > Signed-off-by: Heiko Schocher I'd say the two patches can be merged. Dunno what Grant prefers whom you should CC as he is the maintainer. > cc: Wolfram Sang > cc: linuxppc-dev@lists.ozlabs.org > --- > - based against 2.6.37-rc4 >