Re: [PATCH 3/4] drm/msm: Initial add DSI connector support

2015-03-23 Thread Archit Taneja
Hi Hai, On 03/19/2015 02:35 AM, h...@codeaurora.org wrote: Hi Archit, Thanks for your comments. Please see my response for some comments below. Comments without response will be addressed in patch version 2. I will wait for other comments if any to push patch V2. +static int

Re: [PATCH 3/4] drm/msm: Initial add DSI connector support

2015-03-23 Thread hali
Hi Archit, Hi Hai, On 03/19/2015 02:35 AM, h...@codeaurora.org wrote: Hi Archit, Thanks for your comments. Please see my response for some comments below. Comments without response will be addressed in patch version 2. I will wait for other comments if any to push patch V2. +static int

Re: [PATCH 3/4] drm/msm: Initial add DSI connector support

2015-03-18 Thread hali
Hi Archit, Thanks for your comments. Please see my response for some comments below. Comments without response will be addressed in patch version 2. I will wait for other comments if any to push patch V2. +static int dsi_gpio_init(struct msm_dsi_host *msm_host) +{ +int ret; + +

[PATCH 3/4] drm/msm: Initial add DSI connector support

2015-03-13 Thread Hai Li
This change adds the DSI connector support in msm drm driver. Signed-off-by: Hai Li h...@codeaurora.org --- drivers/gpu/drm/msm/Kconfig | 11 + drivers/gpu/drm/msm/Makefile |4 + drivers/gpu/drm/msm/dsi/dsi.c | 203 drivers/gpu/drm/msm/dsi/dsi.h |