]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: video: mipi: Split mipi driver into common and specific parts
authoreric.gao@rock-chips.com <eric.gao@rock-chips.com>
Wed, 21 Jun 2017 03:20:33 +0000 (11:20 +0800)
committerAnatolij Gustschin <agust@denx.de>
Mon, 7 Aug 2017 18:44:01 +0000 (20:44 +0200)
commit5e9e53623c8795ce71fc1576c55101e6aebc4a3b
treef89ab73153d0e327cda4f718f0b54d02dfb60728
parent654542681fdc63e8299f815ec78879a062e6f700
rockchip: video: mipi: Split mipi driver into common and specific parts

To compatible with different rockchip soc, we split the mipi dirver into
common and soc specific parts, and all the soc share the common
functions from common driver part.

Signed-off-by: Eric Gao <eric.gao@rock-chips.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
[agust: fix build breakage and warnings]
Signed-off-by: Anatolij Gustschin <agust@denx.de>
drivers/video/rockchip/rk3399_mipi.c [new file with mode: 0644]
drivers/video/rockchip/rk_mipi.c
drivers/video/rockchip/rk_mipi.h [new file with mode: 0644]