Re: [PATCH 07/18] software_node: Add support for fwnode_graph*() family of functions

2020-11-30 Thread Dan Scally
Hi Laurent On 30/11/2020 16:25, Laurent Pinchart wrote: > Hi Daniel and Heikki, > > Thank you for the patch. > > On Mon, Nov 30, 2020 at 01:31:18PM +, Daniel Scally wrote: >> From: Heikki Krogerus >> >> From: Heikki Krogerus >> > There seems to be one From: line too many. You can drop the

Re: [PATCH 07/18] software_node: Add support for fwnode_graph*() family of functions

2020-11-30 Thread Laurent Pinchart
Hi Daniel and Heikki, Thank you for the patch. On Mon, Nov 30, 2020 at 01:31:18PM +, Daniel Scally wrote: > From: Heikki Krogerus > > From: Heikki Krogerus > There seems to be one From: line too many. You can drop the one in the commit message, git-format-patch will add it

[PATCH 07/18] software_node: Add support for fwnode_graph*() family of functions

2020-11-30 Thread Daniel Scally
From: Heikki Krogerus From: Heikki Krogerus This implements the remaining .graph_* callbacks in the fwnode operations vector 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