Re: [Linux-fbdev-devel] [PATCH] omapfb: invalid test on unsigned

2009-06-22 Thread Krzysztof Helt
On Mon, 22 Jun 2009 22:35:59 +0200 Roel Kluin roel.kl...@gmail.com wrote: Unsigned regno cannot be less than 0. Signed-off-by: Roel Kluin roel.kl...@gmail.com --- Is this correct? please review. No. It is a case for truecolor modes. They do not use the cmap. Either remove the if clause

Re: [PULL REQUEST] omapfb: Add support for new LCDs / misc fixes

2009-06-16 Thread Krzysztof Helt
drivers/video/omap/lcd_overo.c I assume you introduced small changes after my review. For the whole patchset: Acked-by: Krzysztof Helt krzysztof...@wp.pl Regards, Krzysztof -- Przekaz dalej wiadomosc: Zawsze warto oszczedzac

Re: [Linux-fbdev-devel] [PATCH 04/20] omapfb: Add support for the Amstrad Delta LCD

2009-06-14 Thread Krzysztof Helt
panel. Signed-off-by: Jonathan McDowell nood...@earth.li Signed-off-by: Tony Lindgren t...@atomide.com Signed-off-by: Imre Deak imre.d...@nokia.com --- Acked-by: Krzysztof Helt krzysztof...@wp.pl -- Masz juz dosc wysokich

Re: [Linux-fbdev-devel] [PATCH 05/20] omapfb: Add support for the 2430SDP LCD

2009-06-14 Thread Krzysztof Helt
On Thu, 4 Jun 2009 20:52:30 +0300 Imre Deak imre.d...@nokia.com wrote: From: Hunyue Yau h...@mvista.com Add glue to control the 2430SDP LCD as a frame buffer device using the existing dispc.c driver under omapfb. Signed-off-by: Hunyue Yau h...@mvista.com Signed-off-by: Kevin Hilman

Re: [Linux-fbdev-devel] [PATCH 06/20] omapfb: Add support for the OMAP2EVM LCD

2009-06-14 Thread Krzysztof Helt
On Thu, 4 Jun 2009 20:52:31 +0300 Imre Deak imre.d...@nokia.com wrote: From: arun c arun.edar...@gmail.com omap2evm LCD supports VGA and QVGA resolution, by default its in VGA mode. Signed-off-by: Arun C arunedar...@mistralsolutions.com Signed-off-by: Tony Lindgren t...@atomide.com

Re: [Linux-fbdev-devel] [PATCH 07/20] omapfb: Add support for the 3430SDP LCD

2009-06-14 Thread Krzysztof Helt
-by: Krzysztof Helt krzysztof...@wp.pl -- Dobra czy zla wiadomosc? Zawsze warto oszczedzac. Teraz 5,5%. Sprawdz http://link.interia.pl/f21b0 -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body

Re: [Linux-fbdev-devel] [PATCH 08/20] omapfb: Add support for the OMAP3 EVM LCD

2009-06-14 Thread Krzysztof Helt
On Thu, 4 Jun 2009 20:52:33 +0300 Imre Deak imre.d...@nokia.com wrote: From: Steve Sakoman st...@sakoman.com Add LCD support for OMAP3 EVM Backlight support by Arun C arunedar...@mistralsolutions.com Signed-off-by: Steve Sakoman st...@sakoman.com Acked-by: Syed Mohammed Khasim

Re: [Linux-fbdev-devel] [PATCH 09/20] omapfb: Add support for the OMAP3 Beagle DVI output

2009-06-14 Thread Krzysztof Helt
On Thu, 4 Jun 2009 20:52:34 +0300 Imre Deak imre.d...@nokia.com wrote: From: Koen Kooi k...@openembedded.org The default resolution is 1024x...@24bit This version addresses the comments from Felipe Balbi adn Arun Edarath Signed-off-by: Koen Kooi k...@openembedded.org Signed-off-by:

Re: [Linux-fbdev-devel] [PATCH 10/20] omapfb: Add support for the Gumstix Overo LCD

2009-06-14 Thread Krzysztof Helt
| 21 + drivers/video/omap/Makefile|1 + drivers/video/omap/lcd_overo.c | 179 3 files changed, 201 insertions(+), 0 deletions(-) create mode 100644 drivers/video/omap/lcd_overo.c Acked-by: Krzysztof Helt krzysztof...@wp.pl

Re: [Linux-fbdev-devel] [PATCH 12/20] omapfb: Add support for rotation on the Blizzard LCD ctrl

2009-06-14 Thread Krzysztof Helt
...@nokia.com Signed-off-by: Imre Deak imre.d...@nokia.com --- drivers/video/omap/blizzard.c| 91 +++-- drivers/video/omap/omapfb_main.c | 52 -- 2 files changed, 124 insertions(+), 19 deletions(-) Acked-by: Krzysztof Helt krzysztof

Re: [Linux-fbdev-devel] [PATCH 13/20] omapfb: dispc: Various typo fixes

2009-06-14 Thread Krzysztof Helt
(-) Acked-by: Krzysztof Helt krzysztof...@wp.pl -- Wejdz i kliknij na Swoj znak zodiaku! http://link.interia.pl/f21b8 -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord

