[PATCH] cpufreq: powernv: Register the driver with reboot notifier

Viresh Kumar viresh.kumar at linaro.org
Thu Aug 21 16:26:52 EST 2014


On 21 August 2014 10:36, Shilpasri G Bhat <shilpabhatppc at gmail.com> wrote:
> The intention here is stop the cpufreq governor and then to set the cpus to
> nominal frequency so as to ensure that the frequency won't be changed later.
>
> The .suspend callback of the driver is not called during reboot/kexec.
> So we need an explicit reboot notifier to call cpufreq-suspend() to
> suffice the requirement.

Hi Shilpa,

No, we can't allow any platform driver to misuse cpufreq_suspend().
Platform drivers aren't *allowed* to call this routine.

Now the deal is how do we move to nominal frequency on reboot..
@Rafael: Any suggestions? How do we ensure that governors
are stopped on these notifiers, or if there is some other solution here?


More information about the Linuxppc-dev mailing list