Re: [PATCH V2 05/10] ACPI: cpufreq: Switch to QoS requests instead of cpufreq notifier

2019-08-10 Thread Rafael J. Wysocki
On Fri, Aug 9, 2019 at 4:33 AM Viresh Kumar wrote: > > On 06-08-19, 14:17, Viresh Kumar wrote: > > On 06-08-19, 10:01, Rafael J. Wysocki wrote: > > > Yes, it does, thanks! > > > > > > [No need to resend, I'll take it from this message.] > > > > Forgot to write CPU in caps in print messages,

Re: [PATCH V2 05/10] ACPI: cpufreq: Switch to QoS requests instead of cpufreq notifier

2019-08-08 Thread Viresh Kumar
On 06-08-19, 14:17, Viresh Kumar wrote: > On 06-08-19, 10:01, Rafael J. Wysocki wrote: > > Yes, it does, thanks! > > > > [No need to resend, I'll take it from this message.] > > Forgot to write CPU in caps in print messages, updated now. And here is another version.

Re: [PATCH V2 05/10] ACPI: cpufreq: Switch to QoS requests instead of cpufreq notifier

2019-08-06 Thread Viresh Kumar
On 06-08-19, 10:01, Rafael J. Wysocki wrote: > Yes, it does, thanks! > > [No need to resend, I'll take it from this message.] Forgot to write CPU in caps in print messages, updated now. -- viresh -8<- >From

Re: [PATCH V2 05/10] ACPI: cpufreq: Switch to QoS requests instead of cpufreq notifier

2019-08-06 Thread Rafael J. Wysocki
On Tue, Aug 6, 2019 at 6:39 AM Viresh Kumar wrote: > > On 05-08-19, 11:42, Rafael J. Wysocki wrote: > > On Tuesday, July 23, 2019 8:14:05 AM CEST Viresh Kumar wrote: > > > @@ -310,8 +339,11 @@ static int __init acpi_processor_driver_init(void) > > >

Re: [PATCH V2 05/10] ACPI: cpufreq: Switch to QoS requests instead of cpufreq notifier

2019-08-05 Thread Viresh Kumar
On 05-08-19, 11:42, Rafael J. Wysocki wrote: > On Tuesday, July 23, 2019 8:14:05 AM CEST Viresh Kumar wrote: > > @@ -310,8 +339,11 @@ static int __init acpi_processor_driver_init(void) > > cpuhp_setup_state_nocalls(CPUHP_ACPI_CPUDRV_DEAD, "acpi/cpu-drv:dead", > >

Re: [PATCH V2 05/10] ACPI: cpufreq: Switch to QoS requests instead of cpufreq notifier

2019-08-05 Thread Rafael J. Wysocki
On Tuesday, July 23, 2019 8:14:05 AM CEST Viresh Kumar wrote: > The cpufreq core now takes the min/max frequency constraints via QoS > requests and the CPUFREQ_ADJUST notifier shall get removed later on. > > Switch over to using the QoS request for maximum frequency constraint > for acpi driver.

[PATCH V2 05/10] ACPI: cpufreq: Switch to QoS requests instead of cpufreq notifier

2019-07-23 Thread Viresh Kumar
The cpufreq core now takes the min/max frequency constraints via QoS requests and the CPUFREQ_ADJUST notifier shall get removed later on. Switch over to using the QoS request for maximum frequency constraint for acpi driver. Signed-off-by: Viresh Kumar --- drivers/acpi/processor_driver.c |