Hi Philipp: On 2014?12?05? 21:55, Philipp Zabel wrote: > Hi Andy, > > Am Freitag, den 05.12.2014, 14:22 +0800 schrieb Andy Yan: >> We found Freescale imx6 and Rockchip rk3288 and Ingenic JZ4780 (Xburst/MIPS) >> use the interface compatible Designware HDMI IP, but they also have some >> lightly differences, such as phy pll configuration, register width(imx hdmi >> register is one byte, but rk3288 is 4 bytes width and can only be accessed >> by word), 4K support(imx6 doesn't support 4k, but rk3288 does), and HDMI2.0 >> support. >> >> To reuse the imx-hdmi driver, we make this patch set: >> (1): fix some CodingStyle warning to make checkpatch happy >> (2): convert imx-hdmi to drm_bridge >> (3): split platform specific code >> (4): move imx-hdmi to bridge/dw_hdmi >> (5): extend dw_hdmi.c to support rk3288 hdmi >> (6): add rockchip rk3288 platform specific code dw_hdmi-rockchip.c >> >> Changes in v18: >> - remove a multiple blank lines in imx-hdmi.c >> - fix a checkpatch warning in imx-hdmi_pltfm.c >> - add port bindings >> - correct some spelling mistakes in dw_hdmi bindings doc >> - correct some spelling mistakes in dw_hdmi-rockchip bindings doc > [...] > > I am happy with the series so far. Pending Acks from the device tree > maintainers for the new binding documents, I'd like to apply either the > whole of it on top of > git://git.pengutronix.de/git/pza/linux.git imx-drm/next > or take at least the i.MX specific patches (1-5) because of the > dependency on the imx-drm OF helper conversion. > > regards > Philipp > > > > I am very glad to see you are happy with the patch set, it's would be very nice if you can apply all of it. Thanks very much for you review.