rockchip: video: split RK3288-specific part off from rk_hdmi
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Wed, 31 May 2017 15:59:33 +0000 (17:59 +0200)
committerSimon Glass <sjg@chromium.org>
Thu, 8 Jun 2017 03:30:50 +0000 (21:30 -0600)
commit147fd3ac5a226e5ff882cdac7687d2352c66b115
tree40e57ff09b238a359bb0adedb8fb79fe29d5ae9e
parentf210e5574ff92734220c9c16a33534faa6959255
rockchip: video: split RK3288-specific part off from rk_hdmi

To prepare for the addition of RK3399 HDMI support, the HDMI driver is
refactored and broken into a chip-specific and a generic part.  This
change adds the internal interfaces, makes common/reusable functions
externally visible and splits the RK3288 driver into a separate file.

For the probing of regulators, we reuse the infrastructure created
during the VOP refactoring... i.e. we simply call into the helper
function defined for the VOP.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/video/rockchip/Makefile
drivers/video/rockchip/rk3288_hdmi.c [new file with mode: 0644]
drivers/video/rockchip/rk_hdmi.c
drivers/video/rockchip/rk_hdmi.h [new file with mode: 0644]