[PATCHv7 01/12] of: introduce of_property_for_each_phandle_with_args()
Stephen Warren
swarren at wwwdotorg.org
Mon Dec 16 13:29:34 EST 2013
On 12/12/2013 12:57 AM, Hiroshi Doyu wrote:
> Iterating over a property containing a list of phandles with arguments
> is a common operation for device drivers. This patch adds a new
> of_property_for_each_phandle_with_args() macro to make the iteration
> simpler.
This version looks good to me.
Reviewed-by: Stephen Warren <swarren at nvidia.com>
But if you want to rewrite it to use a struct to store state between
_init()/_iter(), that'd probably be fine too.
More information about the linux-arm-kernel
mailing list