]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'devprop-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 15 Jul 2017 05:39:35 +0000 (22:39 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 15 Jul 2017 05:39:35 +0000 (22:39 -0700)
commit88a061da00c543fc9c1fe9ceef8cee0bcd16e57d
tree16a25c55304475524ce668a1ea903884b902e9bc
parentf010c5b2feefa55a18efd209e2582a477c23a6db
parent9d44321e0756952f86ab141ba6c13051ebb151ac
Merge tag 'devprop-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull device properties framework fix from Rafael Wysocki:
 "This fixes a problem with bool properties that could be seen as "true"
  when the property was not present at all by adding a special helper
  for bool properties with checks for all of the requisute conditions
  (Sakari Ailus)"

* tag 'devprop-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  device property: Introduce fwnode_call_bool_op() for ops that return bool