[PATCH v4 5/6] of: add of_parse_phandle_with_args_ext function
Stephen Warren
swarren at wwwdotorg.org
Fri May 25 12:50:43 EDT 2012
On 05/25/2012 07:36 AM, Dong Aisheng wrote:
> From: Dong Aisheng <dong.aisheng at linaro.org>
>
> The api is used when user wants to get some more extended args except ones
> indicated by the cells_name.
> For example, gpio cells is 2.
> list = <&gpio 1 2 3 4>;
I assume either that property should be named "gpios", or ...
> If users want to get extended args including 3, 4, he can call:
> of_parse_phandle_with_args_ext(np, "gpios", "#gpio-cells", index, 2, &outargs);
The second parameter above should be "list".
More information about the linux-arm-kernel
mailing list