cpufreq: dt: Implement online/offline() callbacks
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 12 Feb 2019 07:06:47 +0000 (12:36 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 12 Feb 2019 22:48:45 +0000 (23:48 +0100)
commit263abfe74b5f1058887b14e7668b0d737e040e42
tree58c4a95ac56cf963091bc30fae7e1a56eb924843
parent91a12e91dc39137906d929a4ff6f9c32c59697fa
cpufreq: dt: Implement online/offline() callbacks

Implement the light-weight tear down and bring up helpers to reduce the
amount of work to do on CPU offline/online operation.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/cpufreq-dt.c