[PATCH RFC v2 08/14] drm: imx: Add MIPI DSI host controller driver

2014-12-22 Thread Liu Ying
Hi Philipp, On 12/19/2014 06:17 PM, Philipp Zabel wrote: > Hi Liu, > > Am Freitag, den 19.12.2014, 13:53 +0800 schrieb Liu Ying: > [...] + mipi_dsi: mipi at 021e { + #address-cells = <1>; + #size-cells = <0>; + compatible = "fsl,imx6q-mipi-dsi";

[PATCH RFC v2 08/14] drm: imx: Add MIPI DSI host controller driver

2014-12-19 Thread Liu Ying
On 12/18/2014 07:39 PM, Philipp Zabel wrote: > Am Donnerstag, den 18.12.2014, 15:11 +0800 schrieb 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 >> --- >> v1->v2: >>

[PATCH RFC v2 08/14] drm: imx: Add MIPI DSI host controller driver

2014-12-19 Thread Philipp Zabel
Hi Liu, Am Freitag, den 19.12.2014, 13:53 +0800 schrieb Liu Ying: [...] > >> + mipi_dsi: mipi at 021e { > >> + #address-cells = <1>; > >> + #size-cells = <0>; > >> + compatible = "fsl,imx6q-mipi-dsi"; > >> + reg = <0x021e 0x4000>; > >> + interr

[PATCH RFC v2 08/14] drm: imx: Add MIPI DSI host controller driver

2014-12-18 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 --- v1->v2: * Address almost all comments from Thierry Reding and Russell. * Update the DT documentation to remove the display-timings node

[PATCH RFC v2 08/14] drm: imx: Add MIPI DSI host controller driver

2014-12-18 Thread Philipp Zabel
Am Donnerstag, den 18.12.2014, 15:11 +0800 schrieb 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 > --- > v1->v2: > * Address almost all comments from Thierry Reding and