]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge branch 'pm-cpufreq-next' into linux-next
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sun, 4 Aug 2013 21:52:18 +0000 (23:52 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sun, 4 Aug 2013 21:52:18 +0000 (23:52 +0200)
commitd57afc2a6d53c06cc56383119e7037275bcf0552
tree565a44237b64e5eba1004d97327bb82574c4f474
parent8589ead353d534341436f000534e9ca8ba8ce33a
parent89261dd1b26fd53882cbf9c24aa6dd2e57b34d83
Merge branch 'pm-cpufreq-next' into linux-next

* 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()
drivers/cpufreq/cpufreq.c