summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2011-09-15OMAP3+: VP: remove unused omap_vp_get_curr_volt()Kevin Hilman
2011-09-15OMAP3+: VP: update_errorgain(): return error if VPKevin Hilman
2011-09-15OMAP: VP: Explicitly mask VPVOLTAGE fieldTodd Poynor
2011-09-15OMAP3+: VP: move voltage scale function pointer into struct voltagedomainKevin Hilman
2011-09-15OMAP3+: VP: remove omap_vp_runtime_dataKevin Hilman
2011-09-15OMAP3+: VP: create VP helper function for updating error gainKevin Hilman
2011-09-15OMAP3+: VP: move timing calculation/config into VP initKevin Hilman
2011-09-15OMAP3+: VP: move SoC-specific sys clock rate retreival late initKevin Hilman
2011-09-15OMAP3+: VP: struct omap_vp_common: replace shift with __ffs(mask)Kevin Hilman
2011-09-15OMAP3+: voltage: remove unneeded debugfs interfaceKevin Hilman
2011-09-15OMAP3+: VP: cleanup: move VP instance into voltdm, misc. renamesKevin Hilman
2011-09-15OMAP3+: VC: use last nominal voltage setting to get current_vselKevin Hilman
2011-09-15OMAP3+: PM: VC: handle mutant channel config for OMAP4 MPU channelKevin Hilman
2011-09-15OMAP3+: VC: make I2C config programmable with PMIC-specific settingsKevin Hilman
2011-09-15OMAP3+: voltage domain: move PMIC struct from vdd_info into struct voltagedomainKevin Hilman
2011-09-15OMAP3+: VC: abstract out channel configurationKevin Hilman
2011-09-15OMAP3+: VC: move on/onlp/ret/off command configuration into common initKevin Hilman
2011-09-15OMAP3+: VC: cleanup voltage setup time configurationKevin Hilman
2011-09-15OMAP3+: VC bypass: use fields from VC struct instead of PMIC infoKevin Hilman
2011-09-15OMAP3+: VC: cleanup PMIC register address configurationKevin Hilman
2011-09-15OMAP3+: VC: cleanup i2c slave address configurationKevin Hilman
2011-09-15OMAP3+: voltage: convert to PRM register access functionsKevin Hilman
2011-09-15OMAP2+: PRM: add register access functions for VC/VPKevin Hilman
2011-09-15OMAP3+ VP: replace transaction done check/clear with VP opsKevin Hilman
2011-09-15OMAP2+: add PRM VP functions for checking/clearing VP TX done statusKevin Hilman
2011-09-15OMAP2+: VC: support PMICs with separate voltage and command registersKevin Hilman
2011-09-15OMAP2+: voltage: split out voltage processor (VP) code into new layerKevin Hilman
2011-09-15OMAP2+: voltage: enable VC bypass scale method when VC is initializedKevin Hilman
2011-09-15OMAP2+: voltage: move VC into struct voltagedomain, misc. renamesKevin Hilman
2011-09-15OMAP2+: voltage: split voltage controller (VC) code into dedicated layerKevin Hilman
2011-09-15OMAP2+: voltage: keep track of powerdomains in each voltagedomainKevin Hilman
2011-09-15OMAP2+: powerdomain: add voltage domain lookup during registerKevin Hilman
2011-09-15OMAP4: powerdomain data: add voltage domainsBenoit Cousson
2011-09-15OMAP3: powerdomain data: add voltage domainsKevin Hilman
2011-09-15OMAP2: add voltage domains and connect to powerdomainsKevin Hilman
2011-09-15OMAP2+: powerdomain: add voltagedomain to struct powerdomainKevin Hilman
2011-09-15OMAP3+: voltage: add scalable flag to voltagedomainKevin Hilman
2011-09-15OMAP3: voltagedomain data: add wakeup domainKevin Hilman
2011-09-15OMAP3: voltage: rename "mpu" voltagedomain to "mpu_iva"Kevin Hilman
2011-09-15OMAP2+: voltage: start towards a new voltagedomain layerKevin Hilman
2011-09-15OMAP2+: voltage: move prm_irqst_reg from VP into voltage domainKevin Hilman
2011-09-15OMAP2+: voltage: move PRCM mod offets into VC/VP structuresKevin Hilman
2011-09-15OMAP2+: hwmod: remove unused voltagedomain pointerKevin Hilman
2011-09-14OMAP: powerdomain: remove omap_chip bitmasksPaul Walmsley
2011-09-14OMAP: powerdomain: split pwrdm_init() into two functionsPaul Walmsley
2011-09-14OMAP: clockdomain code/data: remove omap_chip bitmask from struct clockdomainPaul Walmsley
2011-09-14OMAP: clockdomain: split clkdm_init()Paul Walmsley
2011-09-14OMAP2+: id: remove OMAP_REVBITS_* macrosPaul Walmsley
2011-09-14OMAP3: id: remove duplicate code for testing SoC ES levelPaul Walmsley
2011-09-14OMAP3: id: add fallthrough warning; fix some CodingStyle issuesPaul Walmsley