[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-03-11 Thread Philipp Zabel
Am Dienstag, den 11.03.2014, 10:04 +0200 schrieb Tomi Valkeinen: > On 11/03/14 10:00, Geert Uytterhoeven wrote: > > On Tue, Mar 11, 2014 at 7:39 AM, Tomi Valkeinen > > wrote: > >> On 10/03/14 23:45, Rob Herring wrote: > >>> I like this proposal over the others. Although, would dual link be a > >>

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-03-11 Thread Tomi Valkeinen
On 11/03/14 10:00, Geert Uytterhoeven wrote: > On Tue, Mar 11, 2014 at 7:39 AM, Tomi Valkeinen > wrote: >> On 10/03/14 23:45, Rob Herring wrote: >>> I like this proposal over the others. Although, would dual link be a >> >> I don't like inferring the information. With the above, you can't find >>

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-03-11 Thread Geert Uytterhoeven
On Tue, Mar 11, 2014 at 7:39 AM, Tomi Valkeinen wrote: > On 10/03/14 23:45, Rob Herring wrote: >> I like this proposal over the others. Although, would dual link be a > > I don't like inferring the information. With the above, you can't find > out that the DVI connector has digital and analog sup

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-03-11 Thread Tomi Valkeinen
On 28/02/14 18:25, Philipp Zabel wrote: > dvi-connector { > compatible = "dvi-connector"; > ddc-i2c-bus = <&i2c3>; > > port { > dvi_d_in: endpoint at 0 { > remote-endpoint = <&sii902x_out>; > }; > dvi_a_in: endpoint

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-03-11 Thread Tomi Valkeinen
On 10/03/14 23:45, Rob Herring wrote: > I like this proposal over the others. Although, would dual link be a I don't like inferring the information. With the above, you can't find out that the DVI connector has digital and analog support before all the drivers are loaded. > single endpoint or 2

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-03-10 Thread Rob Herring
On Fri, Feb 28, 2014 at 10:25 AM, Philipp Zabel wrote: > Am Freitag, den 28.02.2014, 15:59 + schrieb Russell King - ARM > Linux: >> On Fri, Feb 28, 2014 at 02:20:10PM +0200, Tomi Valkeinen wrote: >> > Add DT binding documentation for DVI Connector. >> > >> > Signed-off-by: Tomi Valkeinen >>

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-03-10 Thread Tomi Valkeinen
On 07/03/14 16:17, Philipp Zabel wrote: > Hi, > > Am Donnerstag, den 06.03.2014, 10:52 +0200 schrieb Tomi Valkeinen: >> analog; >> digital-single-link; >> digital-dual-link; >> >> My reasoning to the format I chose was basically that when a connector >> supports 'digital', it contains TMDS clock

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-03-07 Thread Philipp Zabel
Hi, Am Donnerstag, den 06.03.2014, 10:52 +0200 schrieb Tomi Valkeinen: > On 06/03/14 10:39, Geert Uytterhoeven wrote: > > On Wed, Mar 5, 2014 at 9:41 AM, Tomi Valkeinen > > wrote: > >> On 28/02/14 18:23, Russell King - ARM Linux wrote: > >> > >>> That's rather a lot of compatible strings. Anoth

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-03-06 Thread Tomi Valkeinen
On 06/03/14 10:39, Geert Uytterhoeven wrote: > On Wed, Mar 5, 2014 at 9:41 AM, Tomi Valkeinen > wrote: >> On 28/02/14 18:23, Russell King - ARM Linux wrote: >> >>> That's rather a lot of compatible strings. Another possibility is: >>> >>> compatible = "dvi-connector"; >>> analog; >>>

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-03-06 Thread Geert Uytterhoeven
On Wed, Mar 5, 2014 at 9:41 AM, Tomi Valkeinen wrote: > On 28/02/14 18:23, Russell King - ARM Linux wrote: > >> That's rather a lot of compatible strings. Another possibility is: >> >> compatible = "dvi-connector"; >> analog; >> digital; >> single-link; >> dual-link;

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-03-05 Thread Tomi Valkeinen
On 28/02/14 18:23, Russell King - ARM Linux wrote: > That's rather a lot of compatible strings. Another possibility is: > > compatible = "dvi-connector"; > analog; > digital; > single-link; > dual-link; I made the following changes compared to the posted version. I

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-03-04 Thread Daniel Vetter
On Fri, Feb 28, 2014 at 04:23:27PM +, Russell King - ARM Linux wrote: > On Fri, Feb 28, 2014 at 06:12:23PM +0200, Tomi Valkeinen wrote: > > On 28/02/14 17:59, Russell King - ARM Linux wrote: > > > > >> +dvi0: connector at 0 { > > >> +compatible = "dvi-connector"; > > >> +label

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-03-03 Thread Tomi Valkeinen
On 28/02/14 18:23, Russell King - ARM Linux wrote: >> I guess the compatible string is the easiest way for differentation, at >> least for the three main types, i.e. "dvi-d-connector" etc. >> >> "dvi-d-1l-connector" and "dvi-d-2l-connector" for the single/dual link? >> That looks a bit funny. > >

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-03-03 Thread Tomi Valkeinen
On 28/02/14 15:43, Philipp Zabel wrote: > Hi Tomi, > > Am Freitag, den 28.02.2014, 14:20 +0200 schrieb Tomi Valkeinen: >> Add DT binding documentation for DVI Connector. >> >> Signed-off-by: Tomi Valkeinen >> Reviewed-by: Archit Taneja >> --- >> .../devicetree/bindings/video/dvi-connector.txt

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-02-28 Thread Tomi Valkeinen
On 28/02/14 17:59, Russell King - ARM Linux wrote: >> +dvi0: connector at 0 { >> +compatible = "dvi-connector"; >> +label = "dvi"; >> + >> +i2c-bus = <&i2c3>; >> + >> +dvi_connector_in: endpoint { >> +remote-endpoint = <&tfp410_out>; >> +}; >> +}; > > This looks fa

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-02-28 Thread Philipp Zabel
Am Freitag, den 28.02.2014, 15:59 + schrieb Russell King - ARM Linux: > On Fri, Feb 28, 2014 at 02:20:10PM +0200, Tomi Valkeinen wrote: > > Add DT binding documentation for DVI Connector. > > > > Signed-off-by: Tomi Valkeinen > > Reviewed-by: Archit Taneja > > --- > > .../devicetree/binding

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-02-28 Thread Sebastian Reichel
On Fri, Feb 28, 2014 at 06:12:23PM +0200, Tomi Valkeinen wrote: > On 28/02/14 17:59, Russell King - ARM Linux wrote: > > >> +dvi0: connector at 0 { > >> + compatible = "dvi-connector"; > >> + label = "dvi"; > >> + > >> + i2c-bus = <&i2c3>; > >> + > >> + dvi_connector_in: endpoint { > >> +

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-02-28 Thread Russell King - ARM Linux
On Fri, Feb 28, 2014 at 06:12:23PM +0200, Tomi Valkeinen wrote: > On 28/02/14 17:59, Russell King - ARM Linux wrote: > > >> +dvi0: connector at 0 { > >> + compatible = "dvi-connector"; > >> + label = "dvi"; > >> + > >> + i2c-bus = <&i2c3>; > >> + > >> + dvi_connector_in: endpoint { > >> +

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-02-28 Thread Russell King - ARM Linux
On Fri, Feb 28, 2014 at 02:20:10PM +0200, Tomi Valkeinen wrote: > Add DT binding documentation for DVI Connector. > > Signed-off-by: Tomi Valkeinen > Reviewed-by: Archit Taneja > --- > .../devicetree/bindings/video/dvi-connector.txt| 26 > ++ > 1 file changed, 26 insert

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-02-28 Thread Philipp Zabel
Hi Tomi, Am Freitag, den 28.02.2014, 14:20 +0200 schrieb Tomi Valkeinen: > Add DT binding documentation for DVI Connector. > > Signed-off-by: Tomi Valkeinen > Reviewed-by: Archit Taneja > --- > .../devicetree/bindings/video/dvi-connector.txt| 26 > ++ > 1 file changed,

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-02-28 Thread Tomi Valkeinen
Add DT binding documentation for DVI Connector. Signed-off-by: Tomi Valkeinen Reviewed-by: Archit Taneja --- .../devicetree/bindings/video/dvi-connector.txt| 26 ++ 1 file changed, 26 insertions(+) create mode 100644 Documentation/devicetree/bindings/video/dvi-connector

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-02-28 Thread Warner Losh
On Feb 28, 2014, at 9:23 AM, Russell King - ARM Linux wrote: > On Fri, Feb 28, 2014 at 06:12:23PM +0200, Tomi Valkeinen wrote: >> On 28/02/14 17:59, Russell King - ARM Linux wrote: >> +dvi0: connector at 0 { + compatible = "dvi-connector"; + label = "dvi"; + + i2c-bu