summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/pm34xx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_3.5/fixes/pm' of git://git.kernel.org/pub/scm/linux/kernel/...Tony Lindgren2012-06-041-0/+1
|\
| * ARM: OMAP3: PM: fix shared PRCM interrupts: leave disabled at bootKevin Hilman2012-05-111-0/+1
* | Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-261-6/+1
|\ \
| * | ARM: omap2: use machine specific hook for late initShawn Guo2012-05-081-6/+1
| |/
* | ARM: OMAP2+: clean up some cppcheck warningsPaul Walmsley2012-04-171-7/+3
|/
* Merge branch 'for_3.4/fixes/pm' of git://git.kernel.org/pub/scm/linux/kernel/...Tony Lindgren2012-04-031-18/+20
|\
| * arm: omap3: pm34xx.c: Replace printk() with appropriate pr_*()Mark A. Greer2012-03-221-12/+10
| * arm: omap3: pm34xx.c: Fix omap3_pm_init() error out pathsMark A. Greer2012-03-221-6/+10
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-0/+1
|\ \
| * | Disintegrate asm/system.h for ARMDavid Howells2012-03-281-0/+1
| |/
* | Merge branch 'cleanup-pm' of git://git.kernel.org/pub/scm/linux/kernel/git/tm...Olof Johansson2012-03-101-71/+3
|\ \
| * | ARM: OMAP2+: PM: share some suspend-related functions across OMAP2, 3, 4Paul Walmsley2012-03-051-50/+2
| * | ARM: OMAP2+: PM: share clkdms_setup() across OMAP2, 3, 4Paul Walmsley2012-03-051-16/+1
| * | ARM: OMAP3: PM: remove superfluous calls to pwrdm_clear_all_prev_pwrst()Paul Walmsley2012-03-051-5/+0
* | | Merge branch 'depends/omap/gpio/runtime-pm-cleanup' into next/cleanupArnd Bergmann2012-03-021-14/+0
|\ \ \ | |/ / |/| |
| * | gpio/omap: handle save/restore context in GPIO driverTarun Kanti DebBarma2012-02-061-14/+0
| |/
* | ARM: OMAP: convert idle handlers from pm_idle to arm_pm_idleNicolas Pitre2012-01-201-4/+2
|/
* Merge branch 'for_3.3/uart/runtime-pm' of git://git.kernel.org/pub/scm/linux/...Tony Lindgren2011-12-161-43/+0
|\
| * ARM: OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qosGovindraj.R2011-12-141-11/+0
| * ARM: OMAP2+: UART: cleanup + remove uart pm specific APIGovindraj.R2011-12-141-32/+0
* | Merge branch 'tk_prm_chain_handler_devel_3.3' of git://git.pwsan.com/linux-2....Tony Lindgren2011-12-161-71/+44
|\ \ | |/ |/|
| * ARM: OMAP3: pm: use prcm chain handlerTero Kristo2011-12-161-71/+44
* | ARM: 7159/1: OMAP: Introduce local common.h filesTony Lindgren2011-11-171-0/+1
|/
* Merge branch 'for_3.2/pm-cleanup-2' of git://github.com/khilman/linux-omap-pm...Tony Lindgren2011-11-041-33/+37
|\
| * ARM: OMAP3: PM: restrict erratum i443 handling to OMAP3430 onlyPaul Walmsley2011-10-071-9/+11
| * ARM: OMAP3: PM: fix I/O wakeup and I/O chain clock control detectionPaul Walmsley2011-10-071-21/+22
| * ARM: OMAP3: PM: fix pwrdm_post_transition call sequenceCharulatha V2011-10-071-3/+4
* | OMAP3: PM: fix UART handling when using no_console_suspendKevin Hilman2011-09-161-1/+1
|/
* Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-07-251-6/+0
|\
| * Merge branch 'for_3.1/pm-misc' of git://git.kernel.org/pub/scm/linux/kernel/g...Tony Lindgren2011-06-291-2/+0
| |\
| | * OMAP3: PM debug: remove sleep_while_idle featureKevin Hilman2011-06-201-2/+0
| * | omap2+: Remove gptimer_wakeup for nowTony Lindgren2011-06-201-4/+0
| |/
* | ARM: pm: allow suspend finisher to return error codesRussell King2011-07-021-1/+2
* | ARM: pm: omap3: move saving of the auxiliary control registers to CRussell King2011-06-301-1/+18
* | ARM: pm: omap3: run the ASM sleep code from DDRJean Pihet2011-06-291-9/+11
* | ARM: pm: hide 1st and 2nd arguments to cpu_suspend from platform codeRussell King2011-06-241-2/+3
* | ARM: pm: omap34xx: convert to generic suspend/resume supportRussell King2011-06-241-37/+10
|/
* 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
|\
OpenPOWER on IntegriCloud