-
- Downloads
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 <sakari.ailus@linux.intel.com> Acked-by: Rob Herring <robh@kernel.org> (for OF) Reviewed-by:
Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by:
Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Showing
- drivers/acpi/property.c 26 additions, 0 deletionsdrivers/acpi/property.c
- drivers/base/property.c 11 additions, 0 deletionsdrivers/base/property.c
- drivers/base/swnode.c 12 additions, 0 deletionsdrivers/base/swnode.c
- drivers/of/property.c 6 additions, 0 deletionsdrivers/of/property.c
- include/linux/fwnode.h 2 additions, 0 deletionsinclude/linux/fwnode.h
- include/linux/property.h 1 addition, 0 deletionsinclude/linux/property.h
Loading
Please register or sign in to comment