aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/pm.c
Commit message (Expand)AuthorAgeFilesLines
* OMAP4: PM: OPP/Clock: Add virtual clocks for high IVA OPPs supportTaras Kondratiuk2014-10-011-1/+1
* OMAP4: clock: Reuse 4460 MPU clock for 4470Taras Kondratiuk2014-10-011-1/+1
* OMAP3+: ABB: make the pre and post scale decision based off VnomNishanth Menon2012-05-101-4/+41
* OMAP3+: voltage: use volt_data pointer instead valuesNishanth Menon2011-11-301-2/+4
* OMAP2+: PM: provide mechanism to describe overall behavior of osc and PMIC.Nishanth Menon2011-09-061-0/+122
* HACK: move the pm_is_ready to beyond pmxx.cNishanth Menon2011-08-021-4/+0
* OMAP2+: Ensure that PM inits are done before allowing DVFSNishanth Menon2011-07-291-0/+6
* OMAP4: PM: create fdif as a processor_deviceMiguel Vadillo2011-07-061-0/+9
* OMAP4: PM: Fix core scaleable clock name on 4430Rajendra Nayak2011-06-291-2/+1
* OMAP4: clock: Define a virtual clock node to do l3 scalingRajendra Nayak2011-06-211-3/+5
*-. Merge branches 'omap-pm/devel/hotplug', 'omap-pm/devel/dvfs' and 'omap-pm/dev...Nishanth Menon2011-06-131-17/+75
|\ \
| | * OMAP4:PM: Adapt and fix compilation with constraint frmwkAxel Haslam2011-06-131-0/+3
| | * OMAP2+: PM: idle clkdms only if already in idleRajendra Nayak2011-06-131-1/+3
| | * OMAP2+: PM: Initialise sleep_switch to a non-valid valueRajendra Nayak2011-06-131-1/+1
| |/ |/|
| * OMAP2+: PM: init_voltages: handle non compliant bootloadersNishanth Menon2011-06-131-11/+62
| * OMAP2+: PM: secure OPP access using rcu locksNishanth Menon2011-06-131-0/+3
| * OMAP3+: PM: introduce a central pmic controlNishanth Menon2011-06-131-3/+2
| * Merge remote branch 'kevin/pm-wip/voltdm_nm' into omap-pm/devel/voltageNishanth Menon2011-06-131-3/+3
| |\ |/ /
| * OMAP3+: voltage: rename scale and reset functions using voltdm_ prefixKevin Hilman2011-06-031-1/+1
| * OMAP3: voltage: rename "mpu" voltagedomain to "mpu_iva"Kevin Hilman2011-06-021-1/+1
| * OMAP2+: voltage: start towards a new voltagedomain layerKevin Hilman2011-06-021-1/+1
* | OMAP4: PM: Handle 4460 clk name delta for mpuNishanth Menon2011-06-091-1/+4
|/
* 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