
20 Jun
2017
20 Jun
'17
5:22 a.m.
On 19 June 2017 at 00:19, Eric Gao eric.gao@rock-chips.com wrote:
Add rk3288 soc specific driver for mipi dsi.
Signed-off-by: Eric Gao eric.gao@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@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