Re: [PATCH RFC 09/15] drm: imx: Add MIPI DSI host controller driver

2014-12-17 Thread Liu Ying
Hi Russell, On 12/17/2014 06:40 PM, Russell King - ARM Linux wrote: On Wed, Dec 17, 2014 at 05:44:33PM +0800, Liu Ying wrote: Hi Thierry, Sorry for the late response. I tried to address almost all your comments locally first. More feedback below. On 12/10/2014 09:16 PM, Thierry Reding wrote:

Re: [PATCH RFC 09/15] drm: imx: Add MIPI DSI host controller driver

2014-12-17 Thread Russell King - ARM Linux
On Wed, Dec 17, 2014 at 05:44:33PM +0800, Liu Ying wrote: > Hi Thierry, > > Sorry for the late response. > I tried to address almost all your comments locally first. > More feedback below. > > On 12/10/2014 09:16 PM, Thierry Reding wrote: > >On Wed, Dec 10, 2014 at 04:37:22PM +0800, Liu Ying wrot

Re: [PATCH RFC 09/15] drm: imx: Add MIPI DSI host controller driver

2014-12-17 Thread Liu Ying
Hi Thierry, Sorry for the late response. I tried to address almost all your comments locally first. More feedback below. On 12/10/2014 09:16 PM, Thierry Reding wrote: On Wed, Dec 10, 2014 at 04:37:22PM +0800, Liu Ying wrote: This patch adds i.MX MIPI DSI host controller driver support. Current

Re: [PATCH RFC 09/15] drm: imx: Add MIPI DSI host controller driver

2014-12-10 Thread Thierry Reding
On Wed, Dec 10, 2014 at 04:37:22PM +0800, Liu Ying wrote: > This patch adds i.MX MIPI DSI host controller driver support. > Currently, the driver supports the burst with sync pulses mode only. > > Signed-off-by: Liu Ying > --- > .../devicetree/bindings/drm/imx/mipi_dsi.txt | 81 ++ > dri

[PATCH RFC 09/15] drm: imx: Add MIPI DSI host controller driver

2014-12-10 Thread Liu Ying
This patch adds i.MX MIPI DSI host controller driver support. Currently, the driver supports the burst with sync pulses mode only. Signed-off-by: Liu Ying --- .../devicetree/bindings/drm/imx/mipi_dsi.txt | 81 ++ drivers/gpu/drm/imx/Kconfig|6 + drivers/gpu/dr