Skip to content
Device properties framework updates for v4.14-rc1

 - Introduce fwnode operations for all of the separate types of
   "firmware nodes" that can be handled by the device properties
   framework and drop the type field from struct fwnode_handle
   (Sakari Ailus, Arnd Bergmann).

 - Make the device properties framework use const fwnode arguments
   where possible (Sakari Ailus).

 - Add a helper for the consolidated handling of node references
   to the device properties framework (Sakari Ailus).

 - Switch over the ACPI part of the device properties framework
   to the new UUID API (Andy Shevchenko).