[PATCH v3 06/15] drivers: clk: st: STiH407: Support for Flexgen Clocks

Mike Turquette mturquette at linaro.org
Mon Jul 28 22:31:49 PDT 2014


Quoting Gabriel FERNANDEZ (2014-07-15 08:20:22)
> +static const char ** __init flexgen_get_parents(struct device_node *np,
> +                                                      int *num_parents)
> +{
> +       const char **parents;
> +       int nparents, i;
> +
> +       nparents = of_count_phandle_with_args(np, "clocks", "#clock-cells");

FYI, of_clk_get_parent_count provides a nice wrapper around this. Maybe
you can update it some day? Not a blocking issue for this series.

Regards,
Mike



More information about the linux-arm-kernel mailing list