Re: [PATCH v2 0/7] Cpufreq, cpu hotplug, suspend/resume related fixes

2013-07-30 Thread Rafael J. Wysocki
On Tuesday, July 30, 2013 04:23:12 AM Srivatsa S. Bhat wrote: > > Hi, > > This patchset reorganizes the cpufreq code and preserves the file permissions > of cpufreq-related per-cpu sysfs files across suspend/resume cycles, by > performing a light-weight init/teardown in those paths. > > Patches

[PATCH v2 0/7] Cpufreq, cpu hotplug, suspend/resume related fixes

2013-07-29 Thread Srivatsa S. Bhat
Hi, This patchset reorganizes the cpufreq code and preserves the file permissions of cpufreq-related per-cpu sysfs files across suspend/resume cycles, by performing a light-weight init/teardown in those paths. Patches 1 - 4 reorganize the code and have no functional impact, and can go in as gene