Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1687394 > unrolled thread

[GIT PULL] Device properties framework fix for v4.13-rc1

Started by"Rafael J. Wysocki" <rafael@kernel.org>
First post2017-07-14 15:10 +0200
Last post2017-07-14 15:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] Device properties framework fix for v4.13-rc1 "Rafael J. Wysocki" <rafael@kernel.org> - 2017-07-14 15:10 +0200

#1687394 — [GIT PULL] Device properties framework fix for v4.13-rc1

From"Rafael J. Wysocki" <rafael@kernel.org>
Date2017-07-14 15:10 +0200
Subject[GIT PULL] Device properties framework fix for v4.13-rc1
Message-ID<u38w2-3Tw-27@gated-at.bofh.it>
Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 devprop-fix-4.13-rc1

with top-most commit e8158b486d5f3f55cf372c5a32b42f263bf7f123

 device property: Introduce fwnode_call_bool_op() for ops that return bool

on top of commit 6a71d8d77795e0f7d887baa95bfc0d1d2bc74899

 device property: Add fwnode_graph_get_port_parent

to receive a device properties framework fix for v4.13-rc1.

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).

Thanks!


---------------

Sakari Ailus (1):
      device property: Introduce fwnode_call_bool_op() for ops that return bool

---------------

 drivers/base/property.c | 6 +++---
 include/linux/fwnode.h  | 4 ++++
 2 files changed, 7 insertions(+), 3 deletions(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web