summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | Merge branch 'for_3.2/voltage-cleanup' of git://gitorious.org/khilman/linux-o...Arnd Bergmann2011-09-302-16/+0
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | ARM: OMAP: voltage: voltage layer present, even when CONFIG_PM=nKevin Hilman2011-09-212-16/+0
| | * | | | | | | | | | | Merge branch 'for_3.2/voltage-cleanup' of git://gitorious.org/khilman/linux-o...Tony Lindgren2011-09-1534-1271/+1599
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / /
| | | * | | | | | | | | | OMAP4: PM: TWL6030: add cmd registerNishanth Menon2011-09-151-0/+6
| | | * | | | | | | | | | OMAP4: PM: TWL6030: fix ON/RET/OFF voltagesPatrick Titiano2011-09-151-12/+12
| | | * | | | | | | | | | OMAP4: PM: TWL6030: address 0V conversionsNishanth Menon2011-09-151-0/+4
| | | * | | | | | | | | | OMAP4: PM: TWL6030: fix uv to voltage for >0x39Nishanth Menon2011-09-151-1/+6
| | | * | | | | | | | | | OMAP4: PM: TWL6030: fix voltage conversion formulaPatrick Titiano2011-09-151-7/+7
| | | * | | | | | | | | | omap: voltage: add a stub header file for external/regulator useTero Kristo2011-09-151-0/+20
| | | * | | | | | | | | | OMAP2+: VC: more registers are per-channel starting with OMAP5Kevin Hilman2011-09-154-20/+32
| | | * | | | | | | | | | OMAP3+: voltage: update nominal voltage in voltdm_scale() not VC post-scaleKevin Hilman2011-09-152-3/+5
| | | * | | | | | | | | | OMAP3+: voltage: rename omap_voltage_get_nom_volt -> voltdm_get_voltageKevin Hilman2011-09-153-8/+10
| | | * | | | | | | | | | OMAP3+: voltdm: final removal of omap_vdd_infoKevin Hilman2011-09-154-82/+20
| | | * | | | | | | | | | OMAP3+: voltage: move/rename curr_volt from vdd_info into struct voltagedomainKevin Hilman2011-09-153-10/+5
| | | * | | | | | | | | | OMAP3+: voltage: rename scale and reset functions using voltdm_ prefixKevin Hilman2011-09-154-20/+18
| | | * | | | | | | | | | OMAP3+: VP: combine setting init voltage into common functionKevin Hilman2011-09-151-39/+19
| | | * | | | | | | | | | OMAP3+: VP: remove unused omap_vp_get_curr_volt()Kevin Hilman2011-09-152-35/+0
| | | * | | | | | | | | | OMAP3+: VP: update_errorgain(): return error if VPKevin Hilman2011-09-151-0/+3
| | | * | | | | | | | | | OMAP: VP: Explicitly mask VPVOLTAGE fieldTodd Poynor2011-09-154-1/+7
| | | * | | | | | | | | | OMAP3+: VP: move voltage scale function pointer into struct voltagedomainKevin Hilman2011-09-152-21/+11
| | | * | | | | | | | | | OMAP3+: VP: remove omap_vp_runtime_dataKevin Hilman2011-09-153-69/+31
| | | * | | | | | | | | | OMAP3+: VP: create VP helper function for updating error gainKevin Hilman2011-09-153-17/+23
| | | * | | | | | | | | | OMAP3+: VP: move timing calculation/config into VP initKevin Hilman2011-09-152-23/+22
| | | * | | | | | | | | | OMAP3+: VP: move SoC-specific sys clock rate retreival late initKevin Hilman2011-09-154-30/+39
| | | * | | | | | | | | | OMAP3+: VP: struct omap_vp_common: replace shift with __ffs(mask)Kevin Hilman2011-09-156-43/+32
| | | * | | | | | | | | | OMAP3+: voltage: remove unneeded debugfs interfaceKevin Hilman2011-09-154-154/+19
| | | * | | | | | | | | | OMAP3+: VP: cleanup: move VP instance into voltdm, misc. renamesKevin Hilman2011-09-159-99/+84
| | | * | | | | | | | | | OMAP3+: VC: use last nominal voltage setting to get current_vselKevin Hilman2011-09-151-1/+1
| | | * | | | | | | | | | OMAP3+: PM: VC: handle mutant channel config for OMAP4 MPU channelKevin Hilman2011-09-153-14/+53
| | | * | | | | | | | | | OMAP3+: VC: make I2C config programmable with PMIC-specific settingsKevin Hilman2011-09-156-7/+66
| | | * | | | | | | | | | OMAP3+: voltage domain: move PMIC struct from vdd_info into struct voltagedomainKevin Hilman2011-09-156-60/+55
| | | * | | | | | | | | | OMAP3+: VC: abstract out channel configurationKevin Hilman2011-09-154-12/+74
| | | * | | | | | | | | | OMAP3+: VC: move on/onlp/ret/off command configuration into common initKevin Hilman2011-09-151-17/+13
| | | * | | | | | | | | | OMAP3+: VC: cleanup voltage setup time configurationKevin Hilman2011-09-155-26/+19
| | | * | | | | | | | | | OMAP3+: VC bypass: use fields from VC struct instead of PMIC infoKevin Hilman2011-09-151-5/+2
| | | * | | | | | | | | | OMAP3+: VC: cleanup PMIC register address configurationKevin Hilman2011-09-155-19/+32
| | | * | | | | | | | | | OMAP3+: VC: cleanup i2c slave address configurationKevin Hilman2011-09-155-14/+15
| | | * | | | | | | | | | OMAP3+: voltage: convert to PRM register access functionsKevin Hilman2011-09-1512-111/+79
| | | * | | | | | | | | | OMAP2+: PRM: add register access functions for VC/VPKevin Hilman2011-09-154-1/+54
| | | * | | | | | | | | | OMAP3+ VP: replace transaction done check/clear with VP opsKevin Hilman2011-09-154-24/+5
| | | * | | | | | | | | | OMAP2+: add PRM VP functions for checking/clearing VP TX done statusKevin Hilman2011-09-157-39/+137
| | | * | | | | | | | | | OMAP2+: VC: support PMICs with separate voltage and command registersKevin Hilman2011-09-153-8/+11
| | | * | | | | | | | | | OMAP2+: voltage: split out voltage processor (VP) code into new layerKevin Hilman2011-09-155-349/+387
| | | * | | | | | | | | | OMAP2+: voltage: enable VC bypass scale method when VC is initializedKevin Hilman2011-09-151-1/+3
| | | * | | | | | | | | | OMAP2+: voltage: move VC into struct voltagedomain, misc. renamesKevin Hilman2011-09-158-81/+81
| | | * | | | | | | | | | OMAP2+: voltage: split voltage controller (VC) code into dedicated layerKevin Hilman2011-09-154-261/+302
| | | * | | | | | | | | | OMAP2+: voltage: keep track of powerdomains in each voltagedomainKevin Hilman2011-09-154-0/+93
| | | * | | | | | | | | | OMAP2+: powerdomain: add voltage domain lookup during registerKevin Hilman2011-09-153-0/+23
| | | * | | | | | | | | | OMAP4: powerdomain data: add voltage domainsBenoit Cousson2011-09-152-0/+21
| | | * | | | | | | | | | OMAP3: powerdomain data: add voltage domainsKevin Hilman2011-09-152-0/+18
OpenPOWER on IntegriCloud