aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/pm34xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-11Merge branch 'for_2.6.39/pm-integration' of ssh://master.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into omap-for-linusTony Lindgren1-0/+7
2011-03-11Merge branch 'integration-2.6.39-for-tony' of git://git.pwsan.com/linux-integration into omap-for-linusTony Lindgren1-123/+4
2011-03-11perf: add OMAP support for the new power eventsJean Pihet1-0/+7
2011-03-09omap3: pm: Use exported set_cr() instead of a custom one.Santosh Shilimkar1-6/+1
2011-03-09OMAP2/3: PM: remove unnecessary wakeup/sleep dependency clearPaul Walmsley1-15/+0
2011-03-09OMAP3630: PM: don't warn the user with a trace in case of PM34XX_ERRATUMRicardo Salveti de Araujo1-2/+1
2011-03-07OMAP2/3: PM: remove manual CM_AUTOIDLE bit setting in mach-omap2/pm*xx.cPaul Walmsley1-104/+1
2011-02-25OMAP2+: clock: autoidle as many clocks as possible if CONFIG_OMAP_RESET_CLOCKSPaul Walmsley1-17/+0
2011-02-25OMAP: clockdomain: Arch specific funcs for hwsup control of clkdmRajendra Nayak1-2/+2
2011-02-25OMAP: clockdomain: Arch specific funcs for sleep/wakeup of clkdmRajendra Nayak1-1/+1
2011-01-31Merge branch 'for_2.6.38/pm-fixes' of ssh://master.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into devel-fixesTony Lindgren1-3/+4
2011-01-26OMAP3: PM: fix save secure RAM to restore MPU power stateKevin Hilman1-3/+4
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn1-2/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-2/+25
2010-12-21OMAP3: control/PM: move padconf save code to mach-omap2/control.cPaul Walmsley1-10/+1
2010-12-21OMAP2+: powerdomain: move header file from plat-omap to mach-omap2Paul Walmsley1-2/+4
2010-12-21OMAP2+: clockdomain: move header file from plat-omap to mach-omap2Paul Walmsley1-1/+1
2010-12-21OMAP2/3: PRM/CM: prefix OMAP2 PRM/CM functions with "omap2_"Paul Walmsley1-71/+72
2010-12-21OMAP3: PRM/CM: separate CM context save/restore; remove PRM context save/restorePaul Walmsley1-2/+2
2010-12-21OMAP2/3: PRCM: split OMAP2/3-specific PRCM code into OMAP2/3-specific filesPaul Walmsley1-2/+2
2010-12-21OMAP3: add comments for low power code errataJean Pihet1-2/+2
2010-12-21OMAP3630: PM: Erratum i583: disable coreoff if < ES1.2Eduardo Valentin1-3/+22
2010-12-21OMAP3: PM: make omap3_cpuidle_update_states independent of enable_off_modeNishanth Menon1-1/+1
2010-12-21OMAP3630: PM: Disable L2 cache while invalidating L2 cachePeter 'p2' De Schrijver1-1/+4
2010-12-21OMAP3630: PM: Erratum i608: disable RTANishanth Menon1-0/+10
2010-12-21OMAP3: pm: introduce errata handlingNishanth Menon1-0/+9
2010-12-21OMAP2+: disable idle early in the suspend sequenceJean Pihet1-13/+2
2010-12-09OMAP2+: PM/serial: fix console semaphore acquire during suspendKevin Hilman1-7/+20
2010-11-24OMAP2+: PM/serial: hold console semaphore while OMAP UARTs are disabledPaul Walmsley1-0/+10
2010-11-16suspend: constify platform_suspend_opsLionel Debroux1-1/+1
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/khilman/linux-omap-pm into omap-for-linusTony 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-23OMAP clockdomain: initialize clockdomain registers when the clockdomain layer startsPaul Walmsley1-3/+0
2010-09-23omap: pm: Move set_pwrdm_state routine to common pm.cSantosh Shilimkar1-49/+4
2010-09-23omap: pm-debug: Move common debug code to pm-debug.cSantosh Shilimkar1-18/+0
2010-09-23OMAP3: 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/khilman/linux-omap-pm into omap-for-linusTony Lindgren1-25/+33