aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/pm34xx.c
Commit message (Expand)AuthorAgeFilesLines
* OMAP: process tput request made before PM init.John Grossman2014-10-011-0/+3
* ARM: omap2: Fix compile error on pm34xx.cScott Anderson2014-10-011-0/+1
* OMAP3: PM: Fix compile after gpio wakeup API changeScott Anderson2011-11-301-4/+4
* ARM: omap2+: gpio: simplify updating gpios in off vs. retentionColin Cross2011-11-031-1/+1
* OMAP2+: GPMC: make context/save restore APIs genericAxel Haslam2011-08-291-2/+2
* HACK: move the pm_is_ready to beyond pmxx.cNishanth Menon2011-08-021-0/+1
* OMAP: Serial: Use resume call from prcm to enable uartGovindraj.R2011-07-141-0/+2
* OMAP2+: UART: Remove certain uart calls from sram_idleGovindraj.R2011-07-141-25/+0
* GPIO: OMAP: Handle save/restore ctx in GPIO driverCharulatha V2011-07-141-14/+0
* GPIO: OMAP: Fix pwrdm_post_transition call sequenceCharulatha V2011-07-141-3/+4
* OMAP3: PM: Boot message is not an error, and not helpful, remove itSanjeev Premi2011-05-201-2/+0
* OMAP3: cpuidle: change the power domains modes determination logicJean Pihet2011-05-201-12/+0
* Merge branch 'for_2.6.39/pm-integration' of ssh://master.kernel.org/pub/scm/l...Tony Lindgren2011-03-111-0/+7
|\
| * perf: add OMAP support for the new power eventsJean Pihet2011-03-111-0/+7
* | Merge branch 'integration-2.6.39-for-tony' of git://git.pwsan.com/linux-integ...Tony Lindgren2011-03-111-123/+4
|\ \ | |/
| * OMAP2/3: PM: remove manual CM_AUTOIDLE bit setting in mach-omap2/pm*xx.cPaul Walmsley2011-03-071-104/+1
| * OMAP2+: clock: autoidle as many clocks as possible if CONFIG_OMAP_RESET_CLOCKSPaul Walmsley2011-02-251-17/+0
| * OMAP: clockdomain: Arch specific funcs for hwsup control of clkdmRajendra Nayak2011-02-251-2/+2
| * OMAP: clockdomain: Arch specific funcs for sleep/wakeup of clkdmRajendra Nayak2011-02-251-1/+1
* | omap3: pm: Use exported set_cr() instead of a custom one.Santosh Shilimkar2011-03-091-6/+1
* | OMAP2/3: PM: remove unnecessary wakeup/sleep dependency clearPaul Walmsley2011-03-091-15/+0
* | OMAP3630: PM: don't warn the user with a trace in case of PM34XX_ERRATUMRicardo Salveti de Araujo2011-03-091-2/+1
|/
* Merge branch 'for_2.6.38/pm-fixes' of ssh://master.kernel.org/pub/scm/linux/k...Tony Lindgren2011-01-311-3/+4
|\
| * OMAP3: PM: fix save secure RAM to restore MPU power stateKevin Hilman2011-01-261-3/+4
* | console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn2011-01-261-2/+2
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-12-221-2/+25
| |\
| * | suspend: constify platform_suspend_opsLionel Debroux2010-11-161-1/+1
* | | OMAP3: control/PM: move padconf save code to mach-omap2/control.cPaul Walmsley2010-12-211-10/+1
* | | OMAP2+: powerdomain: move header file from plat-omap to mach-omap2Paul Walmsley2010-12-211-2/+4
* | | OMAP2+: clockdomain: move header file from plat-omap to mach-omap2Paul Walmsley2010-12-211-1/+1
* | | OMAP2/3: PRM/CM: prefix OMAP2 PRM/CM functions with "omap2_"Paul Walmsley2010-12-211-71/+72
* | | OMAP3: PRM/CM: separate CM context save/restore; remove PRM context save/restorePaul Walmsley2010-12-211-2/+2
* | | OMAP2/3: PRCM: split OMAP2/3-specific PRCM code into OMAP2/3-specific filesPaul Walmsley2010-12-211-2/+2
* | | OMAP3: add comments for low power code errataJean Pihet2010-12-211-2/+2
* | | OMAP3630: PM: Erratum i583: disable coreoff if < ES1.2Eduardo Valentin2010-12-211-3/+22
* | | OMAP3: PM: make omap3_cpuidle_update_states independent of enable_off_modeNishanth Menon2010-12-211-1/+1
* | | OMAP3630: PM: Disable L2 cache while invalidating L2 cachePeter 'p2' De Schrijver2010-12-211-1/+4
* | | OMAP3630: PM: Erratum i608: disable RTANishanth Menon2010-12-211-0/+10
* | | OMAP3: pm: introduce errata handlingNishanth Menon2010-12-211-0/+9
* | | OMAP2+: disable idle early in the suspend sequenceJean Pihet2010-12-211-13/+2
| |/ |/|
* | OMAP2+: PM/serial: fix console semaphore acquire during suspendKevin Hilman2010-12-091-7/+20
* | OMAP2+: PM/serial: hold console semaphore while OMAP UARTs are disabledPaul Walmsley2010-11-241-0/+10
|/
* OMAP3: PM: fix scratchpad memory accesses for off-modeKevin Hilman2010-10-111-3/+3
* OMAP: control: move plat-omap/control.h to mach-omap2/control.hPaul Walmsley2010-10-081-1/+1
* Merge branch 'pm-hwmods' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...Tony Lindgren2010-10-081-2/+15
|\
| * OMAP3: PM: Add prepare idle and resume idle call for uart4Govindraj.R2010-09-291-0/+2
| * OMAP3: PRCM: Consider UART4 for 3630 chip in prcm_setup_regsGovindraj.R2010-09-291-2/+13
* | OMAP: mach-omap2: Fix incorrect assignment warningsManjunath Kondaiah G2010-10-081-1/+1
|/
* OMAP clockdomain: initialize clockdomain registers when the clockdomain layer...Paul Walmsley2010-09-231-3/+0