summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/pm.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2Tony Lindgren2012-10-181-0/+1
* ARM: OMAP: Make plat/omap-pm.h local to mach-omap2Tony Lindgren2012-10-181-1/+1
* ARM: OMAP: Make omap_device local to mach-omap2Tony Lindgren2012-10-171-1/+1
* Merge tag 'omap-for-v3.7-rc1/fixes-cpufreq-signed' of git://git.kernel.org/pu...Olof Johansson2012-10-091-1/+10
|\
| * Merge tag 'for_3.7-fixes-cpufreq' of git://git.kernel.org/pub/scm/linux/kerne...Tony Lindgren2012-10-081-1/+10
| |\
| | * ARM: OMAP2+: PM: MPU DVFS: use generic CPU device for MPU-SSKevin Hilman2012-10-081-1/+10
* | | Merge tag 'for_3.7-fixes-pm' of git://git.kernel.org/pub/scm/linux/kernel/git...Tony Lindgren2012-10-081-1/+1
|\ \ \ | |/ / |/| |
| * | ARM: OMAP2+: PM: fix return value check in omap2_set_init_voltage()Wei Yongjun2012-10-021-1/+1
* | | ARM: OMAP2+: clockdomain/hwmod: add workaround for EMU clockdomain idle problemsPaul Walmsley2012-09-231-1/+2
* | | Merge branch 'clock_devel_3.7' into hwmod_prcm_clock_a_3.7Paul Walmsley2012-09-231-1/+1
|\ \ \ | |_|/ |/| |
| * | ARM: OMAP2+: clock: Remove all direct dereferencing of struct clkRajendra Nayak2012-09-221-1/+1
| |/
* / ARM: OMAP: unwrap stringsPaul Walmsley2012-09-121-2/+2
|/
* ARM: omap2: use machine specific hook for late initShawn Guo2012-05-081-2/+1
* ARM: OMAP: pm: fix compilation breakGovindraj.R2012-03-291-0/+2
* Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-271-0/+8
|\
| * Merge branch 'dt' of git://github.com/hzhuang1/linux into next/dtOlof Johansson2012-03-081-0/+3
| |\
| * | ARM: OMAP2+: pm: Do not init statically the SR and voltage layer with DTBenoit Cousson2012-02-161-0/+8
* | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-271-22/+91
|\ \ \
| * \ \ Merge branch 'next/cleanup-exynos-clock' of git://git.kernel.org/pub/scm/linu...Olof Johansson2012-03-131-0/+3
| |\ \ \ | | | |/ | | |/|
| * | | ARM: OMAP2+: PM: share some suspend-related functions across OMAP2, 3, 4Paul Walmsley2012-03-051-0/+64
| * | | ARM: OMAP2+: PM: share clkdms_setup() across OMAP2, 3, 4Paul Walmsley2012-03-051-0/+10
| * | | ARM: OMAP2+: PM: clean up omap_set_pwrdm_state()Paul Walmsley2012-03-051-22/+17
* | | | Merge tag 'imx25-iomux-ds' of git://git.pengutronix.de/git/imx/linux-2.6 into...Arnd Bergmann2012-03-151-0/+3
|\ \ \ \ | | |/ / | |/| |
| * | | ARM: OMAP: add RCU locking to omap2_set_init_voltage.NeilBrown2012-02-141-0/+3
| | |/ | |/|
* | | Merge branch 'fixes-non-critical-part2' of git://git.kernel.org/pub/scm/linux...Olof Johansson2012-03-071-1/+1
|\ \ \ | |_|/ |/| |
| * | ARM: OMAP2+: PM: fix section mismatch with omap2_init_processor_devices()Kevin Hilman2012-03-061-1/+1
| |/
* / ARM: OMAP: convert omap_device_build() and callers to __initKevin Hilman2012-02-241-1/+1
|/
* Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King2011-12-051-4/+2
|\
| * ARM: OMAP: PM: only register TWL with voltage layer when device is presentKevin Hilman2011-11-231-4/+2
* | ARM: 7159/1: OMAP: Introduce local common.h filesTony Lindgren2011-11-171-1/+1
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * arm: Add export.h to ARM specific files as required.Paul Gortmaker2011-10-311-0/+1
* | arm/dts: OMAP3+: Add mpu, dsp and iva nodesBenoit Cousson2011-10-041-1/+2
* | ARM: OMAP2+: pm: Remove static devices variable for mpu, dsp, iva and l3 PMBenoit Cousson2011-10-041-40/+7
* | ARM: OMAP2+: pm: Use hwmod name instead of dev pointerBenoit Cousson2011-10-041-7/+15
| |
| \
*-. \ Merge branches 'cleanup-part3', 'voltage', 'dmtimer' and 'l3' into dt-baseTony Lindgren2011-10-041-19/+17
|\ \ \ | |_|/ |/| |
| | * OMAP3+: voltage: rename scale and reset functions using voltdm_ prefixKevin Hilman2011-09-151-1/+1
| | * OMAP3: voltage: rename "mpu" voltagedomain to "mpu_iva"Kevin Hilman2011-09-151-1/+1
| | * OMAP2+: voltage: start towards a new voltagedomain layerKevin Hilman2011-09-151-1/+1
| |/ |/|
| * Merge branch 'for_3.2/pm-cleanup' of git://gitorious.org/khilman/linux-omap-p...Tony Lindgren2011-09-221-12/+10
| |\
| | * OMAP2+: PM: clean up error messages: replace printk with pr_err.Johan Hovold2011-08-301-10/+8
| | * OMAP2+: PM: fix typos in misc. comment and error messagesJohan Hovold2011-08-301-3/+3
| * | OMAP: omap_device: when building return platform_device instead of omap_deviceKevin Hilman2011-09-151-4/+4
|/ /
* / OMAP: clockdomain: Wait for powerdomain to be ON when using clockdomain force...Santosh Shilimkar2011-08-191-2/+0
|/
* OMAP2+: PM: idle clkdms only if already in idleRajendra Nayak2011-07-101-1/+3
* OMAP2+: PM: Initialise sleep_switch to a non-valid valueRajendra Nayak2011-07-091-1/+1
* OMAP4: Intialize IVA Device in addition to DSP device.Shweta Gulati2011-04-261-0/+1
* Merge branch 'integration-2.6.39-for-tony' of git://git.pwsan.com/linux-integ...Tony Lindgren2011-03-111-4/+4
|\
| * OMAP: voltage: move plat/voltage.h to mach-omap2/voltage.hPaul Walmsley2011-03-071-1/+1
| * OMAP: clockdomain: Arch specific funcs for hwsup control of clkdmRajendra Nayak2011-02-251-1/+1