From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 7 Aug 2017 21:03:47 +0200 Subject: [U-Boot] [PATCH v4 2/3] rockchip: video: mipi: Split mipi driver into common and specific parts In-Reply-To: <1502132366-31918-1-git-send-email-agust@denx.de> References: <1498015234-12919-3-git-send-email-eric.gao@rock-chips.com> <1502132366-31918-1-git-send-email-agust@denx.de> Message-ID: <20170807210347.11fdd984@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 7 Aug 2017 20:59:26 +0200 Anatolij Gustschin agust at denx.de wrote: > From: "eric.gao at rock-chips.com" > > 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 > Acked-by: Philipp Tomsich > [agust: fix build breakage and warnings] > Signed-off-by: Anatolij Gustschin > --- > drivers/video/rockchip/rk3399_mipi.c | 182 +++++++++++++++++++++++++++++++++++ > drivers/video/rockchip/rk_mipi.c | 170 ++------------------------------ > drivers/video/rockchip/rk_mipi.h | 32 ++++++ > 3 files changed, 220 insertions(+), 164 deletions(-) > create mode 100644 drivers/video/rockchip/rk3399_mipi.c > create mode 100644 drivers/video/rockchip/rk_mipi.h Applied to u-boot-video/master. -- Anatolij