Re: [PATCH 1/2] cpufreq: Add stop callback to cpufreq_driver interface

2014-03-20 Thread Dirk Brandewie
On 03/19/2014 08:28 PM, Rafael J. Wysocki wrote: On Wednesday, March 19, 2014 11:31:31 PM Rafael J. Wysocki wrote: On Wednesday, March 19, 2014 08:45:53 AM dirk.brande...@gmail.com wrote: From: Dirk Brandewie This callback allows the driver to do clean up before the CPU is completely down and

Re: [PATCH 1/2] cpufreq: Add stop callback to cpufreq_driver interface

2014-03-19 Thread Rafael J. Wysocki
On Wednesday, March 19, 2014 11:31:31 PM Rafael J. Wysocki wrote: > On Wednesday, March 19, 2014 08:45:53 AM dirk.brande...@gmail.com wrote: > > From: Dirk Brandewie > > > > This callback allows the driver to do clean up before the CPU is > > completely down and its state cannot be modified. Thi

Re: [PATCH 1/2] cpufreq: Add stop callback to cpufreq_driver interface

2014-03-19 Thread Rafael J. Wysocki
On Wednesday, March 19, 2014 08:45:53 AM dirk.brande...@gmail.com wrote: > From: Dirk Brandewie > > This callback allows the driver to do clean up before the CPU is > completely down and its state cannot be modified. This is used > by the intel_pstate driver to reduce the requested P state prior

[PATCH 1/2] cpufreq: Add stop callback to cpufreq_driver interface

2014-03-19 Thread dirk . brandewie
From: Dirk Brandewie This callback allows the driver to do clean up before the CPU is completely down and its state cannot be modified. This is used by the intel_pstate driver to reduce the requested P state prior to the core going away. This is required because the requested P state of the off

Re: [PATCH 1/2] cpufreq: Add stop callback to cpufreq_driver interface

2014-03-18 Thread Viresh Kumar
On 18 March 2014 22:52, wrote: > From: Dirk Brandewie > > This callback allows the driver to do clean up before the CPU is > completely down and its state cannot be modified. This is used > by the intel_pstate driver to reduce the requested P state prior to > the core going away. This is requi

[PATCH 1/2] cpufreq: Add stop callback to cpufreq_driver interface

2014-03-18 Thread dirk . brandewie
From: Dirk Brandewie This callback allows the driver to do clean up before the CPU is completely down and its state cannot be modified. This is used by the intel_pstate driver to reduce the requested P state prior to the core going away. This is required because the requested P state of the off