aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/pm.c
Commit message (Expand)AuthorAge
* Merge tag 'late-omap' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds2013-02-28
|\
| * Merge tag 'omap-for-v3.9/pm-omap4-signed' of git://git.kernel.org/pub/scm/lin...Olof Johansson2013-02-12
| |\
| | * ARM: OMAP2+: PM: Fix the dt return condition in pm_late_init()Santosh Shilimkar2013-02-08
* | | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-21
|\| |
| * | Merge tag 'omap-cleanup-b-for-3.9' of git://git.kernel.org/pub/scm/linux/kern...Tony Lindgren2013-01-30
| |\ \
| | * | ARM: OMAP2+: clockdomain: convert existing atomic usecounts into spinlock-pro...Paul Walmsley2013-01-29
| | * | ARM: OMAP2+: PM/powerdomain: move omap_set_pwrdm_state() to powerdomain codePaul Walmsley2013-01-29
| | * | ARM: OMAP2: PM/powerdomain: drop unnecessary pwrdm_wait_transition()Paul Walmsley2013-01-29
| | |/
| * / ARM: OMAP2+: omap_device: remove obsolete pm_lats and early_device codePaul Walmsley2013-01-26
| |/
* / ARM: OMAP2+: Use omap initcallsTony Lindgren2013-01-11
|/
* ARM: arm-soc: Merge branch 'next/clk' into next/pmOlof Johansson2012-12-12
|\
| * Merge branch 'omap-for-v3.8/pm' into omap-for-v3.8/clockTony Lindgren2012-11-13
| |\
| * | ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2Tony Lindgren2012-10-18
| * | ARM: OMAP: Make plat/omap-pm.h local to mach-omap2Tony Lindgren2012-10-18
| * | ARM: OMAP: Make omap_device local to mach-omap2Tony Lindgren2012-10-17
* | | ARM: OMAP2+: voltage: fixup oscillator handling when CONFIG_PM=nKevin Hilman2012-11-14
| |/ |/|
* | ARM: OMAP: add support for oscillator setupTero Kristo2012-11-05
|/
* Merge tag 'omap-for-v3.7-rc1/fixes-cpufreq-signed' of git://git.kernel.org/pu...Olof Johansson2012-10-09
|\
| * Merge tag 'for_3.7-fixes-cpufreq' of git://git.kernel.org/pub/scm/linux/kerne...Tony Lindgren2012-10-08
| |\
| | * ARM: OMAP2+: PM: MPU DVFS: use generic CPU device for MPU-SSKevin Hilman2012-10-08
* | | Merge tag 'for_3.7-fixes-pm' of git://git.kernel.org/pub/scm/linux/kernel/git...Tony Lindgren2012-10-08
|\ \ \ | |/ / |/| |
| * | ARM: OMAP2+: PM: fix return value check in omap2_set_init_voltage()Wei Yongjun2012-10-02
* | | ARM: OMAP2+: clockdomain/hwmod: add workaround for EMU clockdomain idle problemsPaul Walmsley2012-09-23
* | | Merge branch 'clock_devel_3.7' into hwmod_prcm_clock_a_3.7Paul Walmsley2012-09-23
|\ \ \ | |_|/ |/| |
| * | ARM: OMAP2+: clock: Remove all direct dereferencing of struct clkRajendra Nayak2012-09-22
| |/
* / ARM: OMAP: unwrap stringsPaul Walmsley2012-09-12
|/
* ARM: omap2: use machine specific hook for late initShawn Guo2012-05-08
* ARM: OMAP: pm: fix compilation breakGovindraj.R2012-03-29
* Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-27
|\
| * Merge branch 'dt' of git://github.com/hzhuang1/linux into next/dtOlof Johansson2012-03-08
| |\
| * | ARM: OMAP2+: pm: Do not init statically the SR and voltage layer with DTBenoit Cousson2012-02-16
* | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-27
|\ \ \
| * \ \ Merge branch 'next/cleanup-exynos-clock' of git://git.kernel.org/pub/scm/linu...Olof Johansson2012-03-13
| |\ \ \ | | | |/ | | |/|
| * | | ARM: OMAP2+: PM: share some suspend-related functions across OMAP2, 3, 4Paul Walmsley2012-03-05
| * | | ARM: OMAP2+: PM: share clkdms_setup() across OMAP2, 3, 4Paul Walmsley2012-03-05
| * | | ARM: OMAP2+: PM: clean up omap_set_pwrdm_state()Paul Walmsley2012-03-05
* | | | Merge tag 'imx25-iomux-ds' of git://git.pengutronix.de/git/imx/linux-2.6 into...Arnd Bergmann2012-03-15
|\ \ \ \ | | |/ / | |/| |
| * | | ARM: OMAP: add RCU locking to omap2_set_init_voltage.NeilBrown2012-02-14
| | |/ | |/|
* | | Merge branch 'fixes-non-critical-part2' of git://git.kernel.org/pub/scm/linux...Olof Johansson2012-03-07
|\ \ \ | |_|/ |/| |
| * | ARM: OMAP2+: PM: fix section mismatch with omap2_init_processor_devices()Kevin Hilman2012-03-06
| |/
* / ARM: OMAP: convert omap_device_build() and callers to __initKevin Hilman2012-02-24
|/
* Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King2011-12-05
|\
| * ARM: OMAP: PM: only register TWL with voltage layer when device is presentKevin Hilman2011-11-23
* | ARM: 7159/1: OMAP: Introduce local common.h filesTony Lindgren2011-11-17
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * arm: Add export.h to ARM specific files as required.Paul Gortmaker2011-10-31
* | arm/dts: OMAP3+: Add mpu, dsp and iva nodesBenoit Cousson2011-10-04
* | ARM: OMAP2+: pm: Remove static devices variable for mpu, dsp, iva and l3 PMBenoit Cousson2011-10-04
* | ARM: OMAP2+: pm: Use hwmod name instead of dev pointerBenoit Cousson2011-10-04
| |
| \
*-. \ Merge branches 'cleanup-part3', 'voltage', 'dmtimer' and 'l3' into dt-baseTony Lindgren2011-10-04
|\ \ \ | |_|/ |/| |