[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 = <&panelddc>; >> + >> +power-supply = <&

Re: [RFC 1/3] drm: Add panel support

2013-09-02 Thread Alex Courbot
Hi Thierry, On 08/31/2013 12:25 AM, Thierry Reding wrote: Add a very simple framework to register and lookup panels. Panel drivers can initialize a DRM panel and register it with the framework, allowing them to be retrieved and used by display drivers. Currently only support for DPMS and obtaini

[PATCH v3 0/2] NVIDIA Tegra DRM driver

2012-11-16 Thread Alex Courbot
On Friday 16 November 2012 11:36:36 Alex Courbot wrote: > On Friday 16 November 2012 05:28:21 Thierry Reding wrote: > > This third version of the patch series cleans up some minor issues that > > were found in the previous versions, such as deferred probe not working > > pro

[PATCH v3 0/2] NVIDIA Tegra DRM driver

2012-11-16 Thread Alex Courbot
On Friday 16 November 2012 05:28:21 Thierry Reding wrote: > This third version of the patch series cleans up some minor issues that > were found in the previous versions, such as deferred probe not working > properly and the display remaining enabled after the driver is removed. > > I've also put

Re: [PATCH v3 0/2] NVIDIA Tegra DRM driver

2012-11-16 Thread Alex Courbot
On Friday 16 November 2012 11:36:36 Alex Courbot wrote: > On Friday 16 November 2012 05:28:21 Thierry Reding wrote: > > This third version of the patch series cleans up some minor issues that > > were found in the previous versions, such as deferred probe not working > > pro

Re: [PATCH v3 0/2] NVIDIA Tegra DRM driver

2012-11-16 Thread Alex Courbot
On Friday 16 November 2012 05:28:21 Thierry Reding wrote: > This third version of the patch series cleans up some minor issues that > were found in the previous versions, such as deferred probe not working > properly and the display remaining enabled after the driver is removed. > > I've also put