summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2011-09-15OMAP3+: voltdm: final removal of omap_vdd_infoKevin Hilman4-82/+20
2011-09-15OMAP3+: voltage: move/rename curr_volt from vdd_info into struct voltagedomainKevin Hilman3-10/+5
2011-09-15OMAP3+: voltage: rename scale and reset functions using voltdm_ prefixKevin Hilman4-20/+18
2011-09-15OMAP3+: VP: combine setting init voltage into common functionKevin Hilman1-39/+19
2011-09-15OMAP3+: VP: remove unused omap_vp_get_curr_volt()Kevin Hilman2-35/+0
2011-09-15OMAP3+: VP: update_errorgain(): return error if VPKevin Hilman1-0/+3
2011-09-15OMAP: VP: Explicitly mask VPVOLTAGE fieldTodd Poynor4-1/+7
2011-09-15OMAP3+: VP: move voltage scale function pointer into struct voltagedomainKevin Hilman2-21/+11
2011-09-15OMAP3+: VP: remove omap_vp_runtime_dataKevin Hilman3-69/+31
2011-09-15OMAP3+: VP: create VP helper function for updating error gainKevin Hilman3-17/+23
2011-09-15OMAP3+: VP: move timing calculation/config into VP initKevin Hilman2-23/+22
2011-09-15OMAP3+: VP: move SoC-specific sys clock rate retreival late initKevin Hilman4-30/+39
2011-09-15OMAP3+: VP: struct omap_vp_common: replace shift with __ffs(mask)Kevin Hilman6-43/+32
2011-09-15OMAP3+: voltage: remove unneeded debugfs interfaceKevin Hilman4-154/+19
2011-09-15OMAP3+: VP: cleanup: move VP instance into voltdm, misc. renamesKevin Hilman9-99/+84
2011-09-15OMAP3+: VC: use last nominal voltage setting to get current_vselKevin Hilman1-1/+1
2011-09-15OMAP3+: PM: VC: handle mutant channel config for OMAP4 MPU channelKevin Hilman3-14/+53
2011-09-15OMAP3+: VC: make I2C config programmable with PMIC-specific settingsKevin Hilman6-7/+66
2011-09-15OMAP3+: voltage domain: move PMIC struct from vdd_info into struct voltagedomainKevin Hilman6-60/+55
2011-09-15OMAP3+: VC: abstract out channel configurationKevin Hilman4-12/+74
2011-09-15OMAP3+: VC: move on/onlp/ret/off command configuration into common initKevin Hilman1-17/+13
2011-09-15OMAP3+: VC: cleanup voltage setup time configurationKevin Hilman5-26/+19
2011-09-15OMAP3+: VC bypass: use fields from VC struct instead of PMIC infoKevin Hilman1-5/+2
2011-09-15OMAP3+: VC: cleanup PMIC register address configurationKevin Hilman5-19/+32
2011-09-15OMAP3+: VC: cleanup i2c slave address configurationKevin Hilman5-14/+15
2011-09-15OMAP3+: voltage: convert to PRM register access functionsKevin Hilman12-111/+79
2011-09-15OMAP2+: PRM: add register access functions for VC/VPKevin Hilman4-1/+54
2011-09-15OMAP3+ VP: replace transaction done check/clear with VP opsKevin Hilman4-24/+5
2011-09-15OMAP2+: add PRM VP functions for checking/clearing VP TX done statusKevin Hilman7-39/+137
2011-09-15OMAP2+: VC: support PMICs with separate voltage and command registersKevin Hilman3-8/+11
2011-09-15OMAP2+: voltage: split out voltage processor (VP) code into new layerKevin Hilman5-349/+387
2011-09-15OMAP2+: voltage: enable VC bypass scale method when VC is initializedKevin Hilman1-1/+3
2011-09-15OMAP2+: voltage: move VC into struct voltagedomain, misc. renamesKevin Hilman8-81/+81
2011-09-15OMAP2+: voltage: split voltage controller (VC) code into dedicated layerKevin Hilman4-261/+302
2011-09-15OMAP2+: voltage: keep track of powerdomains in each voltagedomainKevin Hilman4-0/+93
2011-09-15OMAP2+: powerdomain: add voltage domain lookup during registerKevin Hilman3-0/+23
2011-09-15OMAP4: powerdomain data: add voltage domainsBenoit Cousson2-0/+21
2011-09-15OMAP3: powerdomain data: add voltage domainsKevin Hilman2-0/+18
2011-09-15OMAP2: add voltage domains and connect to powerdomainsKevin Hilman6-2/+42
2011-09-15OMAP2+: powerdomain: add voltagedomain to struct powerdomainKevin Hilman1-0/+7
2011-09-15OMAP3+: voltage: add scalable flag to voltagedomainKevin Hilman4-0/+10
2011-09-15OMAP3: voltagedomain data: add wakeup domainKevin Hilman1-0/+5
2011-09-15OMAP3: voltage: rename "mpu" voltagedomain to "mpu_iva"Kevin Hilman4-5/+5
2011-09-15OMAP2+: voltage: start towards a new voltagedomain layerKevin Hilman8-172/+207
2011-09-15OMAP2+: voltage: move prm_irqst_reg from VP into voltage domainKevin Hilman7-16/+13
2011-09-15OMAP2+: voltage: move PRCM mod offets into VC/VP structuresKevin Hilman10-70/+70
2011-09-15OMAP2+: hwmod: remove unused voltagedomain pointerKevin Hilman1-1/+0
2011-09-14OMAP: powerdomain: remove omap_chip bitmasksPaul Walmsley8-96/+79
2011-09-14OMAP: powerdomain: split pwrdm_init() into two functionsPaul Walmsley5-26/+74
2011-09-14OMAP: clockdomain code/data: remove omap_chip bitmask from struct clockdomainPaul Walmsley11-1156/+842