commit | 5e5651be29d8bd08d0cc2bc617c43acff95e2229 | [log] [tgz] |
---|---|---|
author | Kevin Hilman <khilman@ti.com> | Tue Apr 05 16:27:21 2011 -0700 |
committer | Kevin Hilman <khilman@ti.com> | Thu Sep 15 12:09:21 2011 -0700 |
tree | de68c2c628fb37e4c4c3990e2ff4feb5956228ba | |
parent | b666b4767d3e6a23634b4d485c8511bd42d50023 [diff] |
OMAP3+: voltage: rename scale and reset functions using voltdm_ prefix Rename voltage scaling related functions to use voltdm_ prefix intead of omap_voltage_, and cleanup kerneldoc comments in the process. s/omap_voltage_scale_vdd/voltdm_scale/ s/omap_voltage_reset/voltdm_reset/ Also, in voltdm_reset() s/target_uvdc/target_volt/ to be consistent with naming throughout the file. No functional changes. Signed-off-by: Kevin Hilman <khilman@ti.com>