* pm-cpufreq-next:
cpufreq: Pass policy to cpufreq_add_policy_cpu()
cpufreq: Avoid double kobject_put() for the same kobject in error code path
cpufreq: Do not hold driver module references for additional policy CPUs
cpufreq: Don't pass CPU to cpufreq_add_dev_{symlink|interface}()
cpufreq: Remove extra variables from cpufreq_add_dev_symlink()
cpufreq: Perform light-weight init/teardown during suspend/resume
cpufreq: Preserve policy structure across suspend/resume
cpufreq: Introduce a flag ('frozen') to separate full vs temporary init/teardown
cpufreq: Extract the handover of policy cpu to a helper function
cpufreq: Extract non-interface related stuff from cpufreq_add_dev_interface
cpufreq: Add helper to perform alloc/free of policy structure
cpufreq: Fix misplaced call to cpufreq_update_policy()