Re: [PATCH v2 00/57] irqdomain: Cleanups and Documentation

2025-04-18 Thread Jiri Slaby
On 19. 03. 25, 11:21, Andy Shevchenko wrote: I am all to support the idea, but in some cases I would think of a bit more work to be done to get rid of the of_fwnode_handle(np) in favour of dev_fwnode(dev). Note, this is based on a brief look, I haven't any example at hand right now. Aah, that's

[PATCH] irqdomain: um: use irq_domain_create_linear() helper

2025-04-15 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

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

[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

[PATCH 26/27] tty: um: convert to u8/__u8 and size_t

2023-12-05 Thread Jiri Slaby (SUSE)
Switch character types to u8 and sizes to size_t. To conform to characters/sizes in the rest of the tty layer. Note we use __u8 in the userspace files. Signed-off-by: Jiri Slaby (SUSE) Cc: Richard Weinberger Cc: Anton Ivanov Cc: Johannes Berg Cc: linux-um@lists.infradead.org --- arch/um

Re: [PATCH v2 2/2] UML: use obj-y to descend into arch/um/*/

2023-07-23 Thread Jiri Slaby
: Masahiro Yamada Tested-by: Jiri Slaby thanks, -- js suse labs ___ linux-um mailing list linux-um@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-um