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 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 > Cc: Grant Likely > Cc: Rob Her

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

2012-03-31 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 > 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

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 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 node that > +      repres

[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 Cc: Grant Likely Cc: Rob Herring Signed-off-by: Thomas Abraham --- .../devicetree/bindings/fb/samsung-fb.txt | 148 + drivers/video/s3c-fb.c