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

2009-06-16 Thread Imre Deak
On Sun, Jun 14, 2009 at 11:47:16PM +0200, ext Krzysztof Helt wrote: On Thu, 4 Jun 2009 20:52:36 +0300 Imre Deak imre.d...@nokia.com wrote: [...] diff --git a/drivers/video/omap/lcd_ldp.c b/drivers/video/omap/lcd_ldp.c new file mode 100644 index 000..8925230 --- /dev/null +++

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

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

2009-06-04 Thread Imre Deak
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 drivers/video/omap should be updated to pass omap_lcd_config in platform_data. The patch