summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorWaldemar Rymarkiewicz <waldemarx.rymarkiewicz@intel.com>2017-07-27 12:01:17 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-08-01 14:10:55 +0200
commit762792913f8c71fb4807b25540347e4ace1b5b95 (patch)
tree8c025e238e33eb328d08aabf18e8fb10885da423 /kernel
parent5b60697cd89cf5a438b2984e11859228e5ec1c6b (diff)
PM / OPP: Fix get sharing CPUs when hotplug is used
We fail dev_pm_opp_of_get_sharing_cpus() when possible CPU device does not exist. This can happen on platforms where not all possible CPUs are available at start up ie. hotplugged out. The CPU device is not registered in the system so we are not able to check struct device to set the sharing CPUs bitmask properly. Example (real use case): 2 physical MIPS cores, 4 VPE, cpu0/2 run Linux and cpu1/3 are not available for Linux at boot up. cpufreq-dt driver + OPP v2 fail to register opp_table due to the fact there is no struct device for cpu1 (remains offline at bootup). To solve the bug, stop using device struct to check device_node. Instead get CPU device_node directly from device tree with of_get_cpu_node(). Signed-off-by: Waldemar Rymarkiewicz <waldemarx.rymarkiewicz@intel.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions