aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/cpuidle34xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-09ARM: OMAP2+: Handle errors for cpu_pmTony Lindgren1-2/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2016-02-19ARM: OMAP3: Add cpuidle parameters table for omap3430Pali Rohár1-1/+68
2014-11-12cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logicDaniel Lezcano1-7/+0
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+0
2013-04-23ARM: OMAP3: cpuidle: use init/exit common routineDaniel Lezcano1-20/+2
2013-04-23cpuidle: remove en_core_tk_irqen flagDaniel Lezcano1-1/+0
2013-04-22ARM: OMAP3: remove cpuidle_wrap_enterDaniel Lezcano1-21/+9
2013-04-09ARM: OMAP: CPUidle: Unregister drivere on device registration failureSantosh Shilimkar1-1/+5
2013-04-09ARM: omap3: cpuidle: enable time keepingDaniel Lezcano1-2/+3
2013-03-28ARM: OMAP2+: PM: Remove bogus fiq_[enable/disable] tupleSantosh Shilimkar1-3/+0
2013-01-29ARM: OMAP3xxx: CPUIdle: optimize __omap3_enter_idle()Paul Walmsley1-13/+22
2013-01-26ARM: OMAP3xxx: CPUIdle: simplify the PER next-state codePaul Walmsley1-22/+22
2012-12-15ARM: OMAP3/4: cpuidle: fix sparse and checkpatch warningsPaul Walmsley1-5/+9
2012-11-08ARM: OMAP2+: PRCM: remove obsolete prcm.[ch]Paul Walmsley1-1/+0
2012-09-12ARM: OMAP2+: Prepare for irqs.h removalTony Lindgren1-1/+0
2012-07-23Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-44/+27
2012-06-25ARM: OMAP3: PM: cpuidle: optimize the clkdm idle latency in C1 stateJean Pihet1-18/+4
2012-06-25ARM: OMAP3: PM: cpuidle: optimize the PER latency in C1 stateJean Pihet1-19/+22
2012-06-25ARM: OMAP3: PM: cpuidle: default to C1 in next_valid_stateJean Pihet1-7/+1
2012-06-19ARM: OMAP3/4: consolidate cpuidle MakefileDaniel Lezcano1-8/+0
2012-05-04ARM: OMAP3: cpuidle - check the powerdomain lookupDaniel Lezcano1-0/+3
2012-05-03ARM: OMAP3: cpuidle - set global variables staticDaniel Lezcano1-1/+1
2012-05-03ARM: OMAP3: set omap3_idle_data as staticDaniel Lezcano1-1/+1
2012-05-03ARM: OMAP3: cpuidle - simplify next_valid_stateDaniel Lezcano1-34/+19
2012-05-03ARM: OMAP3: cpuidle - use omap3_idle_data directlyDaniel Lezcano1-57/+6
2012-05-03ARM: OMAP3: define statically the omap3_idle_dataDaniel Lezcano1-5/+32
2012-05-03ARM: OMAP3: cpuidle - remove cpuidle_params_tableDaniel Lezcano1-25/+3
2012-05-03ARM: OMAP3: cpuidle - remove the 'valid' fieldDaniel Lezcano1-9/+2
2012-05-03ARM: OMAP3: cpuidle - remove errata check in the init functionDaniel Lezcano1-10/+0
2012-05-03ARM: OMAP3: define cpuidle staticallyDaniel Lezcano1-26/+60
2012-05-03ARM: OMAP3: cpuidle - remove rx51 cpuidle parameters tableDaniel Lezcano1-17/+0
2012-03-21ARM: omap: Consolidate OMAP3 time keeping and irq enableRobert Lee1-25/+17
2011-12-16Merge branch 'for_3.3/uart/runtime-pm' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into uartTony Lindgren1-6/+0
2011-12-14ARM: OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qosGovindraj.R1-6/+0
2011-12-08ARM: OMAP3: CPUidle: Make use of CPU PM notifiersSantosh Shilimkar1-0/+15
2011-12-05Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into devel-stableRussell King1-0/+1
2011-12-05ARM: 7189/1: OMAP3: Fix build break in cpuidle34xx.c because of irq functionSantosh Shilimkar1-0/+1
2011-11-23Merge branch 'fixes-v3.2-rc2' into fixesTony Lindgren1-48/+85
2011-11-07ARM: OMAP3: CPUidle: include <linux/export.h>Kevin Hilman1-0/+1
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->last_stateDeepthi 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-integration into omap-for-linusTony Lindgren1-2/+2
2011-03-09omap3: cpuidle: Add description field to each C-state.Santosh Shilimkar1-0/+9