summaryrefslogtreecommitdiff
path: root/drivers/iio
diff options
context:
space:
mode:
authorZhang Rui <rui.zhang@intel.com>2019-07-10 16:44:28 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2019-07-11 16:08:57 +0300
commit8a00676cd690941c9a18bd390c3b2cade631c516 (patch)
treedbbb0ece835d52019ccf1a0fec1f34438a7080d0 /drivers/iio
parentbeea8df821d928e7755917da6c1e45d6afde5148 (diff)
downloadlinux-8a00676cd690941c9a18bd390c3b2cade631c516.tar.xz
intel_rapl: cleanup some functions
Previously, there are three functions: rapl_register_psys(), which registers platform rapl domain. rapl_register_powercap(), which registers powercap control type. rapl_unregsiter_powercap(), which unregisters platform rapl domain and powercap control type. This is confusing as the function name does not describe what it does clearly. With this patch, the three functions are removed, and two new functions rapl_register_platform_domain()/rapl_unregister_platform_domain() are introduced instead, and they do exactly what their function name describes. Plus, as part of the common code, hardcoded MSR accesses in these functions are converted to follow the abstracted register access. Reviewed-by: Pandruvada, Srinivas <srinivas.pandruvada@intel.com> Tested-by: Pandruvada, Srinivas <srinivas.pandruvada@intel.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/iio')
0 files changed, 0 insertions, 0 deletions