[PATCH v8 1/2] drm/bridge: Add sii902x driver

2016-06-15 Thread Archit Taneja
On 06/14/2016 01:12 PM, Boris Brezillon wrote: > Add basic support for the sii902x RGB -> HDMI bridge. > This driver does not support audio output yet. > Thanks for incorporating the comments. Acked-by: Archit Taneja > Signed-off-by: Boris Brezillon > Tested-by: Nicolas Ferre > --- > Change

[PATCH v8 1/2] drm/bridge: Add sii902x driver

2016-06-15 Thread Emil Velikov
Hi Boris, On 14 June 2016 at 08:42, Boris Brezillon wrote: > Add basic support for the sii902x RGB -> HDMI bridge. > This driver does not support audio output yet. > > Signed-off-by: Boris Brezillon > Tested-by: Nicolas Ferre Thanks for sticking with my questions/nitpicking. FWIW the patch is

[PATCH v8 1/2] drm/bridge: Add sii902x driver

2016-06-14 Thread Boris Brezillon
Add basic support for the sii902x RGB -> HDMI bridge. This driver does not support audio output yet. Signed-off-by: Boris Brezillon Tested-by: Nicolas Ferre --- Changes in v8: - remove useless headers inclusion - fix macro names (s/SIL/SII) - drop unneeded hotplug_work field from struct sii902x