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

2014-11-26 Thread Stephen Boyd
On 11/26/2014 02:28 PM, Lina Iyer wrote: + +static struct platform_driver qcom_cpuidle_plat_driver = { + .probe = qcom_cpuidle_probe, + .driver = { + .name = "qcom_cpuidle", + }, +}; + +module_platform_driver(qcom_cpuidle_plat_driver); Said this a few reviews ag

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

2014-11-26 Thread Lina Iyer
Add cpuidle driver interface to allow cpus to go into idle 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 Acked