summaryrefslogtreecommitdiff
path: root/include/linux/tegra-cpuidle.h
AgeCommit message (Collapse)Author
2014-02-12ARM: tegra: Return the actual idle stateSai Gurrappadi
MC clock stop and powergating use the same powerdown function so it is possible to request power_down(state=2) but end up powergating (state=1). This causes faulty updating of residency times. Fix this by returning the actual idle state entered instead of returning true/false. Bug 1452222 Change-Id: I5d07f1316770030edcb1bccf4409b452eb6814d9 Signed-off-by: Sai Gurrappadi <sgurrappadi@nvidia.com> Reviewed-on: http://git-master/r/365695 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Mitch Luban <mluban@nvidia.com>
2013-10-17ARM: tegra: Move mach-tegra/{cpuidle.h,timer.h}Ajay Nandakumar
Moving mach-tegra/clock.h and mach-tegra/timer.h to include/linux/tegra-cpuidle.h and include/linux/tegra-timer.h so that it helps faclitate the movement of drivers from mach-tegra/ to drivers/. Bug 1379817 Change-Id: Ia0a33c3f726d2f672409c270ac8ca1629f05eff8 Signed-off-by: Ajay Nandakumar <anandakumarm@nvidia.com> Reviewed-on: http://git-master/r/299019 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Tested-by: Bharat Nihalani <bnihalani@nvidia.com>