Re: [PATCH 0/3] OMAP: DSS2: introduce generic panel display driver (try #8)

2010-11-22 Thread Bryan Wu
On Thu, Nov 18, 2010 at 5:11 PM, Tomi Valkeinen wrote: > On Thu, 2010-11-18 at 10:14 +0800, ext Bryan Wu wrote: >> On Wed, Nov 17, 2010 at 10:18 PM, Tomi Valkeinen > >> > Are you also interested in solving the backlight issue? =) >> >> Yeah, can I start with >> drivers/video/omap2/displays/panel-s

Re: [PATCH 0/3] OMAP: DSS2: introduce generic panel display driver (try #8)

2010-11-18 Thread Tomi Valkeinen
On Thu, 2010-11-18 at 10:14 +0800, ext Bryan Wu wrote: > On Wed, Nov 17, 2010 at 10:18 PM, Tomi Valkeinen > > Are you also interested in solving the backlight issue? =) > > Yeah, can I start with > drivers/video/omap2/displays/panel-sharp-ls037v7dw01.c. I plan to move > the blacklight code to dri

Re: [PATCH 0/3] OMAP: DSS2: introduce generic panel display driver (try #8)

2010-11-17 Thread Bryan Wu
On Wed, Nov 17, 2010 at 10:18 PM, Tomi Valkeinen wrote: > On Wed, 2010-11-17 at 21:34 +0800, ext Bryan Wu wrote: >> There are 4 duplicated DPI panel drivers in DSS2 display driver. They are >> similar and a generic DPI panel driver can support all them with specific >> panel configuration. And new

Re: [PATCH 0/3] OMAP: DSS2: introduce generic panel display driver (try #8)

2010-11-17 Thread Tomi Valkeinen
On Wed, 2010-11-17 at 21:34 +0800, ext Bryan Wu wrote: > There are 4 duplicated DPI panel drivers in DSS2 display driver. They are > similar and a generic DPI panel driver can support all them with specific > panel configuration. And new DPI panel driver can be easily supported > by adding panel co

[PATCH 0/3] OMAP: DSS2: introduce generic panel display driver (try #8)

2010-11-17 Thread Bryan Wu
There are 4 duplicated DPI panel drivers in DSS2 display driver. They are similar and a generic DPI panel driver can support all them with specific panel configuration. And new DPI panel driver can be easily supported by adding panel configurations into generic panel DPI driver. This patchset intr