[PATCH] drm: i2c: adv7511: Convert to drm_bridge

2016-01-11 Thread Archit Taneja
On 01/11/2016 07:38 AM, Laurent Pinchart wrote: > Hi Archit, > > Thanks a lot for the patch. > > On Saturday 09 January 2016 22:20:25 Archit Taneja wrote: >> We don't want to use the old i2c slave encoder interface anymore. > > I happily agree with that :-) > >> Remove that and make the i2c drive

[PATCH] drm: i2c: adv7511: Convert to drm_bridge

2016-01-11 Thread Laurent Pinchart
Hi Archit, Thanks a lot for the patch. On Saturday 09 January 2016 22:20:25 Archit Taneja wrote: > We don't want to use the old i2c slave encoder interface anymore. I happily agree with that :-) > Remove that and make the i2c driver create a drm_bridge entity instead. > Converting to bridges he

[PATCH] drm: i2c: adv7511: Convert to drm_bridge

2016-01-09 Thread Archit Taneja
We don't want to use the old i2c slave encoder interface anymore. Remove that and make the i2c driver create a drm_bridge entity instead. Converting to bridges helps because the kms drivers don't need to exract encoder slave ops from this driver and use it within their own encoder/connector ops.