From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lorenzo Pieralisi Subject: Re: [PATCH v4 3/6] drivers: cpuidle: implement OF based idle states infrastructure Date: Thu, 12 Jun 2014 10:19:32 +0100 Message-ID: <20140612091932.GC29295@e102568-lin.cambridge.arm.com> References: <1402503520-8611-1-git-send-email-lorenzo.pieralisi@arm.com> <1402503520-8611-4-git-send-email-lorenzo.pieralisi@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: 8BIT Return-path: In-Reply-To: Content-Disposition: inline Sender: linux-pm-owner@vger.kernel.org To: Nicolas Pitre Cc: "linux-arm-kernel@lists.infradead.org" , "linux-pm@vger.kernel.org" , "devicetree@vger.kernel.org" , Mark Rutland , Sudeep Holla , Catalin Marinas , Charles Garcia-Tobin , Rob Herring , "grant.likely@linaro.org" , Peter De Schrijver , Santosh Shilimkar , Daniel Lezcano , Amit Kucheria , Vincent Guittot , Antti Miettinen , Stephen Boyd , Kevin Hilman , Sebastian Capella , Tomasz Figa , Mark Brown List-Id: devicetree@vger.kernel.org On Wed, Jun 11, 2014 at 07:38:51PM +0100, Nicolas Pitre wrote: > On Wed, 11 Jun 2014, Lorenzo Pieralisi wrote: > > > On most common ARM systems, the low-power states a CPU can be put into are > > not discoverable in HW and require device tree bindings to describe > > power down suspend operations and idle states parameters. > > > > In order to enable DT based idle states and configure idle drivers, this > > patch implements the bulk infrastructure required to parse the device tree > > idle states bindings and initialize the corresponding CPUidle driver states > > data. > > Oh and another pet peeve of mine: given we always talk about "device > tree" all the time, could you s/OF/DT/ in the subject? It's been a > while that DT has outgrown its OF origins. > > create mode 100644 drivers/cpuidle/of_idle_states.c > > create mode 100644 drivers/cpuidle/of_idle_states.h > > Ditto here, including any new symbols you introduced. Yes you have a point, I will do. Thanks, Lorenzo