Re: [PATCH] irqdomain: ppc: Switch to of_fwnode_handle()

2025-05-13 Thread Mahesh J Salgaonkar
On 2025-05-14 09:54:46 Wed, Mahesh J Salgaonkar wrote: > On 2025-04-15 12:47:58 Tue, 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. > >

Re: [PATCH] irqdomain: ppc: Switch to of_fwnode_handle()

2025-05-13 Thread Mahesh J Salgaonkar
On 2025-04-15 12:47:58 Tue, 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: Madhavan Srinivasan

[PATCH] irqdomain: ppc: Switch to of_fwnode_handle()

2025-04-15 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: Madhavan Srinivasan Cc: Michael Ellerman Cc: Nicholas Piggin Cc: Christophe Leroy