Re: [PATCH v2] video: s3c-fb: Add device tree support

2012-04-05 Thread Jingoo Han
On Fri, Mar 30, 2012 at 2:23, Thomas Abraham thomas.abra...@linaro.org wrote: Subject: [PATCH v2] video: s3c-fb: Add device tree support Add device tree based discovery support for Samsung's display controller framebuffer driver. Cc: Jingoo Han jg1@samsung.com Cc: Grant Likely

Re: [PATCH v2] video: s3c-fb: Add device tree support

2012-04-01 Thread Shawn Guo
On Fri, Mar 30, 2012 at 09:25:14PM +0530, Rabin Vincent wrote: On Fri, Mar 30, 2012 at 11:23, Thomas Abraham thomas.abra...@linaro.org wrote: +    - samsung,fimd-display: The fimd controller is interfaced with the a +      display device such as a lcd panel. This property should specify the

Re: [PATCH v2] video: s3c-fb: Add device tree support

2012-03-30 Thread Rabin Vincent
On Fri, Mar 30, 2012 at 11:23, Thomas Abraham thomas.abra...@linaro.org wrote: +    - samsung,fimd-display: The fimd controller is interfaced with the a +      display device such as a lcd panel. This property should specify the +      phandle of the display device node. For a display device

[PATCH v2] video: s3c-fb: Add device tree support

2012-03-29 Thread Thomas Abraham
Add device tree based discovery support for Samsung's display controller framebuffer driver. Cc: Jingoo Han jg1@samsung.com Cc: Grant Likely grant.lik...@secretlab.ca Cc: Rob Herring rob.herr...@calxeda.com Signed-off-by: Thomas Abraham thomas.abra...@linaro.org ---