summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/pm34xx.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-10OMAP2+: PM/serial: fix console semaphore acquire during suspendKevin Hilman1-7/+20
2010-11-25OMAP2+: PM/serial: hold console semaphore while OMAP UARTs are disabledPaul Walmsley1-0/+10
2010-10-11OMAP3: PM: fix scratchpad memory accesses for off-modeKevin Hilman1-3/+3
2010-10-08OMAP: control: move plat-omap/control.h to mach-omap2/control.hPaul Walmsley1-1/+1
2010-10-08Merge branch 'pm-hwmods' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...Tony Lindgren1-2/+15
2010-10-08OMAP: mach-omap2: Fix incorrect assignment warningsManjunath Kondaiah G1-1/+1
2010-09-29OMAP3: PM: Add prepare idle and resume idle call for uart4Govindraj.R1-0/+2
2010-09-29OMAP3: PRCM: Consider UART4 for 3630 chip in prcm_setup_regsGovindraj.R1-2/+13
2010-09-24OMAP clockdomain: initialize clockdomain registers when the clockdomain layer...Paul Walmsley1-3/+0
2010-09-24omap: pm: Move set_pwrdm_state routine to common pm.cSantosh Shilimkar1-49/+4
2010-09-24omap: pm-debug: Move common debug code to pm-debug.cSantosh Shilimkar1-18/+0
2010-09-24OMAP3: PM: move device-specific special cases from PM core into CPUidleKevin Hilman1-13/+1
2010-09-21OMAP: PM debugfs removing OMAP3 hardcodings.Thara Gopinath1-5/+0
2010-09-21OMAP3: PM: whitespace cleanup around IO wakeup enableKevin Hilman1-3/+3
2010-08-16OMAP3: PM: ensure IO wakeups are properly disabledKevin Hilman1-1/+3
2010-08-02OMAP3: AM3505/3517 do not have IO wakeup capabilitystanley.miao1-3/+4
2010-06-10OMAP3: PM: fix IO daisy chain enable to use PM_WKEN regKevin Hilman1-2/+2
2010-05-20OMAP3: PM: PM_MPUGRPSEL writes should use GRPSEL macros, not EN macrosPaul Walmsley1-7/+12
2010-05-20OMAP2+ PRCM: convert remaining PRCM macros to the _SHIFT/_MASK suffixesPaul Walmsley1-15/+15
2010-05-20OMAP3 PRCM: convert OMAP3 PRCM macros to the _SHIFT/_MASK suffixesPaul Walmsley1-88/+90
2010-05-20Merge branch 'pm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/khilm...Tony Lindgren1-25/+33
2010-05-12OMAP2/3: GPIO: generalize prepare for idleKevin Hilman1-6/+4
2010-05-12OMAP3: GPIO fixes for off-modeTero Kristo1-4/+6
2010-05-12OMAP3: PM: Remove PER wakeup dependency on CORE.Mike Chan1-8/+0
2010-05-12OMAP3: PM: Enable IO / IO-CHAIN wakeups for PERMike Chan1-5/+11
2010-05-12OMAP3: PM: Add milliseconds interface to suspend wakeup timerAri Kauppi1-7/+10
2010-05-12OMAP3: PRCM interrupt: only check and clear enabled PRCM IRQsKevin Hilman1-5/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-25Merge branch 'for_2.6.34_b' of git://git.pwsan.com/linux-2.6 into omap-for-linusTony Lindgren1-1/+1
2010-02-24OMAP3: clock: use std _MASK suffix for CM_FCLKEN_IVA2 definesKevin Hilman1-1/+1
2010-02-23OMAP3: cpuidle: Update statistics for correct stateSanjeev Premi1-0/+4
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