On Fri, Jun 28, 2019 at 11:43 AM Brian Masney <masneyb@xxxxxxxxxxxxx> wrote: > I started to convert qcom's spmi-gpio over to this new API. I'm not done > yet but I noticed that this new API assumes two cells for the parent, > however spmi-gpio's parent (drivers/spmi/spmi-pmic-arb.c) expects four > cells. See pmic_gpio_domain_alloc() in > drivers/pinctrl/qcom/pinctrl-spmi-gpio.c for more details. > > What do you think about adding a function pointer to struct > gpio_irq_chip that is used to populate the parent_fwspec? I discussed this before with Lina and I naïvely thought we would have only twocell irqchips... OK I was wrong and Lina is right. And I agree, let's put a function pointer for this in gpio_irq_chip and add code so we default to twocell if it is not specified. You can hack something up if you like and I will just put that on top of my patch. Yours, Linus Walleij