Re: [PATCH v2 01/57] irqdomain: um: use irq_domain_create_linear() helper

2025-04-07 Thread Jiri Slaby
@UM 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:28, Jiri Slaby (SUSE) wrote: um_pci_init() open-codes what the irq_domain_create_linear() helper does al

[PATCH v2 01/57] irqdomain: um: use irq_domain_create_linear() helper

2025-03-19 Thread Jiri Slaby (SUSE)
um_pci_init() open-codes what the irq_domain_create_linear() helper does already. Use the helper instead of open-coding it. This needs retval checking modification. Signed-off-by: Jiri Slaby (SUSE) Cc: Richard Weinberger Cc: Anton Ivanov Cc: Johannes Berg Cc: linux-um@lists.infradead.org [v2