20 Aug
2010
20 Aug
'10
2:45 p.m.
On Aug 20, 2010, at 6:14 AM, "Mark Brown" broonie@opensource.wolfsonmicro.com wrote:
+static struct device_node *get_node_by_phandle_name(struct device_node *np,
- const char *name, const char *compatible)
+{
This and a few of the other functions look like they ought to be moved somewhere more generic - they don't look specific to this driver at all.
I'm planning on doing that, but I can't be sure that they'll be accepted as generic functions, so I put them here first.