On Fri, 30 May 2025 20:48:14 +0300 Andy Shevchenko <andy@xxxxxxxxxx> wrote: > On Thu, May 29, 2025 at 07:48:17PM -0300, Jonathan Santos wrote: > > Similarly to fwnode_find_reference(), find and return a named reference > > to a fwnode handle, including its arguments. This wrapper facilitates > > cleanup handling and improves readability. > > In principle I'm okay with the code, but I probably missed how this new API is > being used (in terms of a need of those arguments to be retrieved). > Good point - this needs a little more justification, particularly with respect to why we are using it in this driver. J