[PATCH v2 1/2] drm/fsl-dcu: rework codes to support of_graph dt binding for panel

2016-07-05 Thread Meng Yi
ied at linux.ie; emil.l.velikov at gmail.com; jianwei.wang.chn at > gmail.com; > alexander.stein at systec-electronic.com; dri-devel at lists.freedesktop.org; > Meng Yi > Subject: [PATCH v2 1/2] drm/fsl-dcu: rework codes to support of_graph dt > binding for panel > > This patch rewor

[PATCH v2 1/2] drm/fsl-dcu: rework codes to support of_graph dt binding for panel

2016-07-13 Thread Stefan Agner
On 2016-06-28 02:32, Meng Yi wrote: > This patch rework the output code to add of_graph dt binding support > for panel device and also keeps the backward compatibility > > Signed-off-by: Meng Yi > --- > Changes in V2: > -fix some coding style issue > -add fsl_dev->connector.panel check > -use fsl

[PATCH v2 1/2] drm/fsl-dcu: rework codes to support of_graph dt binding for panel

2016-06-28 Thread Meng Yi
This patch rework the output code to add of_graph dt binding support for panel device and also keeps the backward compatibility Signed-off-by: Meng Yi --- Changes in V2: -fix some coding style issue -add fsl_dev->connector.panel check -use fsl_dev->np and drop fsl_dev->dev->of_node -return 'ret'