Re: [U-Boot] [PATCH v2 0/7] sunxi: video: Add support for HDMI output on A64/H3/H5

2017-04-01 Thread Jernej Škrabec
Dne sobota, 01. april 2017 ob 06:20:52 CEST je Simon Glass napisal(a): > Hi Jernej, > > On 20 March 2017 at 16:01, Jernej Skrabec wrote: > > This series implements support for HDMI output. This is done using > > DM video framework and sharing the HDMI controller code

Re: [U-Boot] [PATCH v2 0/7] sunxi: video: Add support for HDMI output on A64/H3/H5

2017-03-31 Thread Simon Glass
Hi Jernej, On 20 March 2017 at 16:01, Jernej Skrabec wrote: > This series implements support for HDMI output. This is done using > DM video framework and sharing the HDMI controller code with RK3288. > > Patch 1 splits out RK3288 HDMI code in a way that it is appropriate

[U-Boot] [PATCH v2 0/7] sunxi: video: Add support for HDMI output on A64/H3/H5

2017-03-21 Thread Jernej Skrabec
This series implements support for HDMI output. This is done using DM video framework and sharing the HDMI controller code with RK3288. Patch 1 splits out RK3288 HDMI code in a way that it is appropriate for sharing with Allwinner SoCs. Patch 2 splits out TCON code which is completely reusable