On Fri, Jun 16, 2023 at 01:14:53AM +0300, andy.shevchenko@xxxxxxxxx wrote: > Mon, Jun 05, 2023 at 01:54:59PM +0100, Charles Keepax kirjoitti: > > From: Lucas Tanure <tanureal@xxxxxxxxxxxxxxxxxxxxx> > > + bus->irq_chip.name = dev_name(bus->dev); > > + bus->domain = irq_domain_add_linear(NULL, SDW_MAX_DEVICES, &sdw_domain_ops, bus); > > I'm wondering why you are not using existing fwnode, if any > (e.g. from parent device). I think that is just an oversight, I will fixup for the next version. Thanks, Charles