Re: [PATCHv2 23/27] OMAPDSS: connector-dvi: Add DT support

2013-12-18 Thread Tomi Valkeinen
On 2013-12-17 17:15, Laurent Pinchart wrote: Either the driver is too specific or the binding is too generic, but having such a generic name for an omap specific driver seems wrong. Same for panel-dpi, svideo-connector, composite-video-connector and hdmi-connector, Hmm. Good point. I was

Re: [PATCHv2 23/27] OMAPDSS: connector-dvi: Add DT support

2013-12-18 Thread Tomi Valkeinen
On 2013-12-18 12:41, Tomi Valkeinen wrote: 3. Have correct DT data, but at init time, in omap arch code, go through the DT data and change the compat strings for the display nodes to include omapdss,. This way the drivers would only work for omap platforms. Like a combination of 1. and 2. I'm

Re: [PATCHv2 23/27] OMAPDSS: connector-dvi: Add DT support

2013-12-17 Thread Laurent Pinchart
Hi Tomi, On Tuesday 17 December 2013 09:15:58 Tomi Valkeinen wrote: On 2013-12-17 09:05, Sascha Hauer wrote: On Mon, Dec 16, 2013 at 04:56:30PM +0200, Tomi Valkeinen wrote: Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com --- drivers/video/omap2/displays-new/connector-dvi.c | 43

[PATCHv2 23/27] OMAPDSS: connector-dvi: Add DT support

2013-12-16 Thread Tomi Valkeinen
Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com --- drivers/video/omap2/displays-new/connector-dvi.c | 43 1 file changed, 43 insertions(+) diff --git a/drivers/video/omap2/displays-new/connector-dvi.c b/drivers/video/omap2/displays-new/connector-dvi.c index

Re: [PATCHv2 23/27] OMAPDSS: connector-dvi: Add DT support

2013-12-16 Thread Sascha Hauer
Hi Tomi, On Mon, Dec 16, 2013 at 04:56:30PM +0200, Tomi Valkeinen wrote: Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com --- drivers/video/omap2/displays-new/connector-dvi.c | 43 1 file changed, 43 insertions(+) diff --git

Re: [PATCHv2 23/27] OMAPDSS: connector-dvi: Add DT support

2013-12-16 Thread Tomi Valkeinen
On 2013-12-17 09:05, Sascha Hauer wrote: Hi Tomi, On Mon, Dec 16, 2013 at 04:56:30PM +0200, Tomi Valkeinen wrote: Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com --- drivers/video/omap2/displays-new/connector-dvi.c | 43 1 file changed, 43 insertions(+)