Re: [Linux-fbdev-devel] [PATCH] fbdev: Add PLB support and cleanup DCR in xilinxfb driver.

2009-05-17 Thread Krzysztof Helt
Hi Grant and John, On Fri, 15 May 2009 12:19:17 -0600 Grant Likely grant.lik...@secretlab.ca wrote: Antonino, Antonino is gone for quite a long time. I have reviewed your patch. I have two comments only. Both are of small caliber. If you prefer, I'm willing to merge it via my powerpc tree.

[PATCH] offb: use framebuffer_alloc() to allocate fb_info struct

2009-05-04 Thread Krzysztof Helt
From: Krzysztof Helt krzysztof...@wp.pl Use the framebuffer_alloc() function to allocate the fb_info structure so the structure is correctly initialized after allocation. Signed-off-by: Krzysztof Helt krzysztof...@wp.pl --- diff -urp linux-orig/drivers/video/offb.c linux-2.6.30/drivers/video

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-18 Thread Krzysztof Helt
On Sun, 17 Feb 2008 10:44:32 +0100 (CET) Geert Uytterhoeven [EMAIL PROTECTED] wrote: On Fri, 15 Feb 2008, Anton Vorontsov wrote: On Thu, Feb 14, 2008 at 10:49:42PM -0800, Andrew Morton wrote: On Tue, 5 Feb 2008 18:44:32 +0300 Anton Vorontsov [EMAIL PROTECTED] wrote: Actually...