]> asedeno.scripts.mit.edu Git - linux.git/commit
device property: Allow iterating over available child fwnodes
authorMarcin Wojtas <mw@semihalf.com>
Thu, 18 Jan 2018 12:31:41 +0000 (13:31 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Jan 2018 15:57:04 +0000 (10:57 -0500)
commit3395de96ae5998692bd86024d0d5e4dd55cd6cc3
treec870b2a027636e19c4143a928b3913b86eb52185
parent7c6c57f2ab2c5113844fe187a7c45c4bd76dc671
device property: Allow iterating over available child fwnodes

Implement a new helper function fwnode_get_next_available_child_node(),
which enables obtaining next enabled child fwnode, which
works on a similar basis to OF's of_get_next_available_child().

This commit also introduces a macro, thanks to which it is
possible to iterate over the available fwnodes, using the
new function described above.

Signed-off-by: Marcin Wojtas <mw@semihalf.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/base/property.c
include/linux/property.h