]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 12 Jun 2016 13:30:39 +0000 (06:30 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 12 Jun 2016 13:30:39 +0000 (06:30 -0700)
commit80e912b139c5880a8e266441ede4b56083673d96
tree4b502f4f2b7e15bc012ff8b95884c32372b6687d
parentf36fe038efb6d5452a1e2ae109bf94624811505e
parent9435e2f77f8bda45ee816033aa7f9859920fb01e
Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux

Pull thermal management fixes from Zhang Rui:

 - fix an ordering issue in cpu cooling that cooling device is
   registered before it's ready (freq_table being populated).
   (Lukasz Luba)

 - fix a missing comment update (Caesar Wang)

* 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux:
  thermal: add the note for set_trip_temp
  thermal: cpu_cooling: fix improper order during initialization