aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/pm34xx.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-08omap3: add missing parenthesesGravatar Roel Kluin 1-2/+2
2009-11-11OMAP3: PM: Added resched check into idle callsGravatar Tero Kristo 1-1/+1
2009-11-11OMAP3: PM: idle: Remove fclk check for idle loopGravatar Peter 'p2' De Schrijver 1-42/+0
2009-11-11OMAP3: PM: Use pwrdm_set_next_pwrst instead of set_pwrdm_state in idle loopGravatar Jouni Hogander 1-1/+1
2009-11-11OMAP3: PM: CPUidle: fix init sequencingGravatar Kalle Jokiniemi 1-2/+1
2009-11-11OMAP3: PM: CPUidle: support retention and off-mode C-statesGravatar Rajendra Nayak 1-4/+2
2009-11-11OMAP3: PM: CPUidle: base driver and support for C1-C2Gravatar Rajendra Nayak 1-1/+3
2009-11-11OMAP3: PM: Program SDRC to send self refresh on timeout of AUTO_CNTGravatar Rajendra Nayak 1-17/+7
2009-11-11OMAP3: PM: Enable IO-CHAIN wakeupGravatar Kalle Jokiniemi 1-3/+35
2009-11-11OMAP3: PM: MPU and CORE should stay awake if there is CAM domain ACTIVEGravatar Tero Kristo 1-0/+6
2009-11-11OMAP3: PM: Prevent PER from going OFF when CORE is going INAGravatar Tero Kristo 1-5/+14
2009-11-11OMAP3: PM: decouple PER and CORE context save and restoreGravatar Kevin Hilman 1-22/+29
2009-11-11PM debug: allow configurable wakeup from suspend on OMAP GPtimerGravatar Kevin Hilman 1-0/+21
2009-11-11OMAP3: PM debug: allow runtime toggle of PM featuresGravatar Kevin Hilman 1-0/+22
2009-11-11ARM: OMAP: SMS: save/restore of SMS_SYSCONFIG for off-modeGravatar Kalle Jokiniemi 1-0/+1
2009-11-11OMAP3: PM: Fix secure SRAM context save/restoreGravatar Kalle Jokiniemi 1-3/+0
2009-11-11OMAP3: PM: Enable SDRAM auto-refresh during sleepGravatar Tero Kristo 1-0/+29
2009-11-11OMAP3: PM: save secure RAM only during initGravatar Tero Kristo 1-2/+17
2009-11-11OMAP3 PM: off-mode support for HS/EMU devicesGravatar Tero Kristo 1-1/+42
2009-11-11OMAP: PM: DMA context save/restore for off-mode supportGravatar Tero Kristo 1-0/+3
2009-11-11OMAP3: PM: CORE domain off-mode supportGravatar Rajendra Nayak 1-1/+72
2009-11-11OMAP3: PM: MPU off-mode supportGravatar Rajendra Nayak 1-1/+10
2009-11-11OMAP3: PM: Restore MMU table entryGravatar Rajendra Nayak 1-0/+35
2009-11-11OMAP3: PM: handle PER/NEON/CORE in idleGravatar Rajendra Nayak 1-10/+54
2009-11-11OMAP3: PM: restore SRAM functions after off-mode.Gravatar Rajendra Nayak 1-3/+7
2009-11-10Merge branch '7xx-iosplit-plat' with omap-fixesGravatar Tony Lindgren 1-5/+5
2009-10-22omap3: PM: enable UART3 module wakeupsGravatar Kevin Hilman 1-3/+4
2009-10-20omap: headers: Move remaining headers from include/mach to include/platGravatar Tony Lindgren 1-5/+5
2009-10-05OMAP3: PM: Enable GPIO module-level wakeupsGravatar Kevin Hilman 1-0/+10
2009-10-05OMAP3: PM: USBHOST: clear wakeup events on both hostsGravatar Vikram Pandita 1-3/+10
2009-10-05OMAP3: PM: PRCM interrupt: only handle selected PRCM interruptsGravatar Paul Walmsley 1-9/+37
2009-10-05OMAP3: PM: PRCM interrupt: check MPUGRPSEL registerGravatar Paul Walmsley 1-0/+3
2009-10-05OMAP3: PM: Prevent hang in prcm_interrupt_handlerGravatar Jon Hunter 1-83/+60
2009-09-02Merge branch 'pm-upstream/debug' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Tony Lindgren 1-4/+34
2009-09-02OMAP: PM: Added suspend target state control to debugfs for OMAP3Gravatar Tero Kristo 1-0/+24
2009-09-02OMAP: PM: Add closures to clkdm_for_each and pwrdm_for_each.Gravatar Peter 'p2' De Schrijver 1-4/+4
2009-09-02OMAP: PM: Hook into PM countersGravatar Peter 'p2' De Schrijver 1-0/+6
2009-09-02OMAP3: PM: fix lockdep warning caused by omap3_pm_initGravatar Ming Lei 1-1/+1
2009-08-05OMAP3: PM: Fix wrong sequence in suspend.Gravatar Jouni Hogander 1-1/+1
2009-08-05OMAP3: Fixed crash bug with serial + suspendGravatar Tero Kristo 1-2/+21
2009-08-05OMAP3: PM: Do not build suspend code if SUSPEND is not enabledGravatar Kevin Hilman 1-0/+6
2009-08-05OMAP3: PM: prevent module wakeups from waking IVA2Gravatar Kevin Hilman 1-0/+6
2009-08-05OMAP3: PM: Clear pending PRCM reset flags on initGravatar Kevin Hilman 1-0/+9
2009-08-05OMAP3: PM: Ensure PRCM interrupts are cleared at bootGravatar Kevin Hilman 1-0/+3
2009-08-05OMAP2/3: PM: make PM __init calls staticGravatar Kevin Hilman 1-1/+1
2009-05-28OMAP3: PM: prevent module wakeups from waking IVA2Gravatar Kevin Hilman 1-0/+6
2009-05-28OMAP3: PM: Clear pending PRCM reset flags on initGravatar Kevin Hilman 1-0/+9
2009-05-28OMAP3: PM: Ensure PRCM interrupts are cleared at bootGravatar Kevin Hilman 1-0/+3
2009-05-28OMAP3: PM: Add D2D clocks and auto-idle setup to PRCM initGravatar Kevin Hilman 1-2/+23
2009-05-28OMAP3: PM: UART: disable clocks when idle and off-mode supportGravatar Kevin Hilman 1-0/+15