The recent patchset by Grant converted the DT dynamic interface from /proc to using sysfs.
This patchset addresses various problems that come up when using it as a base for the subsequent dynamic overlays patches. Pantelis Antoniou (3): of: Fix early OF builtup on kobj-ification OF: Add a allnodes pointer back to the tree OF: kobj ops should only happen on attached nodes drivers/of/base.c | 112 ++++++++++++++++++++++++++++++++++++++++------------- drivers/of/fdt.c | 10 +++-- include/linux/of.h | 1 + 3 files changed, 94 insertions(+), 29 deletions(-) -- 1.7.12 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

