[PATCH] of: Add simple panel device tree binding

2014-01-06 Thread Alex Courbot
On 12/11/2013 11:16 PM, Tomi Valkeinen wrote: > * PGP Signed by an unknown key > > On 2013-11-22 20:41, Thierry Reding wrote: > >> +Example: >> + >> +panel: panel { >> +compatible = "cptt,claa101wb01"; >> +ddc-i2c-bus = <>; >> + >> +power-supply =

[PATCH] of: Add simple panel device tree binding

2013-12-11 Thread Tomi Valkeinen
On 2013-11-22 20:41, Thierry Reding wrote: > +Example: > + > + panel: panel { > + compatible = "cptt,claa101wb01"; > + ddc-i2c-bus = <>; > + > + power-supply = <_pnl_reg>; > + enable-gpios = < 90 0>; > + > + backlight = <>; > +

[PATCH] of: Add simple panel device tree binding

2013-12-06 Thread Sascha Hauer
On Fri, Dec 06, 2013 at 02:58:00PM +0100, Thierry Reding wrote: > On Thu, Dec 05, 2013 at 12:45:17AM +0100, Laurent Pinchart wrote: > > Hi Thierry, > > > > On Tuesday 26 November 2013 09:59:12 Thierry Reding wrote: > > > On Tue, Nov 26, 2013 at 02:54:41AM +0100, Laurent Pinchart wrote: > > > > On

[PATCH] of: Add simple panel device tree binding

2013-12-06 Thread Thierry Reding
On Thu, Dec 05, 2013 at 12:45:17AM +0100, Laurent Pinchart wrote: > Hi Thierry, > > On Tuesday 26 November 2013 09:59:12 Thierry Reding wrote: > > On Tue, Nov 26, 2013 at 02:54:41AM +0100, Laurent Pinchart wrote: > > > On Friday 22 November 2013 19:41:54 Thierry Reding wrote: > > > > This binding

[PATCH] of: Add simple panel device tree binding

2013-12-05 Thread Laurent Pinchart
Hi Thierry, On Tuesday 26 November 2013 09:59:12 Thierry Reding wrote: > On Tue, Nov 26, 2013 at 02:54:41AM +0100, Laurent Pinchart wrote: > > On Friday 22 November 2013 19:41:54 Thierry Reding wrote: > > > This binding specifies a set of common properties for display panels. It > > > can be used

[PATCH] of: Add simple panel device tree binding

2013-11-26 Thread Thierry Reding
On Tue, Nov 26, 2013 at 10:01:54AM +0800, Daniel Kurtz wrote: > On Sat, Nov 23, 2013 at 2:41 AM, Thierry Reding > wrote: > > This binding specifies a set of common properties for display panels. It > > can be used as a basis by bindings for specific panels. > > > > Bindings for three specific

[PATCH] of: Add simple panel device tree binding

2013-11-26 Thread Daniel Kurtz
On Sat, Nov 23, 2013 at 2:41 AM, Thierry Reding wrote: > This binding specifies a set of common properties for display panels. It > can be used as a basis by bindings for specific panels. > > Bindings for three specific panels are provided to show how the simple > panel binding can be used. > >

[PATCH] of: Add simple panel device tree binding

2013-11-26 Thread Thierry Reding
On Tue, Nov 26, 2013 at 02:54:41AM +0100, Laurent Pinchart wrote: > Hi Thierry, > > Thank you for the patch. > > On Friday 22 November 2013 19:41:54 Thierry Reding wrote: > > This binding specifies a set of common properties for display panels. It > > can be used as a basis by bindings for

[PATCH] of: Add simple panel device tree binding

2013-11-26 Thread Laurent Pinchart
Hi Thierry, Thank you for the patch. On Friday 22 November 2013 19:41:54 Thierry Reding wrote: > This binding specifies a set of common properties for display panels. It > can be used as a basis by bindings for specific panels. > > Bindings for three specific panels are provided to show how the

[PATCH] of: Add simple panel device tree binding

2013-11-22 Thread Thierry Reding
This binding specifies a set of common properties for display panels. It can be used as a basis by bindings for specific panels. Bindings for three specific panels are provided to show how the simple panel binding can be used. Signed-off-by: Thierry Reding --- This binding has already been

[PATCH] of: Add simple panel device tree binding

2013-11-22 Thread Rob Herring
On Fri, Nov 22, 2013 at 12:41 PM, Thierry Reding wrote: > This binding specifies a set of common properties for display panels. It > can be used as a basis by bindings for specific panels. > > Bindings for three specific panels are provided to show how the simple > panel binding can be used. > >