Thread (2 messages) 2 messages, 2 authors, 2014-02-24

[PATCH RFC v1 1/3] clk: Add function to parse an arbitrary clocks list property

From: s.nawrocki@samsung.com (Sylwester Nawrocki)
Date: 2014-02-24 10:43:27
Also in: linux-devicetree

Possibly related (same subject, not in this thread)

On 24/02/14 01:43, Mike Turquette wrote:
[...]
quoted
quoted
+/**
+ * of_clk_get_list_entry() - Parse and lookup a clock referenced by a device node
+ * @np: pointer to clock consumer node
+ * @list_name: name of the clock list property
+ * @index: index to the clock list
+ *
+ * This function parses the @list_name property and together with @index
+ * value indicating an entry of the list uses it to look up the struct clk
+ * from the registered list of clock providers.
+ */
+struct clk *of_clk_get_list_entry(struct device_node *np,
+                                 const char *list_name, int index)
Bikeshed alert: how about of_clk_get_by_property or of_clk_get_by_prop?
That sounds better to me, thanks for the suggestion.
For the next iteration I'm going to use of_clk_get_by_property() .

Regards,
Sylwester
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help