]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'pm+acpi-4.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 27 Dec 2015 04:08:47 +0000 (20:08 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 27 Dec 2015 04:08:47 +0000 (20:08 -0800)
commitc6b9a7c827b44175d9760ec8b1d81609efbaf555
tree2791b6ddd83db7ab17652cbf173182ada1f17b8e
parent6ae76aa620980805132ecffb9c9008c4dfb5d861
parent95fc978d05f360c2cf980e01eb1fcaa8b41827c7
Merge tag 'pm+acpi-4.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull power management and ACPI fixes from Rafael Wysocki:
 "These fix an ACPI processor driver regression introduced during the
  4.3 cycle and a mistake in the recently added SCPI support in the
  arm_big_little cpufreq driver.

  Specifics:

   - Fix a thermal management issue introduced by an ACPI processor
     driver change made during the 4.3 development cycle that failed to
     return 0 from a function on success which triggered an error
     cleanup path every time it had been called that deleted useful data
     structures created previously (Srinivas Pandruvada).

   - Fix a variable data type issue in the arm_big_little cpufreq
     driver's SCPI support code added recently that prevents error
     handling in there from working correctly (Dan Carpenter)"

* tag 'pm+acpi-4.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  cpufreq: scpi-cpufreq: signedness bug in scpi_get_dvfs_info()
  ACPI / processor: Fix thermal cooling device regression