This is the DT portion of converting node name printf's to use the %pOFn format specifier rather than device_node.name. Patches for other subsystems are independent and have been sent separately. Rob Rob Herring (4): of/unittest: remove use of node name pointer in overlay high level test of/unittest: add printf tests for node name of: Convert to using %pOFn instead of device_node.name vsprintf: print OF node name using full_name drivers/of/device.c | 4 ++-- drivers/of/of_mdio.c | 12 ++++++------ drivers/of/of_numa.c | 4 ++-- drivers/of/overlay.c | 4 ++-- drivers/of/platform.c | 8 ++++---- drivers/of/unittest.c | 26 ++++++++++++++++---------- lib/vsprintf.c | 9 +++++++-- 7 files changed, 39 insertions(+), 28 deletions(-) -- 2.17.1