]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: drop ARM_BIG_LITTLE_CPUFREQ support for ARM64
authorSudeep Holla <sudeep.holla@arm.com>
Wed, 24 Oct 2018 13:44:57 +0000 (14:44 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 25 Oct 2018 16:39:02 +0000 (18:39 +0200)
commitfc60523b9877f8c7bb55ccf4ca3a7ac6e1e982f8
tree7cb318f223bc00c789736497fcf8edf2f70a44cc
parent754eb68a7c9f2e3e92827886d217f54b8a5041ce
cpufreq: drop ARM_BIG_LITTLE_CPUFREQ support for ARM64

ARM_BIG_LITTLE_CPUFREQ depends on topology_physical_package_id to get
the cluster id which inturn provides the information on related cpus
in the same performance domain.

ARM64 core doesn't provide the cluster information as it's not
architecturally defined. There are no users of this driver in ARM64
after the one and only user(SCPI) moved away. So let's ban the usage
of this driver for ARM64.

Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/Kconfig.arm