Re: [PATCH 1/9] of: add of_parse_phandle() helper for parsing phandle properties

2009-03-18 Thread Michael Ellerman
On Wed, 2009-03-18 at 23:00 -0600, Grant Likely wrote: > From: Grant Likely > > of_parse_phandle() is a helper function to read and parse a phandle > property and return a pointer to the resulting device_node. > > Signed-off-by: Grant Likely > --- > > drivers/of/base.c | 23 +++

Re: [PATCH 1/9] of: add of_parse_phandle() helper for parsing phandle properties

2009-03-18 Thread Grant Likely
Bah! Messed up the 'stg mail' command when sending this series and the 'RFC' tag didn't get added. This is firmly in the RFC category. Please don't apply. It doesn't have the level of polish that I'm happy with. This series is intended to make phy_device connecting simpler and more robust by u

[PATCH 1/9] of: add of_parse_phandle() helper for parsing phandle properties

2009-03-18 Thread Grant Likely
From: Grant Likely of_parse_phandle() is a helper function to read and parse a phandle property and return a pointer to the resulting device_node. Signed-off-by: Grant Likely --- drivers/of/base.c | 23 +++ include/linux/of.h |3 +++ 2 files changed, 26 insertions(+