From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Marinas Subject: Re: [PATCH v7 7/8] drivers: cpuidle: initialize big.LITTLE driver through DT Date: Mon, 18 Aug 2014 15:21:59 +0100 Message-ID: <20140818142159.GI20043@localhost> References: <1407945127-27554-1-git-send-email-lorenzo.pieralisi@arm.com> <1407945127-27554-8-git-send-email-lorenzo.pieralisi@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1407945127-27554-8-git-send-email-lorenzo.pieralisi@arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Lorenzo Pieralisi Cc: Mark Rutland , Tomasz Figa , Lina Iyer , Chander Kashyap , Vincent Guittot , Nicolas Pitre , Daniel Lezcano , "linux-arm-kernel@lists.infradead.org" , "grant.likely@linaro.org" , Charles Garcia-Tobin , "devicetree@vger.kernel.org" , Kevin Hilman , "linux-pm@vger.kernel.org" , Sebastian Capella , Mark Brown , Antti Miettinen , Paul Walmsley , Geoff Levand , Peter De Schrijver , Stephen Boyd , Amit Kucheria List-Id: devicetree@vger.kernel.org On Wed, Aug 13, 2014 at 04:52:06PM +0100, Lorenzo Pieralisi wrote: > With the introduction of DT based idle states, CPUidle drivers for ARM > can now initialize idle states data through properties in the device tree. > > This patch adds code to the big.LITTLE CPUidle driver to dynamically > initialize idle states data through the updated device tree source file. > > Cc: Chander Kashyap > Signed-off-by: Lorenzo Pieralisi > --- > arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts | 23 +++++++++++++++++++++++ > drivers/cpuidle/Kconfig.arm | 1 + > drivers/cpuidle/cpuidle-big_little.c | 23 ++++++++++++++++++++++- > 3 files changed, 46 insertions(+), 1 deletion(-) Acked-by: Catalin Marinas From mboxrd@z Thu Jan 1 00:00:00 1970 From: catalin.marinas@arm.com (Catalin Marinas) Date: Mon, 18 Aug 2014 15:21:59 +0100 Subject: [PATCH v7 7/8] drivers: cpuidle: initialize big.LITTLE driver through DT In-Reply-To: <1407945127-27554-8-git-send-email-lorenzo.pieralisi@arm.com> References: <1407945127-27554-1-git-send-email-lorenzo.pieralisi@arm.com> <1407945127-27554-8-git-send-email-lorenzo.pieralisi@arm.com> Message-ID: <20140818142159.GI20043@localhost> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Aug 13, 2014 at 04:52:06PM +0100, Lorenzo Pieralisi wrote: > With the introduction of DT based idle states, CPUidle drivers for ARM > can now initialize idle states data through properties in the device tree. > > This patch adds code to the big.LITTLE CPUidle driver to dynamically > initialize idle states data through the updated device tree source file. > > Cc: Chander Kashyap > Signed-off-by: Lorenzo Pieralisi > --- > arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts | 23 +++++++++++++++++++++++ > drivers/cpuidle/Kconfig.arm | 1 + > drivers/cpuidle/cpuidle-big_little.c | 23 ++++++++++++++++++++++- > 3 files changed, 46 insertions(+), 1 deletion(-) Acked-by: Catalin Marinas