Re: [PATCH v3 03/10] device property: Add functions for accessing node's parents
From: Sakari Ailus <sakari.ailus@linux.intel.com>
Date: 2019-09-02 07:30:24
Also in:
linux-acpi, lkml
From: Sakari Ailus <sakari.ailus@linux.intel.com>
Date: 2019-09-02 07:30:24
Also in:
linux-acpi, lkml
On Fri, Aug 30, 2019 at 03:34:48PM +0300, Andy Shevchenko wrote:
On Thu, Aug 29, 2019 at 01:10:36PM +0300, Sakari Ailus wrote:quoted
Add two convenience functions for accessing node's parents: fwnode_count_parents() returns the number of parent nodes a given node has. fwnode_get_nth_parent() returns node's parent at a given distance from the node itself. Also reorder fwnode_get_parent() in property.c according to the same order as in property.h.quoted
+/** + * fwnode_get_parent - Return parent firwmare node + * @fwnode: Firmware whose parent is retrievedI guess you may leave this in the same location. The change will be more clear to review and smaller.
I added a separate patch that just moves it up. -- Sakari Ailus sakari.ailus@linux.intel.com