summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/pm34xx.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-27OMAP clockdomains: add usecounting for wakeup and sleep dependenciesPaul Walmsley1-0/+3
2010-01-27OMAP2/3 clkdm/pwrdm: move wkdep/sleepdep handling from pwrdm to clkdmPaul Walmsley1-2/+8
2010-01-27ARM: OMAP4: PM: OMAP4 Power Domain Porting Related Clean-up.Abhijit Pagare1-12/+12
2010-01-21OMAP3: PM: DSS PM_WKEN to refill DMASubramani Venkatesh1-0/+4
2010-01-21OMAP3: PM: Force write last pad config register into save areaTero Kristo1-1/+10
2010-01-21OMAP3: PM: Enable wake-up from McBSP2, 3 and 4 modulesPeter Ujfalusi1-2/+6
2010-01-21OMAP3: PM: Remove duplicate code blocksSanjeev Premi1-18/+0
2010-01-21OMAP3: PM: Disable interrupt controller AUTOIDLE before WFITero Kristo1-0/+2
2010-01-21OMAP3: PM: Enable system control module autoidleTero Kristo1-0/+2
2010-01-21OMAP3: PM: Ack pending interrupts before entering suspendTero Kristo1-0/+2
2010-01-08omap3: add missing parenthesesRoel Kluin1-2/+2
2009-11-12OMAP3: PM: Added resched check into idle callsTero Kristo1-1/+1
2009-11-12OMAP3: PM: idle: Remove fclk check for idle loopPeter 'p2' De Schrijver1-42/+0
2009-11-12OMAP3: PM: Use pwrdm_set_next_pwrst instead of set_pwrdm_state in idle loopJouni Hogander1-1/+1
2009-11-12OMAP3: PM: CPUidle: fix init sequencingKalle Jokiniemi1-2/+1
2009-11-12OMAP3: PM: CPUidle: support retention and off-mode C-statesRajendra Nayak1-4/+2
2009-11-12OMAP3: PM: CPUidle: base driver and support for C1-C2Rajendra Nayak1-1/+3
2009-11-12OMAP3: PM: Program SDRC to send self refresh on timeout of AUTO_CNTRajendra Nayak1-17/+7
2009-11-12OMAP3: PM: Enable IO-CHAIN wakeupKalle Jokiniemi1-3/+35
2009-11-12OMAP3: PM: MPU and CORE should stay awake if there is CAM domain ACTIVETero Kristo1-0/+6
2009-11-12OMAP3: PM: Prevent PER from going OFF when CORE is going INATero Kristo1-5/+14
2009-11-12OMAP3: PM: decouple PER and CORE context save and restoreKevin Hilman1-22/+29
2009-11-12PM debug: allow configurable wakeup from suspend on OMAP GPtimerKevin Hilman1-0/+21
2009-11-12OMAP3: PM debug: allow runtime toggle of PM featuresKevin Hilman1-0/+22
2009-11-12ARM: OMAP: SMS: save/restore of SMS_SYSCONFIG for off-modeKalle Jokiniemi1-0/+1
2009-11-12OMAP3: PM: Fix secure SRAM context save/restoreKalle Jokiniemi1-3/+0
2009-11-12OMAP3: PM: Enable SDRAM auto-refresh during sleepTero Kristo1-0/+29
2009-11-12OMAP3: PM: save secure RAM only during initTero Kristo1-2/+17
2009-11-12OMAP3 PM: off-mode support for HS/EMU devicesTero Kristo1-1/+42
2009-11-12OMAP: PM: DMA context save/restore for off-mode supportTero Kristo1-0/+3
2009-11-12OMAP3: PM: CORE domain off-mode supportRajendra Nayak1-1/+72
2009-11-12OMAP3: PM: MPU off-mode supportRajendra Nayak1-1/+10
2009-11-12OMAP3: PM: Restore MMU table entryRajendra Nayak1-0/+35
2009-11-12OMAP3: PM: handle PER/NEON/CORE in idleRajendra Nayak1-10/+54
2009-11-12OMAP3: PM: restore SRAM functions after off-mode.Rajendra Nayak1-3/+7
2009-11-11Merge branch '7xx-iosplit-plat' with omap-fixesTony Lindgren1-5/+5
2009-10-23omap3: PM: enable UART3 module wakeupsKevin Hilman1-3/+4
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren1-5/+5
2009-10-05OMAP3: PM: Enable GPIO module-level wakeupsKevin Hilman1-0/+10
2009-10-05OMAP3: PM: USBHOST: clear wakeup events on both hostsVikram Pandita1-3/+10
2009-10-05OMAP3: PM: PRCM interrupt: only handle selected PRCM interruptsPaul Walmsley1-9/+37
2009-10-05OMAP3: PM: PRCM interrupt: check MPUGRPSEL registerPaul Walmsley1-0/+3
2009-10-05OMAP3: PM: Prevent hang in prcm_interrupt_handlerJon Hunter1-83/+60
2009-09-03Merge branch 'pm-upstream/debug' of git://git.kernel.org/pub/scm/linux/kernel...Tony Lindgren1-4/+34
2009-09-03OMAP: PM: Added suspend target state control to debugfs for OMAP3Tero Kristo1-0/+24
2009-09-03OMAP: PM: Add closures to clkdm_for_each and pwrdm_for_each.Peter 'p2' De Schrijver1-4/+4
2009-09-03OMAP: PM: Hook into PM countersPeter 'p2' De Schrijver1-0/+6
2009-09-03OMAP3: PM: fix lockdep warning caused by omap3_pm_initMing Lei1-1/+1
2009-08-05OMAP3: PM: Fix wrong sequence in suspend.Jouni Hogander1-1/+1
2009-08-05OMAP3: Fixed crash bug with serial + suspendTero Kristo1-2/+21