On Fri, Mar 4, 2016 at 8:44 AM, qiujiang <[email protected]> wrote:
> This patch converts device node to fwnode in > dwapb_port_property for designware gpio driver, > so as to provide a unified data structure for DT > and ACPI bindings. > > Acked-by: Andy Shevchenko <[email protected]> > Signed-off-by: qiujiang <[email protected]> I need Mika's and maybe also Rafael's ACKs on this before I merge any of the series. > --- a/drivers/mfd/intel_quark_i2c_gpio.c > +++ b/drivers/mfd/intel_quark_i2c_gpio.c > @@ -227,7 +227,7 @@ static int intel_quark_gpio_setup(struct pci_dev *pdev, > struct mfd_cell *cell) > return -ENOMEM; > > /* Set the properties for portA */ > - pdata->properties->node = NULL; > + pdata->properties->fwnode = NULL; And apparently also the MFD maintainer needs to be involved to ACK this, so add Lee Jones on subsequent postings. Yours, Linus Walleij

