Am Montag, 15. Februar 2016, 19:08:05 schrieb Yakir Yang: > Hi all, > > The Samsung Exynos eDP controller and Rockchip RK3288 eDP controller > share the same IP, so a lot of parts can be re-used. I split the common > code into bridge directory, then rk3288 and exynos only need to keep > some platform code. Cause I can't find the exact IP name of exynos dp > controller, so I decide to name dp core driver with "analogix" which I > find in rk3288 eDP TRM > > But there are still three light registers setting different between > exynos and rk3288. > 1. RK3288 have five special pll registers which not indicate in exynos > dp controller. > 2. The address of DP_PHY_PD(dp phy power manager register) are different > between rk3288 and exynos. > 3. Rk3288 and exynos have different setting with AUX_HW_RETRY_CTL(dp debug > register). > > Due to Mark Yao have introduced the ATOMIC support to Rockchip drm, so it's > okay to use the ATOMIC helpers functions in connector_funcs. No need to > splict the connector init to platform driver anymore, and this is the > biggest change since version 11. > > This v14 didn't have lots of new changes which seems not the correct time to > upgrade the version number, but I have changed ordering of patches (adding > 2 more, and removing 2 out). Especially to prevent confusing people, so I > updated the whole series.
I guess I never said that explicitly, but of course I have tested this numerous times, so This series Tested-by: Heiko Stuebner <he...@sntech.de>