Re: [PATCH 00/26] OMAPDSS: DT support (Christmas edition)

2013-12-17 Thread Tony Lindgren
* Tomi Valkeinen [131215 23:26]: > On 2013-12-14 16:09, Tony Lindgren wrote: > > >> Why was e30b06f4d5f000c31a7747a7e7ada78a5fd419a1 merged into -rc2? It's > >> not a fix, just a cleanup. > > > > Hmm OK sorry looks like I removed some non-legacy mux framework code > > by accident. The omap_mux_*

Re: [PATCH 00/26] OMAPDSS: DT support (Christmas edition)

2013-12-15 Thread Tomi Valkeinen
On 2013-12-14 16:09, Tony Lindgren wrote: >> Why was e30b06f4d5f000c31a7747a7e7ada78a5fd419a1 merged into -rc2? It's >> not a fix, just a cleanup. > > Hmm OK sorry looks like I removed some non-legacy mux framework code > by accident. The omap_mux_* parts clearly are dead code for omap4 as > it's

Re: [PATCH 00/26] OMAPDSS: DT support (Christmas edition)

2013-12-14 Thread Tony Lindgren
* Tomi Valkeinen [131213 23:36]: > On 2013-12-13 19:22, Tony Lindgren wrote: > > * Tomi Valkeinen [131213 07:49]: > >> Hi Laurent, Tony, > >> > >> On 2013-12-13 16:37, Laurent Pinchart wrote: > >> > > - dsi_enable_pads, dsi_disable_pads: Those don't seem to be used in > > mainline. What's

Re: [PATCH 00/26] OMAPDSS: DT support (Christmas edition)

2013-12-13 Thread Tomi Valkeinen
On 2013-12-13 19:22, Tony Lindgren wrote: > * Tomi Valkeinen [131213 07:49]: >> Hi Laurent, Tony, >> >> On 2013-12-13 16:37, Laurent Pinchart wrote: >> > - dsi_enable_pads, dsi_disable_pads: Those don't seem to be used in > mainline. What's their purpose, and how are they implemented on pl

Re: [PATCH 00/26] OMAPDSS: DT support (Christmas edition)

2013-12-13 Thread Tony Lindgren
* Tomi Valkeinen [131213 07:49]: > Hi Laurent, Tony, > > On 2013-12-13 16:37, Laurent Pinchart wrote: > > >>> - dsi_enable_pads, dsi_disable_pads: Those don't seem to be used in > >>> mainline. What's their purpose, and how are they implemented on platforms > >>> that make use of them ? Is the p

Re: [PATCH 00/26] OMAPDSS: DT support (Christmas edition)

2013-12-13 Thread Tomi Valkeinen
Hi Laurent, Tony, On 2013-12-13 16:37, Laurent Pinchart wrote: >>> - dsi_enable_pads, dsi_disable_pads: Those don't seem to be used in >>> mainline. What's their purpose, and how are they implemented on platforms >>> that make use of them ? Is the pinmux API an option ? >> >> They are used in mai

Re: [PATCH 00/26] OMAPDSS: DT support (Christmas edition)

2013-12-13 Thread Laurent Pinchart
Hi Tomi, On Friday 13 December 2013 12:05:20 Tomi Valkeinen wrote: > On 2013-12-13 05:45, Laurent Pinchart wrote: > >> I know drivers/video is in practice "fbdev", but drivers/video (the > >> words) sound like the best place for things related to video. > > > > That's an option as well, but I'm n

Re: [PATCH 00/26] OMAPDSS: DT support (Christmas edition)

2013-12-13 Thread Tomi Valkeinen
On 2013-12-13 05:45, Laurent Pinchart wrote: >> I know drivers/video is in practice "fbdev", but drivers/video (the >> words) sound like the best place for things related to video. > > That's an option as well, but I'm not sure I like the idea of mixing fbdev > and > generic video in a single d

Re: [PATCH 00/26] OMAPDSS: DT support (Christmas edition)

2013-12-13 Thread Geert Uytterhoeven
On Fri, Dec 13, 2013 at 4:45 AM, Laurent Pinchart wrote: >> > That's great, and I fully support that. This also calls for refactoring >> > the V4L2 DT bindings and support code to share them with display devices. >> > A bikeshedding question is where to put the common code. >> >> Thanks very much

Re: [PATCH 00/26] OMAPDSS: DT support (Christmas edition)

