summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/cpuidle-clps711x.c
Commit message (Collapse)AuthorAgeFilesLines
* cpuidle: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
| | | | | | | A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
* ARM: clps711x: Add cpuidle driverAlexander Shiyan2014-04-301-0/+64
Add cpuidle support for ARM Cirrus Logic CLPS711X CPUs. This CPU has an unique internal register and write to this location will put the system into the Idle State by halting the clock to the processor until an interrupt is generated. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>