Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1362463 > unrolled thread
| Started by | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| First post | 2016-03-22 11:40 +0100 |
| Last post | 2016-03-22 17:00 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v5 1/3] gpio: designware: convert device node to fwnode Linus Walleij <linus.walleij@linaro.org> - 2016-03-22 11:40 +0100
Re: [PATCH v5 1/3] gpio: designware: convert device node to fwnode Mika Westerberg <mika.westerberg@linux.intel.com> - 2016-03-22 17:00 +0100
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2016-03-22 11:40 +0100 |
| Subject | Re: [PATCH v5 1/3] gpio: designware: convert device node to fwnode |
| Message-ID | <rfrTb-33t-1@gated-at.bofh.it> |
On Fri, Mar 4, 2016 at 8:44 AM, qiujiang <qiujiang@huawei.com> 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 <andy.shevchenko@gmail.com> > Signed-off-by: qiujiang <qiujiang@huawei.com> 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
[toc] | [next] | [standalone]
| From | Mika Westerberg <mika.westerberg@linux.intel.com> |
|---|---|
| Date | 2016-03-22 17:00 +0100 |
| Message-ID | <rfwSS-6Bo-13@gated-at.bofh.it> |
| In reply to | #1362463 |
On Tue, Mar 22, 2016 at 11:38:26AM +0100, Linus Walleij wrote: > On Fri, Mar 4, 2016 at 8:44 AM, qiujiang <qiujiang@huawei.com> 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 <andy.shevchenko@gmail.com> > > Signed-off-by: qiujiang <qiujiang@huawei.com> > > I need Mika's and maybe also Rafael's ACKs on this before > I merge any of the series. Hmm, I thought I already acked the ACPI GPIO signaled event patch? It still looks fine to me.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web