Re: [PATCH 1/3] OMAP: use generic panel data in board files

2010-11-09 Thread Tomi Valkeinen
On Mon, 2010-11-08 at 20:43 +0100, ext Bryan Wu wrote: > On Mon, Nov 8, 2010 at 7:26 AM, Tomi Valkeinen > wrote: > > Hi, > > > > On Fri, 2010-11-05 at 20:43 +0100, ext Bryan Wu wrote: > >> static struct omap_dss_device sdp3430_dvi_device = { > >> .name = "dvi", > >> -

Re: [PATCH 1/3] OMAP: use generic panel data in board files

2010-11-08 Thread Bryan Wu
On Mon, Nov 8, 2010 at 7:19 AM, Tomi Valkeinen wrote: > Hi, > > On Fri, 2010-11-05 at 22:17 +0100, ext Taneja, Archit wrote: >> Hi, >> >> linux-omap-ow...@vger.kernel.org wrote: >> > Introduce struct panel config data in panel.h, which will be >> > used to match the right panel configurations in g

Re: [PATCH 1/3] OMAP: use generic panel data in board files

2010-11-08 Thread Bryan Wu
On Mon, Nov 8, 2010 at 7:26 AM, Tomi Valkeinen wrote: > Hi, > > On Fri, 2010-11-05 at 20:43 +0100, ext Bryan Wu wrote: >> Introduce struct panel config data in panel.h, which will be used to match >> the right panel configurations in generic DPI panel driver and other future >> dsi panel drivers.

Re: [PATCH 1/3] OMAP: use generic panel data in board files

2010-11-08 Thread Tomi Valkeinen
Hi, On Fri, 2010-11-05 at 20:43 +0100, ext Bryan Wu wrote: > Introduce struct panel config data in panel.h, which will be used to match > the right panel configurations in generic DPI panel driver and other future > dsi panel drivers. > > Still keep sharp_ls_panel, since the sharp_ls_panel driver

RE: [PATCH 1/3] OMAP: use generic panel data in board files

2010-11-08 Thread Tomi Valkeinen
Hi, On Fri, 2010-11-05 at 22:17 +0100, ext Taneja, Archit wrote: > Hi, > > linux-omap-ow...@vger.kernel.org wrote: > > Introduce struct panel config data in panel.h, which will be > > used to match the right panel configurations in generic DPI > > panel driver and other future dsi panel drivers.

RE: [PATCH 1/3] OMAP: use generic panel data in board files

2010-11-05 Thread Taneja, Archit
Hi, linux-omap-ow...@vger.kernel.org wrote: > Introduce struct panel config data in panel.h, which will be > used to match the right panel configurations in generic DPI > panel driver and other future dsi panel drivers. > > Still keep sharp_ls_panel, since the sharp_ls_panel driver > contains blac

[PATCH 1/3] OMAP: use generic panel data in board files

2010-11-05 Thread Bryan Wu
Introduce struct panel config data in panel.h, which will be used to match the right panel configurations in generic DPI panel driver and other future dsi panel drivers. Still keep sharp_ls_panel, since the sharp_ls_panel driver contains blacklight control driver code which will be moved out later