Re: [PATCH v2 08/57] irqdomain: ppc: Switch to of_fwnode_handle()

2025-04-07 Thread Jiri Slaby
@PPC maintainers: if you have not read 00/57 [1], please route this through your tree. [1] https://lore.kernel.org/all/20250319092951.37667-1-jirisl...@kernel.org/ Thanks. On 19. 03. 25, 10:29, Jiri Slaby (SUSE) wrote: of_node_to_fwnode() is irqdomain's reimplementation of the "officially" de

[PATCH v2 08/57] irqdomain: ppc: Switch to of_fwnode_handle()

2025-03-19 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