Searched hist:b89dae1852869d6bb3e4a8e3c6bdaf86dc2ef9da (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/of/ |
H A D | dynamic.c | diff b89dae1852869d6bb3e4a8e3c6bdaf86dc2ef9da Mon Feb 26 23:01:23 CET 2018 Frank Rowand <frank.rowand@sony.com> of: overlay: do not include path in full_name of added nodes
Struct device_node full_name no longer includes the full path name when the devicetree is created from a flattened device tree (FDT). The overlay node creation code was not modified to reflect this change. Fix the node full_name generated by overlay code to contain only the basename.
Unittests call an overlay internal function to create new nodes. Fix up these calls to provide basename only instead of the full path.
Fixes: a7e4cfb0a7ca ("of/fdt: only store the device node basename in full_name")
Signed-off-by: Frank Rowand <frank.rowand@sony.com> Signed-off-by: Rob Herring <robh@kernel.org>
|
H A D | of_private.h | diff b89dae1852869d6bb3e4a8e3c6bdaf86dc2ef9da Mon Feb 26 23:01:23 CET 2018 Frank Rowand <frank.rowand@sony.com> of: overlay: do not include path in full_name of added nodes
Struct device_node full_name no longer includes the full path name when the devicetree is created from a flattened device tree (FDT). The overlay node creation code was not modified to reflect this change. Fix the node full_name generated by overlay code to contain only the basename.
Unittests call an overlay internal function to create new nodes. Fix up these calls to provide basename only instead of the full path.
Fixes: a7e4cfb0a7ca ("of/fdt: only store the device node basename in full_name")
Signed-off-by: Frank Rowand <frank.rowand@sony.com> Signed-off-by: Rob Herring <robh@kernel.org>
|
H A D | overlay.c | diff b89dae1852869d6bb3e4a8e3c6bdaf86dc2ef9da Mon Feb 26 23:01:23 CET 2018 Frank Rowand <frank.rowand@sony.com> of: overlay: do not include path in full_name of added nodes
Struct device_node full_name no longer includes the full path name when the devicetree is created from a flattened device tree (FDT). The overlay node creation code was not modified to reflect this change. Fix the node full_name generated by overlay code to contain only the basename.
Unittests call an overlay internal function to create new nodes. Fix up these calls to provide basename only instead of the full path.
Fixes: a7e4cfb0a7ca ("of/fdt: only store the device node basename in full_name")
Signed-off-by: Frank Rowand <frank.rowand@sony.com> Signed-off-by: Rob Herring <robh@kernel.org>
|
H A D | unittest.c | diff b89dae1852869d6bb3e4a8e3c6bdaf86dc2ef9da Mon Feb 26 23:01:23 CET 2018 Frank Rowand <frank.rowand@sony.com> of: overlay: do not include path in full_name of added nodes
Struct device_node full_name no longer includes the full path name when the devicetree is created from a flattened device tree (FDT). The overlay node creation code was not modified to reflect this change. Fix the node full_name generated by overlay code to contain only the basename.
Unittests call an overlay internal function to create new nodes. Fix up these calls to provide basename only instead of the full path.
Fixes: a7e4cfb0a7ca ("of/fdt: only store the device node basename in full_name")
Signed-off-by: Frank Rowand <frank.rowand@sony.com> Signed-off-by: Rob Herring <robh@kernel.org>
|