[PATCH v2 09/57] irqdomain: remoteproc: Switch to of_fwnode_handle()

2025-04-05 Thread Jiri Slaby (SUSE)
of_node_to_fwnode() is irqdomain's reimplementation of the "officially" defined of_fwnode_handle(). The former is in the process of being removed, so use the latter instead. Signed-off-by: Jiri Slaby (SUSE) Cc: Bjorn Andersson Cc: Mathieu Poirier Cc: linux-remotep...@vger.kernel.org --- driver

Re: [PATCH v2 09/57] irqdomain: remoteproc: Switch to of_fwnode_handle()

2025-03-21 Thread Mathieu Poirier
On Wed, Mar 19, 2025 at 10:29:02AM +0100, Jiri Slaby (SUSE) wrote: > of_node_to_fwnode() is irqdomain's reimplementation of the "officially" > defined of_fwnode_handle(). The former is in the process of being > removed, so use the latter instead. > > Signed-off-by: Jiri Slaby (SUSE) > Cc: Bjorn A