Re: [PATCH v5 08/12] cpufreq: Add stub for cpufreq_update_policy()

2018-07-10 Thread Matthias Kaehlcke
On Wed, Jul 04, 2018 at 12:41:21PM +0200, Rafael J. Wysocki wrote: > On Wednesday, July 4, 2018 1:47:01 AM CEST Matthias Kaehlcke wrote: > > cpufreq stubs out some functions when CONFIG_CPU_FREQ=n , but > > cpufreq_update_policy() is not among them. The throttler driver > >

Re: [PATCH v5 08/12] cpufreq: Add stub for cpufreq_update_policy()

2018-07-10 Thread Matthias Kaehlcke
On Wed, Jul 04, 2018 at 12:41:21PM +0200, Rafael J. Wysocki wrote: > On Wednesday, July 4, 2018 1:47:01 AM CEST Matthias Kaehlcke wrote: > > cpufreq stubs out some functions when CONFIG_CPU_FREQ=n , but > > cpufreq_update_policy() is not among them. The throttler driver > >

Re: [PATCH v5 08/12] cpufreq: Add stub for cpufreq_update_policy()

2018-07-04 Thread Viresh Kumar
On 03-07-18, 16:47, Matthias Kaehlcke wrote: > cpufreq stubs out some functions when CONFIG_CPU_FREQ=n , but > cpufreq_update_policy() is not among them. The throttler driver > (https://patchwork.kernel.org/patch/10453351/) uses cpufreq as one > possible throttling mechanism, but it can still be

Re: [PATCH v5 08/12] cpufreq: Add stub for cpufreq_update_policy()

2018-07-04 Thread Viresh Kumar
On 03-07-18, 16:47, Matthias Kaehlcke wrote: > cpufreq stubs out some functions when CONFIG_CPU_FREQ=n , but > cpufreq_update_policy() is not among them. The throttler driver > (https://patchwork.kernel.org/patch/10453351/) uses cpufreq as one > possible throttling mechanism, but it can still be

Re: [PATCH v5 08/12] cpufreq: Add stub for cpufreq_update_policy()

2018-07-04 Thread Rafael J. Wysocki
On Wednesday, July 4, 2018 1:47:01 AM CEST Matthias Kaehlcke wrote: > cpufreq stubs out some functions when CONFIG_CPU_FREQ=n , but > cpufreq_update_policy() is not among them. The throttler driver > (https://patchwork.kernel.org/patch/10453351/) uses cpufreq as one > possible throttling

Re: [PATCH v5 08/12] cpufreq: Add stub for cpufreq_update_policy()

2018-07-04 Thread Rafael J. Wysocki
On Wednesday, July 4, 2018 1:47:01 AM CEST Matthias Kaehlcke wrote: > cpufreq stubs out some functions when CONFIG_CPU_FREQ=n , but > cpufreq_update_policy() is not among them. The throttler driver > (https://patchwork.kernel.org/patch/10453351/) uses cpufreq as one > possible throttling

[PATCH v5 08/12] cpufreq: Add stub for cpufreq_update_policy()

2018-07-03 Thread Matthias Kaehlcke
cpufreq stubs out some functions when CONFIG_CPU_FREQ=n , but cpufreq_update_policy() is not among them. The throttler driver (https://patchwork.kernel.org/patch/10453351/) uses cpufreq as one possible throttling mechanism, but it can still be useful without cpufreq. Stubbing out

[PATCH v5 08/12] cpufreq: Add stub for cpufreq_update_policy()

2018-07-03 Thread Matthias Kaehlcke
cpufreq stubs out some functions when CONFIG_CPU_FREQ=n , but cpufreq_update_policy() is not among them. The throttler driver (https://patchwork.kernel.org/patch/10453351/) uses cpufreq as one possible throttling mechanism, but it can still be useful without cpufreq. Stubbing out