2013-12-12 Thread Laurent Pinchart
Hi Tomi, On Thursday 12 December 2013 10:54:48 Tomi Valkeinen wrote: > On 2013-12-12 02:39, Laurent Pinchart wrote: > > On Wednesday 04 December 2013 14:28:27 Tomi Valkeinen wrote: > >> Hi, > >> > >> Here's a new version for DT support to OMAP Display Subsystem. See > >> http://article.gmane.org/

Re: [PATCH 00/26] OMAPDSS: DT support (Christmas edition)

2013-12-12 Thread Tomi Valkeinen
Hi, On 2013-12-12 02:39, Laurent Pinchart wrote: > Hi Tomi, > > On Wednesday 04 December 2013 14:28:27 Tomi Valkeinen wrote: >> Hi, >> >> Here's a new version for DT support to OMAP Display Subsystem. See >> http://article.gmane.org/gmane.linux.ports.arm.omap/102689 for the intro of >> the previo

Re: [PATCH 00/26] OMAPDSS: DT support (Christmas edition)

2013-12-11 Thread Laurent Pinchart
Hi Tomi, On Wednesday 04 December 2013 14:28:27 Tomi Valkeinen wrote: > Hi, > > Here's a new version for DT support to OMAP Display Subsystem. See > http://article.gmane.org/gmane.linux.ports.arm.omap/102689 for the intro of > the previous version, which contains thoughts about the related proble

Re: [PATCH 00/26] OMAPDSS: DT support (Christmas edition)

2013-12-09 Thread Javier Martinez Canillas
On Mon, Dec 9, 2013 at 1:01 PM, Tomi Valkeinen wrote: > On 2013-12-07 06:28, Javier Martinez Canillas wrote: > >> Actually, I looked at drivers/video/omap2/connector-dvi.c and it does the >> right >> thing for legacy platform data probing but no for DT probing: >> >> static int dvic_probe_pdata(s

Re: [PATCH 00/26] OMAPDSS: DT support (Christmas edition)

2013-12-09 Thread Tomi Valkeinen
On 2013-12-07 06:28, Javier Martinez Canillas wrote: > Actually, I looked at drivers/video/omap2/connector-dvi.c and it does the > right > thing for legacy platform data probing but no for DT probing: > > static int dvic_probe_pdata(struct platform_device *pdev) > { > .. > adapter

Re: [PATCH 00/26] OMAPDSS: DT support (Christmas edition)

2013-12-06 Thread Javier Martinez Canillas
On 12/07/2013 04:48 AM, Javier Martinez Canillas wrote: > Hi Tomi, > > On Wed, Dec 4, 2013 at 1:28 PM, Tomi Valkeinen wrote: >> Hi, >> >> Here's a new version for DT support to OMAP Display Subsystem. See >> http://article.gmane.org/gmane.linux.ports.arm.omap/102689 for the intro of >> the >> pr

Re: [PATCH 00/26] OMAPDSS: DT support (Christmas edition)

2013-12-06 Thread Javier Martinez Canillas
Hi Tomi, On Wed, Dec 4, 2013 at 1:28 PM, Tomi Valkeinen wrote: > Hi, > > Here's a new version for DT support to OMAP Display Subsystem. See > http://article.gmane.org/gmane.linux.ports.arm.omap/102689 for the intro of > the > previous version, which contains thoughts about the related problems.

Re: [PATCH 00/26] OMAPDSS: DT support (Christmas edition)

2013-12-05 Thread Tomi Valkeinen
On 2013-12-04 18:01, Sebastian Reichel wrote: > Hi, > > On Wed, Dec 04, 2013 at 02:28:27PM +0200, Tomi Valkeinen wrote: >> Here's a new version for DT support to OMAP Display Subsystem. See >> http://article.gmane.org/gmane.linux.ports.arm.omap/102689 for the intro of >> the >> previous version,

Re: [PATCH 00/26] OMAPDSS: DT support (Christmas edition)

2013-12-04 Thread Sebastian Reichel
Hi, On Wed, Dec 04, 2013 at 02:28:27PM +0200, Tomi Valkeinen wrote: > Here's a new version for DT support to OMAP Display Subsystem. See > http://article.gmane.org/gmane.linux.ports.arm.omap/102689 for the intro of > the > previous version, which contains thoughts about the related problems. > >

[PATCH 00/26] OMAPDSS: DT support (Christmas edition)

2013-12-04 Thread Tomi Valkeinen
Hi, Here's a new version for DT support to OMAP Display Subsystem. See http://article.gmane.org/gmane.linux.ports.arm.omap/102689 for the intro of the previous version, which contains thoughts about the related problems. The major change in this version is the use of V4L2 and CDF style port/endpo