aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/cpuidle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-21ARM: davinci: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2015-12-01ARM: davinci: make headers more localArnd Bergmann1-2/+2
2015-03-23ARM: cpuidle: Remove duplicate header inclusionDaniel Lezcano1-1/+0
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-12cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logicDaniel Lezcano1-1/+0
2014-10-20ARM: mach-davinci: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-07-27ARM: davinci: cpuidle: Fix target residencyDaniel Lezcano1-1/+1
2013-04-23ARM: davinci: cpuidle: use init/exit common routineDaniel Lezcano1-19/+1
2013-04-23cpuidle: remove en_core_tk_irqen flagDaniel Lezcano1-1/+0
2013-04-08ARM: davinci: cpuidle: fix wrong enter functionDaniel Lezcano1-6/+2
2013-02-08davinci: cpuidle - remove useless initializationDaniel Lezcano1-2/+0
2013-02-08davinci: cpuidle - remove the opsDaniel Lezcano1-31/+2
2013-02-08davinci: cpuidle - move code to prevent forward declarationDaniel Lezcano1-36/+36
2013-02-08Replace the flag by a simple global boolean in the cpuidle.c.Daniel Lezcano1-13/+10
2012-03-22ARM: davinci: Fix for cpuidle consolidation changesRobert Lee1-4/+5
2012-03-21ARM: davinci: Consolidate time keeping and irq enableRobert Lee1-49/+33
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-22/+29
2011-11-06cpuidle: Single/Global registration of idle statesDeepthi Dharwar1-18/+21
2011-11-06cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar1-2/+3
2011-11-06cpuidle: Move dev->last_residency update to driver enter routine; remove dev->last_stateDeepthi Dharwar1-3/+6
2011-10-31arm: Add export.h to ARM specific files as required.Paul Gortmaker1-0/+1
2011-10-13ARM: mach-davinci: remove mach/memory.hNicolas Pitre1-1/+1
2010-02-04davinci: cpuidle: move mapping of DDR2 controller registers out of driverSekhar Nori1-29/+4
2010-02-04davinci: move DDR2 controller defines to memory.hSekhar Nori1-4/+1
2009-11-25davinci: add CPU idle driverSekhar Nori1-0/+197