]> git.karo-electronics.de Git - karo-tx-linux.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)
commit96d0d831a50054bf3fb032fba4bc65006530e362
tree16a25c55304475524ce668a1ea903884b902e9bc
parent1ef27400c52bf54b34261da49968343b6cb79e32
parente8158b486d5f3f55cf372c5a32b42f263bf7f123
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