16 Jun
2023
16 Jun
'23
6:01 p.m.
On Fri, Jun 16, 2023 at 01:14:53AM +0300, andy.shevchenko@gmail.com wrote:
Mon, Jun 05, 2023 at 01:54:59PM +0100, Charles Keepax kirjoitti:
From: Lucas Tanure tanureal@opensource.cirrus.com
- 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