From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Courbot Subject: Re: [PATCH v4 1/3] Runtime Interpreted Power Sequences Date: Tue, 21 Aug 2012 17:53:27 +0900 Message-ID: <1860040.h1S5hbLDAH@percival> References: <1345097337-24170-1-git-send-email-acourbot@nvidia.com> <1562509.b0FYTUZ1D8@percival> <20120821083329.GA28992@avionic-0098.adnet.avionic-design.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <20120821083329.GA28992@avionic-0098.adnet.avionic-design.de> Sender: linux-doc-owner@vger.kernel.org To: Thierry Reding Cc: Tomi Valkeinen , Stephen Warren , Simon Glass , Grant Likely , Rob Herring , Mark Brown , Anton Vorontsov , David Woodhouse , Arnd Bergmann , Leela Krishna Amudala , "linux-tegra@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-fbdev@vger.kernel.org" , "devicetree-discuss@lists.ozlabs.org" , "linux-doc@vger.kernel.org" List-Id: devicetree@vger.kernel.org On Tuesday 21 August 2012 16:33:30 Thierry Reding wrote: > I suppose power sequences aren't needed if you have a specific driver > for every panel out there. However that also means that you'd have to > write drivers for literally every panel that requires support. In the > end this will just result in discussion down the road how the common > functionality can be refactored and we may end up with power sequences > again. > > Also as you mentioned, power sequences are useful for a number of other > use-cases. Without power sequences you'll have to potentially create > extra frameworks tha reimplement parts of the power sequence code for > their specific hardware needs. Yes, I can imagine what a mess it would become it we had one driver for every panel out there which sole purpose would be to define power sequences over more generic drivers. That reassures me about the usefulness of this work. Another (small) benefit of power sequences over specific drivers is that being defined in the DT, they would allow an old kernel to operate a newer device if the base driver is the same. Alex.