Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1362463 > unrolled thread

Re: [PATCH v5 1/3] gpio: designware: convert device node to fwnode

Started byLinus Walleij <linus.walleij@linaro.org>
First post2016-03-22 11:40 +0100
Last post2016-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.


Contents

  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

#1362463 — Re: [PATCH v5 1/3] gpio: designware: convert device node to fwnode

FromLinus Walleij <linus.walleij@linaro.org>
Date2016-03-22 11:40 +0100
SubjectRe: [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]


#1362824

FromMika Westerberg <mika.westerberg@linux.intel.com>
Date2016-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