summaryrefslogtreecommitdiff
path: root/drivers/cpuidle
AgeCommit message (Expand)AuthorFilesLines
2016-06-15cpuidle: Indicate when a device has been unregisteredDave Gerlach1-0/+2
2015-10-28ARM: ux500: cpuidle: fix section mismatchDaniel Lezcano1-1/+1
2015-07-30cpuidle / menu: Return (-1) if there are no suitable statesRafael J. Wysocki2-1/+4
2013-12-12cpuidle: Check for dev before deregistering it.Konrad Rzeszutek Wilk1-1/+1
2013-09-12Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2013-09-10Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+220
2013-08-30cpuidle: Check the result of cpuidle_get_driver() against NULLDaniel Fu1-1/+2
2013-08-30cpuidle: coupled: fix race condition between pokes and safe stateColin Cross1-6/+14
2013-08-30cpuidle: coupled: abort idle if pokes are pendingColin Cross1-25/+82
2013-08-30cpuidle: coupled: disable interrupts after entering safe stateColin Cross1-0/+2
2013-08-28Merge branch 'cpuidle/biglittle' into next/driversOlof Johansson3-0/+220
2013-08-28cpuidle: big.LITTLE: vexpress-TC2 CPU idle driverLorenzo Pieralisi3-0/+220
2013-08-23cpuidle: Change struct menu_device field typesTuukka Tikkanen1-11/+17
2013-08-23cpuidle: Add a comment warning about possible overflowTuukka Tikkanen1-0/+9
2013-08-23cpuidle: Fix variable domains in get_typical_interval()Tuukka Tikkanen1-6/+9
2013-08-23cpuidle: Fix menu_device->intervals typeTuukka Tikkanen1-1/+1
2013-08-23cpuidle: CodingStyle: Break up multiple assignments on single lineTuukka Tikkanen1-3/+6
2013-08-23cpuidle: Check called function parameter in get_typical_interval()Tuukka Tikkanen1-5/+13
2013-08-23cpuidle: Rearrange code and comments in get_typical_interval()Tuukka Tikkanen1-13/+15
2013-08-23cpuidle: Ignore interval prediction result when timer is shorterTuukka Tikkanen1-1/+4
2013-08-15cpuidle-kirkwood.c: simplify use of devm_ioremap_resource()Julia Lawall1-3/+0
2013-08-15Merge branch 'cpuidle/arm-next' of git://git.linaro.org/people/dlezcano/linux...Rafael J. Wysocki2-2/+2
2013-08-15Merge back earlier 'pm-cpuidle' material.Rafael J. Wysocki8-110/+298
2013-08-12cpuidle: kirkwood: Make kirkwood_cpuidle_remove function staticJingoo Han1-1/+1
2013-08-12cpuidle: calxeda: Add missing __iomem annotationJingoo Han1-1/+1
2013-07-29Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki1-69/+4
2013-07-29Revert "cpuidle: Quickly notice prediction failure in general case"Rafael J. Wysocki1-34/+1
2013-07-27Merge branch 'cpuidle-arm' into pm-cpuidleRafael J. Wysocki4-16/+173
2013-07-27ARM: ux500: cpuidle: Move ux500 cpuidle driver to drivers/cpuidleDaniel Lezcano3-0/+140
2013-07-27cpuidle: Add Kconfig.arm and move calxeda, kirkwood and zynqSahara3-16/+33
2013-07-15cpuidle: Check if device is already registeredDaniel Lezcano1-1/+4
2013-07-15cpuidle: Introduce __cpuidle_device_init()Daniel Lezcano1-7/+13
2013-07-15cpuidle: Introduce __cpuidle_unregister_device()Daniel Lezcano1-30/+32
2013-07-15cpuidle: Make cpuidle's sysfs directory dynamically allocatedDaniel Lezcano1-15/+48
2013-07-15cpuidle: Fix white space to follow CodingStyleDaniel Lezcano1-16/+22
2013-07-15cpuidle: Check cpuidle_enable_device() return valueDaniel Lezcano1-8/+9
2013-07-15cpuidle: Make it clear that governors cannot be modulesDaniel Lezcano2-22/+2
2013-07-04Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-132/+307
2013-07-03Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-14/+0
2013-06-24cpuidle: calxeda: select ARM_CPU_SUSPENDArnd Bergmann1-0/+1
2013-06-11cpuidle: Fix ARCH_NEEDS_CPU_IDLE_COUPLED dependency warningDaniel Lezcano1-3/+3
2013-06-11cpuidle: Comment the driver's framework codeDaniel Lezcano1-6/+126
2013-06-11cpuidle: simplify multiple driver supportDaniel Lezcano2-115/+81
2013-06-05ARM: zynq: Add cpuidle supportMichal Simek3-0/+91
2013-06-03cpuidle: improve governor Kconfig optionsDaniel Lezcano1-9/+7
2013-05-29ARM: introduce common set_auxcr/get_auxcr functionsRob Herring1-14/+0
2013-04-27cpuidle: add maintainer entryDaniel Lezcano2-3/+6
2013-04-24cpuidle: fix comment formatDaniel Lezcano1-1/+1
2013-04-23ARM: kirkwood: cpuidle: use init/exit common routineDaniel Lezcano1-15/+2
2013-04-23ARM: calxeda: cpuidle: use init/exit common routineDaniel Lezcano1-51/+1