Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1281153 > unrolled thread
| Started by | "Andrew F. Davis" <afd@ti.com> |
|---|---|
| First post | 2015-12-01 20:50 +0100 |
| Last post | 2015-12-10 18:40 +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 v7 5/5] gpio: tps65912: Add GPIO driver for the TPS65912 PMIC "Andrew F. Davis" <afd@ti.com> - 2015-12-01 20:50 +0100
Re: [PATCH v7 5/5] gpio: tps65912: Add GPIO driver for the TPS65912 PMIC Linus Walleij <linus.walleij@linaro.org> - 2015-12-10 18:40 +0100
| From | "Andrew F. Davis" <afd@ti.com> |
|---|---|
| Date | 2015-12-01 20:50 +0100 |
| Subject | Re: [PATCH v7 5/5] gpio: tps65912: Add GPIO driver for the TPS65912 PMIC |
| Message-ID | <qAZ61-5u6-3@gated-at.bofh.it> |
On 11/30/2015 02:26 AM, Linus Walleij wrote: > On Wed, Nov 18, 2015 at 6:59 PM, Andrew F. Davis <afd@ti.com> wrote: > >> This patch adds support for the TPS65912 PMIC GPIOs. >> >> TPS65912 has five configurable GPIOs that can be used for several >> purposes. >> >> Signed-off-by: Andrew F. Davis <afd@ti.com> >> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> > > (...) >> + gpio->tps = dev_get_drvdata(pdev->dev.parent); >> + gpio->gpio_chip = template_chip; >> + gpio->gpio_chip.dev = tps->dev; > > This is now renamed .parent in linux-next. It needs to be changed if the > code should compile after merge. > Are you able to make this change when you pick this up or would you like me to resend this? > Yours, > Linus Walleij > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2015-12-10 18:40 +0100 |
| Subject | Re: [PATCH v7 5/5] gpio: tps65912: Add GPIO driver for the TPS65912 PMIC |
| Message-ID | <qEdmc-OR-71@gated-at.bofh.it> |
| In reply to | #1281153 |
On Tue, Dec 1, 2015 at 8:40 PM, Andrew F. Davis <afd@ti.com> wrote: > On 11/30/2015 02:26 AM, Linus Walleij wrote: >> >> On Wed, Nov 18, 2015 at 6:59 PM, Andrew F. Davis <afd@ti.com> wrote: >> >>> This patch adds support for the TPS65912 PMIC GPIOs. >>> >>> TPS65912 has five configurable GPIOs that can be used for several >>> purposes. >>> >>> Signed-off-by: Andrew F. Davis <afd@ti.com> >>> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> >> >> >> (...) >>> >>> + gpio->tps = dev_get_drvdata(pdev->dev.parent); >>> + gpio->gpio_chip = template_chip; >>> + gpio->gpio_chip.dev = tps->dev; >> >> >> This is now renamed .parent in linux-next. It needs to be changed if the >> code should compile after merge. >> > > Are you able to make this change when you pick this up or would you > like me to resend this? I guess all these need to be applied together? It's probably best if Lee apply all and provide them on an immutable branch, and I will apply fixes on top after pulling that in. I recently did exactly that with an AC97 driver from ALSA SoC. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web