Re: [PATCH v7 5/5] gpio: tps65912: Add GPIO driver for the TPS65912 PMIC
From: Linus Walleij <hidden>
Date: 2015-12-10 17:34:49
Also in:
linux-gpio, lkml
From: Linus Walleij <hidden>
Date: 2015-12-10 17:34:49
Also in:
linux-gpio, lkml
On Tue, Dec 1, 2015 at 8:40 PM, Andrew F. Davis [off-list ref] wrote:
On 11/30/2015 02:26 AM, Linus Walleij wrote:quoted
On Wed, Nov 18, 2015 at 6:59 PM, Andrew F. Davis [off-list ref] wrote:quoted
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 <redacted> Reviewed-by: Linus Walleij <redacted>(...)quoted
+ 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 devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html