[PATCH v2 2/3] drm/bridge: Add ti-tfp410 DVI transmitter driver

2016-11-23 Thread Rob Herring
On Thu, Nov 17, 2016 at 3:45 AM, Laurent Pinchart wrote: > Hi Jyri, > > On Wednesday 16 Nov 2016 16:39:28 Jyri Sarha wrote: >> On 11/16/16 15:33, Rob Herring wrote: >> >> +Optional properties >> >> >> >>> + - reg: I2C address. If and only if present the driver node > > I assume you meant device no

[PATCH v2 2/3] drm/bridge: Add ti-tfp410 DVI transmitter driver

2016-11-17 Thread Laurent Pinchart
Hi Jyri, On Wednesday 16 Nov 2016 16:39:28 Jyri Sarha wrote: > On 11/16/16 15:33, Rob Herring wrote: > >> +Optional properties > >> > >>> + - reg: I2C address. If and only if present the driver node I assume you meant device node, not driver node ? > >>> + should be placed into the i2c contro

[PATCH v2 2/3] drm/bridge: Add ti-tfp410 DVI transmitter driver

2016-11-17 Thread Tomi Valkeinen
On 16/11/16 16:39, Jyri Sarha wrote: > On 11/16/16 15:33, Rob Herring wrote: >>> +Optional properties + - reg: I2C address. If and only if present the driver node +should be placed into the i2c controller node where the +tfp410 i2c is connected to (the current implementati

[PATCH v2 2/3] drm/bridge: Add ti-tfp410 DVI transmitter driver

2016-11-16 Thread Jyri Sarha
On 11/16/16 15:33, Rob Herring wrote: >> +Optional properties >> > + - reg: I2C address. If and only if present the driver node >> > +should be placed into the i2c controller node where the >> > +tfp410 i2c is connected to (the current implementation does >> > +not yet support this). >

[PATCH v2 2/3] drm/bridge: Add ti-tfp410 DVI transmitter driver

2016-11-16 Thread Rob Herring
On Mon, Nov 14, 2016 at 06:54:17PM +0200, Jyri Sarha wrote: > Add very basic ti-ftp410 DVI transmitter driver. The only feature > separating this from a completely dummy bridge is the EDID read > support trough DDC I2C. Even that functionality should be in a > separate generic connector driver. How

[PATCH v2 2/3] drm/bridge: Add ti-tfp410 DVI transmitter driver

2016-11-14 Thread Jyri Sarha
Add very basic ti-ftp410 DVI transmitter driver. The only feature separating this from a completely dummy bridge is the EDID read support trough DDC I2C. Even that functionality should be in a separate generic connector driver. However, because of missing DRM infrastructure support the connector is