Re: [PATCH v10 07/10] qcom: cpuidle: Add cpuidle driver for QCOM cpus

2014-11-27 Thread Lorenzo Pieralisi
Hi Kevin, On Wed, Nov 26, 2014 at 07:43:01PM +, Kevin Hilman wrote: > Daniel Lezcano writes: > > > On 11/21/2014 07:03 PM, Lina Iyer wrote: > >> Add cpuidle driver interface to allow cpus to go into C-States. Use the > >> cpuidle DT interface, common across ARM architectures, to provide the

Re: [PATCH v10 07/10] qcom: cpuidle: Add cpuidle driver for QCOM cpus

2014-11-26 Thread Lina Iyer
On Wed, Nov 26 2014 at 10:59 -0700, Lorenzo Pieralisi wrote: On Fri, Nov 21, 2014 at 06:03:54PM +, Lina Iyer wrote: Add cpuidle driver interface to allow cpus to go into C-States. Use the "idle states" please. Sorry. Done. Acked-by: Lorenzo Pieralisi -- To unsubscribe from this list:

Re: [PATCH v10 07/10] qcom: cpuidle: Add cpuidle driver for QCOM cpus

2014-11-26 Thread Kevin Hilman
Daniel Lezcano writes: > On 11/21/2014 07:03 PM, Lina Iyer wrote: >> Add cpuidle driver interface to allow cpus to go into C-States. Use the >> cpuidle DT interface, common across ARM architectures, to provide the >> idle state information to the cpuidle framework. >> >> Supported modes at this t

Re: [PATCH v10 07/10] qcom: cpuidle: Add cpuidle driver for QCOM cpus

2014-11-26 Thread Lorenzo Pieralisi
On Fri, Nov 21, 2014 at 06:03:54PM +, Lina Iyer wrote: > Add cpuidle driver interface to allow cpus to go into C-States. Use the "idle states" please. > cpuidle DT interface, common across ARM architectures, to provide the > idle state information to the cpuidle framework. > > Supported mode

Re: [PATCH v10 07/10] qcom: cpuidle: Add cpuidle driver for QCOM cpus

2014-11-26 Thread Daniel Lezcano
On 11/21/2014 07:03 PM, Lina Iyer wrote: Add cpuidle driver interface to allow cpus to go into C-States. Use the cpuidle DT interface, common across ARM architectures, to provide the idle state information to the cpuidle framework. Supported modes at this time are Standby and Standalone Power Co

[PATCH v10 07/10] qcom: cpuidle: Add cpuidle driver for QCOM cpus

2014-11-21 Thread Lina Iyer
Add cpuidle driver interface to allow cpus to go into C-States. Use the cpuidle DT interface, common across ARM architectures, to provide the idle state information to the cpuidle framework. Supported modes at this time are Standby and Standalone Power Collapse. Signed-off-by: Lina Iyer --- ...