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
>
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
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
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
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"
>>
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
>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