summaryrefslogtreecommitdiff
path: root/arch/arm/mach-davinci/cpuidle.c
AgeCommit message (Expand)AuthorFilesLines
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/...Linus 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-...Deepthi 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