commit | bc0500c1e43d95cca5352d2345fb0769f314ba22 | [log] [tgz] |
---|---|---|
author | Sakari Ailus <[email protected]> | Thu Oct 03 15:32:12 2019 +0300 |
committer | Rafael J. Wysocki <[email protected]> | Fri Oct 11 11:26:55 2019 +0200 |
tree | 1fcd05c86bed87b0d3199c8e8670b4f72d3c62b0 | |
parent | 87e5e95db31a27d117fbb4a5d464f44adb4c2ee2 [diff] |
device property: Add fwnode_get_name for returning the name of a node The fwnode framework did not have means to obtain the name of a node. Add that now, in form of the fwnode_get_name() function and a corresponding get_name fwnode op. OF and ACPI support is included. Signed-off-by: Sakari Ailus <[email protected]> Acked-by: Rob Herring <[email protected]> (for OF) Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>