Re: [PATCH v1 12/18] driver core: Add fw_devlink_parse_fwtree()

2020-11-20 Thread Saravana Kannan
On Mon, Nov 16, 2020 at 8:25 AM Rafael J. Wysocki wrote: > > On Thu, Nov 5, 2020 at 12:24 AM Saravana Kannan wrote: > > > > This function is a wrapper around fwnode_operations.add_links(). > > > > This function parses each node in a fwnode tree and create fwnode links > > for each of those

Re: [PATCH v1 12/18] driver core: Add fw_devlink_parse_fwtree()

2020-11-16 Thread Rafael J. Wysocki
On Thu, Nov 5, 2020 at 12:24 AM Saravana Kannan wrote: > > This function is a wrapper around fwnode_operations.add_links(). > > This function parses each node in a fwnode tree and create fwnode links > for each of those nodes. The information for creating the fwnode links > (the supplier and

[PATCH v1 12/18] driver core: Add fw_devlink_parse_fwtree()

2020-11-04 Thread Saravana Kannan
This function is a wrapper around fwnode_operations.add_links(). This function parses each node in a fwnode tree and create fwnode links for each of those nodes. The information for creating the fwnode links (the supplier and consumer fwnode) is obtained by parsing the properties in each of the