On 30.09.2016 12:07, Daniel Vetter wrote:
On Fri, Sep 30, 2016 at 09:30:16AM +0530, Archit Taneja wrote:
Hi Andrezj,
On 09/26/2016 07:10 PM, Andrzej Hajda wrote:
SiI8620 transmitter converts eTMDS/HDMI signal to MHL 3.0. It is controlled via I2C bus. Its interaction with other devices in video pipeline is performed mainly on HW level. The only interaction it does on device driver level is filtering-out unsupported video modes, it exposes drm_bridge interface to perform this operation.
The patchset looks good to me. Is the MHL header patch accepted? I was wondering how we pull this in.
+Daniel
I think someone with real clue about what MHL is needs to review that header. Also I have no idea why that's under video/, is there another driver in media we want to share this with? -Daniel
I have put it into include/linux as MHL could be used to transmit: - video, - audio, - remote control protocol (input device), - ... embed other protocols (USB for example),
But since I am not aware of other MHL users in near future I can put the header together with the bridge driver.
Regards Andrzej