On Mon, 16 Sep 2013 18:09:19 -0500, Rob Herring <robherring2@xxxxxxxxx> wrote: > From: Rob Herring <rob.herring@xxxxxxxxxxx> > > Introduce common of_flat_dt_match_machine and > of_flat_dt_get_machine_name functions to unify architectures' handling > of machine level model and compatible properties. > > Several architectures match the root compatible string with an arch > specific list of machine descriptors duplicating the same search > algorithm. Create a common implementation with a simple architecture > specific hook to iterate over each machine's match table. > > Signed-off-by: Rob Herring <rob.herring@xxxxxxxxxxx> > Cc: Grant Likely <grant.likely@xxxxxxxxxx> > --- > drivers/of/fdt.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++ > include/linux/of_fdt.h | 4 ++++ > 2 files changed, 64 insertions(+) > > diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c > index 83cdeb5..e21d1dc 100644 > --- a/drivers/of/fdt.c > +++ b/drivers/of/fdt.c > @@ -619,6 +619,66 @@ int __init of_scan_flat_dt_by_path(const char *path, > return ret; > } > > +const char *of_flat_dt_get_machine_name(void) Just discovered that this needs to be __init. g. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html