summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/pm.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-281-22/+91
|\ \ \
| * \ \ Merge branch 'next/cleanup-exynos-clock' of git://git.kernel.org/pub/scm/linu...Olof Johansson2012-03-141-0/+3
| |\ \ \ | | | |/ | | |/|
| * | | ARM: OMAP2+: PM: share some suspend-related functions across OMAP2, 3, 4Paul Walmsley2012-03-061-0/+64
| * | | ARM: OMAP2+: PM: share clkdms_setup() across OMAP2, 3, 4Paul Walmsley2012-03-061-0/+10
| * | | ARM: OMAP2+: PM: clean up omap_set_pwrdm_state()Paul Walmsley2012-03-061-22/+17Star
* | | | 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-081-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-061-4/+2Star
|\
| * ARM: OMAP: PM: only register TWL with voltage layer when device is presentKevin Hilman2011-11-231-4/+2Star
* | 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-071-0/+1
|\
| * arm: Add export.h to ARM specific files as required.Paul Gortmaker2011-11-011-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/+7Star
* | 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/+17Star
|\ \ \ | |_|/ |/| |
| | * 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-231-12/+10Star
| |\
| | * OMAP2+: PM: clean up error messages: replace printk with pr_err.Johan Hovold2011-08-301-10/+8Star
| | * 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-161-4/+4
|/ /
* / OMAP: clockdomain: Wait for powerdomain to be ON when using clockdomain force...Santosh Shilimkar2011-08-201-2/+0Star
|/
* 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-101-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-081-1/+1
| * OMAP: clockdomain: Arch specific funcs for hwsup control of clkdmRajendra Nayak2011-02-261-1/+1
| * OMAP: clockdomain: Arch specific funcs for sleep/wakeup of clkdmRajendra Nayak2011-02-261-2/+2
* | OMAP3: PM: Initialize IVA only if availableSanjeev Premi2011-03-101-1/+3
|/
* OMAP4: PM: Program correct init voltages for scalable VDDsThara Gopinath2010-12-221-0/+11
* OMAP4: Register voltage PMIC parameters with the voltage layerThara Gopinath2010-12-221-0/+1
* OMAP3: PM: Program correct init voltages for VDD1 and VDD2Thara Gopinath2010-12-221-0/+76
* OMAP3: PM: Register TWL4030 pmic info with the voltage driver.Thara Gopinath2010-12-221-0/+4
* OMAP3: PM: Adding smartreflex device file.Thara Gopinath2010-12-221-0/+2
* OMAP3: PM: Adding voltage driver support.Thara Gopinath2010-12-221-0/+8
* OMAP4: PM: Do not assume clkdm supports hw transitionsRajendra Nayak2010-12-221-3/+5
* OMAP4: PM: Use the low-power state change feature on OMAP4Rajendra Nayak2010-12-221-6/+22
* OMAP2+: powerdomain: move header file from plat-omap to mach-omap2Paul Walmsley2010-12-221-1/+1
* OMAP2+: clockdomain: move header file from plat-omap to mach-omap2Paul Walmsley2010-12-221-1/+1
* OMAP: pm.c correct the initcall for an early init.Thara Gopinath2010-12-211-1/+1
* OMAP4: pm: Change l3_main to l3_main_1 during bus device initBenoit Cousson2010-09-241-2/+5
* omap: pm: Move set_pwrdm_state routine to common pm.cSantosh Shilimkar2010-09-241-0/+50