Re: [PATCH v3] Force cppc_cpufreq to report values in KHz to fix user space reporting

2016-05-19 Thread Al Stone
On 05/19/2016 07:12 AM, Rafael J. Wysocki wrote: > On Thu, May 19, 2016 at 1:41 AM, Al Stone wrote: >> When CPPC is being used by ACPI on arm64, user space tools such as >> cpupower report CPU frequency values from sysfs that are incorrect. >> >> What the driver was doing was reporting the values

Re: [PATCH v3] Force cppc_cpufreq to report values in KHz to fix user space reporting

2016-05-19 Thread Rafael J. Wysocki
On Thu, May 19, 2016 at 1:41 AM, Al Stone wrote: > When CPPC is being used by ACPI on arm64, user space tools such as > cpupower report CPU frequency values from sysfs that are incorrect. > > What the driver was doing was reporting the values given by ACPI tables > in whatever scale was used to pr

Re: [PATCH v3] Force cppc_cpufreq to report values in KHz to fix user space reporting

2016-05-19 Thread Viresh Kumar
On 18-05-16, 17:41, Al Stone wrote: > When CPPC is being used by ACPI on arm64, user space tools such as > cpupower report CPU frequency values from sysfs that are incorrect. > > What the driver was doing was reporting the values given by ACPI tables > in whatever scale was used to provide them.