aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/pm.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: OMAP: PM: only register TWL with voltage layer when device is presentKevin Hilman2011-11-231-4/+2
* 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
| * OMAP: clockdomain: Arch specific funcs for sleep/wakeup of clkdmRajendra Nayak2011-02-251-2/+2
* | OMAP3: PM: Initialize IVA only if availableSanjeev Premi2011-03-091-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-211-3/+5
* OMAP4: PM: Use the low-power state change feature on OMAP4Rajendra Nayak2010-12-211-6/+22
* OMAP2+: powerdomain: move header file from plat-omap to mach-omap2Paul Walmsley2010-12-211-1/+1
* OMAP2+: clockdomain: move header file from plat-omap to mach-omap2Paul Walmsley2010-12-211-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-231-2/+5
* omap: pm: Move set_pwrdm_state routine to common pm.cSantosh Shilimkar2010-09-231-0/+50
* OMAP4: pm.c extensions for OMAP4 supportThara Gopinath2010-09-231-5/+15
* OMAP: PM: create omap_devices for MPU, DSP, L3Kevin Hilman2010-07-261-0/+84
* OMAP2/3: PM: push core PM code from linux-omapKevin Hilman2009-05-281-111/+0
* [ARM] OMAP: Fix sparse, checkpatch warnings in OMAP2/3 PRCM/PM codePaul Walmsley2009-02-081-1/+1
* [ARM] Convert asm/io.h to linux/io.hRussell King2008-09-061-1/+1
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-4/+4
* [ARM] Eliminate useless includes of asm/mach-types.hRussell King2008-08-071-1/+0
* [ARM] dyntick: Remove obsolete and unused ARM dyntick supportRussell King2008-05-121-7/+0
* ARM: OMAP2: Remove old 24xx PM codeTony Lindgren2008-04-141-269/+1
* PM: Rework struct platform_suspend_opsRafael J. Wysocki2007-10-181-17/+3
* PM: Rename struct pm_ops and related thingsRafael J. Wysocki2007-10-181-3/+3
* PM: Move definition of struct pm_ops to suspend.hRafael J. Wysocki2007-10-181-8/+1
* power management: implement pm_ops.valid for everybodyJohannes Berg2007-04-301-0/+1
* rework pm_ops pm_disk_mode, kill misuseJohannes Berg2007-04-301-1/+0