]> git.baikalelectronics.ru Git - kernel.git/commitdiff
Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Nov 2016 21:53:01 +0000 (13:53 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Nov 2016 21:53:01 +0000 (13:53 -0800)
Pull thermal management fix from Zhang Rui:
 "We only have one urgent fix this time.

  Commit b90e22f0fa68 ("thermal/powerclamp: correct cpu support check"),
  which is shipped in 4.9-rc3, fixed a problem introduced by commit
  01a89397f43a ("thermal/powerclamp: remove cpu whitelist").

  But unfortunately, it broke intel_powerclamp driver module auto-
  loading at the same time. Thus we need this change to add back module
  auto-loading for 4.9"

* 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux:
  thermal/powerclamp: add back module device table


Trivial merge