On 17 February 2015 at 23:45, Rafael J. Wysocki rjw@rjwysocki.net wrote:
- And then during unregistration the sysfs remove will get called?
I meant subsys-remove here, sorry :(
The CPU device goes away then and that should trigger the remove of all the sysfs directories under it.
How will the cpufreq core know about it? cpufreq_remove_dev() will get called?
Is there a way to emulate it? So that I can test it in my setup..