Re: [PATCH v5 08/15] software_node: Add support for fwnode_graph*() family of functions

2021-01-10 Thread Greg KH
On Thu, Jan 07, 2021 at 01:28:31PM +, Daniel Scally wrote: > From: Heikki Krogerus > > This implements the remaining .graph_*() callbacks in the fwnode > operations structure for the software nodes. That makes the > fwnode_graph_*() functions available in the drivers also when software >

[PATCH v5 08/15] software_node: Add support for fwnode_graph*() family of functions

2021-01-07 Thread Daniel Scally
From: Heikki Krogerus This implements the remaining .graph_*() callbacks in the fwnode operations structure for the software nodes. That makes the fwnode_graph_*() functions available in the drivers also when software nodes are used. The implementation tries to mimic the "OF graph" as much as