aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/vc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-30Merge branch 'next/pm-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/pmOlof Johansson1-1/+1
2012-11-14ARM: OMAP2+: voltage: fixup oscillator handling when CONFIG_PM=nKevin Hilman1-0/+2
2012-11-05ARM: OMAP4: VC: setup I2C parameters based on board dataTero Kristo1-8/+141
2012-11-05ARM: OMAP4: vc: fix channel configurationTero Kristo1-1/+4
2012-11-05ARM: OMAP3+: voltage: use oscillator data to calculate setup timesTero Kristo1-0/+62
2012-11-05ARM: OMAP4: VC: calculate ramp timesTero Kristo1-0/+94
2012-11-05ARM: OMAP3: VC: calculate ramp timesTero Kristo1-17/+91
2012-11-05ARM: OMAP3+: voltage: introduce omap vc / vp params for voltagedomainsTero Kristo1-4/+31
2012-10-25ARM: OMAP2+: PM: add missing newline to VC warning messageKevin Hilman1-1/+1
2012-09-12Merge tag 'omap-cleanup-b-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into cleanup-makefile-sparseTony Lindgren1-3/+2
2012-09-12ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+Tony Lindgren1-2/+1
2012-09-12ARM: OMAP: unwrap stringsPaul Walmsley1-3/+2
2012-03-08ARM: OMAP2+: Fix build for omap4 only builds with missing include of linux/bug.hTony Lindgren1-0/+1
2012-02-13ARM: omap: fix uninformative vc/i2c configuration error messageRussell King1-2/+2
2012-02-13ARM: omap: fix vc.c PMIC error messageRussell King1-4/+2
2011-09-15OMAP2+: VC: more registers are per-channel starting with OMAP5Kevin Hilman1-4/+4
2011-09-15OMAP3+: voltage: update nominal voltage in voltdm_scale() not VC post-scaleKevin Hilman1-2/+0
2011-09-15OMAP3+: voltage: move/rename curr_volt from vdd_info into struct voltagedomainKevin Hilman1-3/+2
2011-09-15OMAP3+: VP: create VP helper function for updating error gainKevin Hilman1-17/+2
2011-09-15OMAP3+: VP: struct omap_vp_common: replace shift with __ffs(mask)Kevin Hilman1-1/+1
2011-09-15OMAP3+: VP: cleanup: move VP instance into voltdm, misc. renamesKevin Hilman1-7/+4
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 Hilman1-13/+51
2011-09-15OMAP3+: VC: make I2C config programmable with PMIC-specific settingsKevin Hilman1-7/+44
2011-09-15OMAP3+: voltage domain: move PMIC struct from vdd_info into struct voltagedomainKevin Hilman1-15/+14
2011-09-15OMAP3+: VC: abstract out channel configurationKevin Hilman1-12/+58
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 Hilman1-6/+4
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 Hilman1-5/+12
2011-09-15OMAP3+: VC: cleanup i2c slave address configurationKevin Hilman1-5/+7
2011-09-15OMAP3+: voltage: convert to PRM register access functionsKevin Hilman1-42/+27
2011-09-15OMAP2+: VC: support PMICs with separate voltage and command registersKevin Hilman1-2/+2
2011-09-15OMAP2+: voltage: move VC into struct voltagedomain, misc. renamesKevin Hilman1-46/+44
2011-09-15OMAP2+: voltage: split voltage controller (VC) code into dedicated layerKevin Hilman1-0/+285