[U-Boot] [PATCH v2 1/3] rockchip: video: mipi: Add rk3288 soc specific driver for mipi dsi

Simon Glass sjg at chromium.org
Tue Jun 20 03:22:29 UTC 2017


On 19 June 2017 at 00:19, Eric Gao <eric.gao at rock-chips.com> wrote:
> Add rk3288 soc specific driver for mipi dsi.
>
> Signed-off-by: Eric Gao <eric.gao at rock-chips.com>
>
> ---
>
> 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
+++++++++++++++++++++++++++++++++++
> 1 file changed, 191 insertions(+)
> create mode 100644 drivers/video/rockchip/rk3288_mipi.c
>

Reviewed-by: Simon Glass <sjg at chromium.org>

I would expect a warning comparing a pointer to FDT_ADDR_T_NONE, but
presumably you would have seen it if it happened.

- Simon


More information about the U-Boot mailing list