From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 7 Aug 2017 21:31:45 +0200 Subject: [U-Boot] [PATCH v3 1/3] rockchip: video: mipi: Add rk3288 soc specific driver for mipi dsi In-Reply-To: <1498015323-13048-2-git-send-email-eric.gao@rock-chips.com> References: <1498015323-13048-1-git-send-email-eric.gao@rock-chips.com> <1498015323-13048-2-git-send-email-eric.gao@rock-chips.com> Message-ID: <20170807213145.22a592c4@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 Wed, 21 Jun 2017 11:22:01 +0800 Eric Gao eric.gao at rock-chips.com wrote: > Add rk3288 soc specific driver for mipi dsi. > > Signed-off-by: Eric Gao > Reviewed-by: Simon Glass > > --- > > Changes in v2: > -Cancel the force convert for dev_read_addr return value type. > -Change regs type from "void __iomem" to "uintptr_t". > > Changes in v1: > -Change function name from rk_display_enable to rk_mipi_enable. > -Use IS_ERR to judge the return status. > -Use dev_read_addr to replace devfdt_get_addr. > > drivers/video/rockchip/rk3288_mipi.c | 191 +++++++++++++++++++++++++++++++++++ > drivers/video/rockchip/rk_mipi.h | 2 +- > 2 files changed, 192 insertions(+), 1 deletion(-) > create mode 100644 drivers/video/rockchip/rk3288_mipi.c Applied to u-boot-video/master after rebasing, thanks! -- Anatolij