While checking the overlay patches that ended up in mainline, I came across a number of bugs that needed fixin' They are related to the way sub-devices are created and the use of of_platform_populate() in drivers. Pantelis Antoniou (3): of: overlay: Do not generate duplicate nodes of: platform: Handle of_populate drivers in notifier of: unittest: Overlays with sub-devices tests drivers/of/overlay.c | 11 ------ drivers/of/platform.c | 9 +++++ drivers/of/unittest-data/tests-overlay.dtsi | 55 +++++++++++++++++++++++++++++ drivers/of/unittest.c | 46 ++++++++++++++++++++++++ 4 files changed, 110 insertions(+), 11 deletions(-) -- 1.7.12 -- 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