
On Wed, 31 May 2017 17:59:33 +0200 Philipp Tomsich philipp.tomsich@theobroma-systems.com wrote:
Version-changes: 4
- add this path (as part of breaking up the large HDMI change for the RK3399)
Changes in v4: None Changes in v3: None Changes in v2: None
drivers/video/rockchip/Makefile | 3 +- drivers/video/rockchip/rk3288_hdmi.c | 116 +++++++++++++++++++++++++++++++++++ drivers/video/rockchip/rk_hdmi.c | 105 +++++-------------------------- drivers/video/rockchip/rk_hdmi.h | 32 ++++++++++ 4 files changed, 166 insertions(+), 90 deletions(-) create mode 100644 drivers/video/rockchip/rk3288_hdmi.c create mode 100644 drivers/video/rockchip/rk_hdmi.h
Rebased on master and applied to u-boot-video/master (with s/RK3228/RK3288/ in commit message).
Please send a subsequent path adding comments for the header-file functions, as Simon noted. Thanks!
-- Anatolij