of: introduce of_parse_phandle_with_fixed_args
authorStephen Warren <swarren@nvidia.com>
Wed, 14 Aug 2013 21:27:10 +0000 (15:27 -0600)
committerGrant Likely <grant.likely@linaro.org>
Thu, 29 Aug 2013 20:40:22 +0000 (21:40 +0100)
commit035fd9482274bf43858b00e0ff95179af66df8e8
tree10a583399952ff1cd821e464f409ac1b0f16f650
parent5fba49e3a8c22a7bb71c3526ec32b373b3ef32b8
of: introduce of_parse_phandle_with_fixed_args

This is identical to of_parse_phandle_with_args(), except that the
number of argument cells is fixed, rather than being parsed out of the
node referenced by each phandle.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Grant Likely <grant.likely@linaro.org>
drivers/of/base.c
include/linux/of.h