Re: [Linux-fbdev-devel] [PATCH 14/20] omapfb: dispc: Disable iface clocks along with func clocks

2009-06-14 Thread Krzysztof Helt
version broke framebuffer on 24xx. This is fixed by enabling clocks before trying to access DISPC_IRQSTATUS register. Signed-off-by: Jouni Hogander jouni.hogan...@nokia.com Signed-off-by: Tony Lindgren t...@atomide.com Signed-off-by: Imre Deak imre.d...@nokia.com --- Acked-by: Krzysztof Helt

Re: [Linux-fbdev-devel] [PATCH 15/20] omapfb: dispc: Enable wake up capability

2009-06-14 Thread Krzysztof Helt
Hogander jouni.hogan...@nokia.com Signed-off-by: Tony Lindgren t...@atomide.com Signed-off-by: Imre Deak imre.d...@nokia.com --- drivers/video/omap/dispc.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Acked-by: Krzysztof Helt krzysztof...@wp.pl

Re: [Linux-fbdev-devel] [PATCH 16/20] omapfb: dispc: Allow multiple external IRQ handlers

2009-06-14 Thread Krzysztof Helt
-by: Krzysztof Helt krzysztof...@wp.pl -- Masz juz dosc wysokich rachunkow? Wygraj nowa mozliwosc komunikacji! Sprawdz http://link.interia.pl/f21d2 -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body

Re: [Linux-fbdev-devel] [PATCH 17/20] omapfb: suspend/resume only if FB device is already initialized

2009-06-14 Thread Krzysztof Helt
jouni.hogan...@nokia.com Signed-off-by: Tony Lindgren t...@atomide.com Signed-off-by: Imre Deak imre.d...@nokia.com --- drivers/video/omap/omapfb_main.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) Acked-by: Krzysztof Helt krzysztof...@wp.pl

Re: [Linux-fbdev-devel] [PATCH 18/20] omapfb: Fix coding style / remove dead line

2009-06-14 Thread Krzysztof Helt
|5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) Acked-by: Krzysztof Helt krzysztof...@wp.pl -- Kup wlasne mieszkanie za 33 tys. zl. Sprawdz http://link.interia.pl/f21eb -- To unsubscribe from this list: send

Re: [Linux-fbdev-devel] [PATCH 19/20] omapfb: Add FB manual update option to Kconfig

2009-06-14 Thread Krzysztof Helt
files changed, 30 insertions(+), 19 deletions(-) Acked-by: Krzysztof Helt krzysztof...@wp.pl -- Kup wlasne mieszkanie za 33 tys. zl. Sprawdz http://link.interia.pl/f21eb -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 20/20] omapfb: HWA742: fix pointer to be const

2009-06-14 Thread Krzysztof Helt
+- 1 files changed, 1 insertions(+), 1 deletions(-) Acked-by: Krzysztof Helt krzysztof...@wp.pl -- Interia.pl w Twojej kieszeni! Kliknij http://link.interia.pl/f21b8 -- To unsubscribe from this list: send the line

Re: [PATCH 11/20] omapfb: Add support for the ZOOM MDK LCD

2009-06-14 Thread Krzysztof Helt
On Thu, 4 Jun 2009 20:52:36 +0300 Imre Deak imre.d...@nokia.com wrote: From: Stanley.Miao stanley.m...@windriver.com Add glue to control the OMAP_LDP LCD as a frame buffer device using the existing dispc.c driver under omapfb. Patch updated for mainline kernel. Note that the

Re: [Linux-fbdev-devel] [PATCH 02/20] omapfb: Add support for MIPI-DCS compatible LCDs

2009-06-14 Thread Krzysztof Helt
On Tue, 9 Jun 2009 14:15:22 +0300 Imre Deak imre.d...@nokia.com wrote: Hi, On Mon, Jun 08, 2009 at 12:43:24AM +0200, ext Krzysztof Helt wrote: On Thu, 4 Jun 2009 20:52:27 +0300 Imre Deak imre.d...@nokia.com wrote: [...] + +#define to_mipid_device(p) container_of(p

Re: [Linux-fbdev-devel] [PATCH 01/20] omapfb: Add support for the Apollon LCD

2009-06-07 Thread Krzysztof Helt
On Thu, 4 Jun 2009 20:52:26 +0300 Imre Deak imre.d...@nokia.com wrote: From: Kyungmin Park kyungmin.p...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Signed-off-by: Imre Deak imre.d...@nokia.com --- Acked-by: Krzysztof Helt krzysztof...@wp.pl

Re: [Linux-fbdev-devel] [PATCH 00/20] omapfb: Add support for new LCDs / misc fixes

2009-06-04 Thread Krzysztof Helt
On Thu, 4 Jun 2009 20:52:25 +0300 Imre Deak imre.d...@nokia.com wrote: Hi, I'd like to ask for the merging of this patchset into Linus' tree. It adds support for new LCDs on OMAP based boards (01-12) and fixes generic parts of the omapfb driver (13-20). The changes have been staged in the