summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/cpuidle34xx.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-06cpuidle: Single/Global registration of idle statesDeepthi Dharwar1-24/+49
2011-11-06cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar1-6/+7
2011-11-06cpuidle: Move dev->last_residency update to driver enter routine; remove dev-...Deepthi Dharwar1-28/+39
2011-05-20OMAP3: cpuidle: change the power domains modes determination logicJean Pihet1-34/+24
2011-05-20OMAP3: cpuidle: code rework for improved readabilityJean Pihet1-33/+19
2011-05-20OMAP3: cpuidle: re-organize the C-states dataJean Pihet1-204/+101
2011-05-20OMAP3: clean-up mach specific cpuidle data structuresJean Pihet1-60/+43
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-11Merge branch 'integration-2.6.39-for-tony' of git://git.pwsan.com/linux-integ...Tony Lindgren1-2/+2
2011-03-09omap3: cpuidle: Add description field to each C-state.Santosh Shilimkar1-0/+9
2011-03-09OMAP3630: PM: don't warn the user with a trace in case of PM34XX_ERRATUMRicardo Salveti de Araujo1-1/+1
2011-02-25OMAP: clockdomain: Arch specific funcs for hwsup control of clkdmRajendra Nayak1-2/+2
2011-01-13Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2011-01-12Merge branch 'linus' into idle-testLen Brown1-12/+28
2011-01-12cpuidle: CPUIDLE_FLAG_CHECK_BM is omap3_idle specificLen Brown1-0/+2
2010-12-21OMAP2+: powerdomain: move header file from plat-omap to mach-omap2Paul Walmsley1-1/+1
2010-12-21OMAP2+: clockdomain: move header file from plat-omap to mach-omap2Paul Walmsley1-1/+1
2010-12-21OMAP3630: PM: Erratum i583: disable coreoff if < ES1.2Eduardo Valentin1-0/+12
2010-12-21OMAP3: PM: make omap3_cpuidle_update_states independent of enable_off_modeNishanth Menon1-10/+14
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-08OMAP: control: move plat-omap/control.h to mach-omap2/control.hPaul Walmsley1-1/+1
2010-10-01OMAP3: CPUidle: remove redundant setting of PER next power stateKevin Hilman1-3/+1
2010-09-23OMAP3: PM: move device-specific special cases from PM core into CPUidleKevin Hilman1-3/+55
2010-02-23OMAP3: cpuidle: Add valid field into C-state parameter passingKalle Jokiniemi1-14/+23
2010-02-23OMAP3: cpuidle: configure latencies/thresholds from board fileKevin Hilman1-21/+84
2010-02-23OMAP3: cpuidle: Update statistics for correct stateSanjeev Premi1-8/+90
2010-01-20OMAP3: CPUidle: Fixed timer resolutionTero Kristo1-1/+1
2009-11-11OMAP3: PM: Added resched check into idle callsTero Kristo1-1/+2
2009-11-11OMAP3: PM: Use pwrdm_set_next_pwrst instead of set_pwrdm_state in idle loopJouni Hogander1-2/+2
2009-11-11OMAP3: PM: CPUidle: Start C-state definitions from base 0Sanjeev Premi1-9/+9
2009-11-11OMAP3: PM: CPUidle: Add new lower-latency C1 statePeter 'p2' De Schrijver1-44/+81
2009-11-11OMAP3: PM: CPUidle: fix init sequencingKalle Jokiniemi1-2/+6
2009-11-11OMAP3: PM: CPUidle: check activity for C2, C3, correct accountingKevin Hilman1-6/+13
2009-11-11OMAP3: PM: CPUidle: obey enable_off_mode flagKevin Hilman1-2/+12
2009-11-11OMAP3: PM: CPUidle: support retention and off-mode C-statesRajendra Nayak1-12/+16
2009-11-11OMAP3: PM: CPUidle: base driver and support for C1-C2Rajendra Nayak1-0/+255