Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1279705
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4 4/4] gpio: tps65086: Add GPO driver for the TPS65086 PMIC |
| Date | 2015-11-30 10:00 +0100 |
| Message-ID | <qAstt-1kv-25@gated-at.bofh.it> (permalink) |
| References | <qwGuZ-7ug-5@gated-at.bofh.it> <qwGv0-7ug-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Nov 20, 2015 at 12:01 AM, Andrew F. Davis <afd@ti.com> wrote: > Add support for the TPS65086 PMIC GPOs. > > TPS65086 has four configurable GPOs that can be used for several > purposes. These are output only. > > Signed-off-by: Andrew F. Davis <afd@ti.com> (...) > + gpio->tps = dev_get_drvdata(pdev->dev.parent); > + gpio->chip = template_chip; > + gpio->chip.dev = gpio->tps->dev; We have renamed this to .parent in linux-next and it needs to be altered to compile upstream. 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/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v4 0/4] Add support for the TI TPS65086 PMIC "Andrew F. Davis" <afd@ti.com> - 2015-11-20 00:10 +0100
[PATCH v4 3/4] regulator: tps65086: Add regulator driver for the TPS65086 PMIC "Andrew F. Davis" <afd@ti.com> - 2015-11-20 00:10 +0100
Re: [PATCH v4 3/4] regulator: tps65086: Add regulator driver for the TPS65086 PMIC Mark Brown <broonie@kernel.org> - 2015-11-21 14:40 +0100
Re: [PATCH v4 3/4] regulator: tps65086: Add regulator driver for the TPS65086 PMIC "Andrew F. Davis" <afd@ti.com> - 2015-11-21 21:50 +0100
Re: [PATCH v4 3/4] regulator: tps65086: Add regulator driver for the TPS65086 PMIC Mark Brown <broonie@kernel.org> - 2015-11-22 14:20 +0100
Re: [PATCH v4 3/4] regulator: tps65086: Add regulator driver for the TPS65086 PMIC "Andrew F. Davis" <afd@ti.com> - 2015-11-23 18:50 +0100
Re: [PATCH v4 3/4] regulator: tps65086: Add regulator driver for the TPS65086 PMIC Mark Brown <broonie@kernel.org> - 2015-11-23 20:10 +0100
Re: [PATCH v4 3/4] regulator: tps65086: Add regulator driver for the TPS65086 PMIC "Andrew F. Davis" <afd@ti.com> - 2015-11-23 20:20 +0100
Re: [PATCH v4 3/4] regulator: tps65086: Add regulator driver for the TPS65086 PMIC Mark Brown <broonie@kernel.org> - 2015-11-24 13:20 +0100
[PATCH v4 4/4] gpio: tps65086: Add GPO driver for the TPS65086 PMIC "Andrew F. Davis" <afd@ti.com> - 2015-11-20 00:10 +0100
Re: [PATCH v4 4/4] gpio: tps65086: Add GPO driver for the TPS65086 PMIC Linus Walleij <linus.walleij@linaro.org> - 2015-11-30 10:00 +0100
[PATCH v4 2/4] mfd: tps65086: Add driver for the TPS65086 PMIC "Andrew F. Davis" <afd@ti.com> - 2015-11-20 00:10 +0100
Re: [PATCH v4 2/4] mfd: tps65086: Add driver for the TPS65086 PMIC Lee Jones <lee.jones@linaro.org> - 2015-11-23 17:30 +0100
[PATCH v4 1/4] Documentation: tps65086: Add DT bindings for the TPS65086 PMIC "Andrew F. Davis" <afd@ti.com> - 2015-11-20 00:10 +0100
Re: [PATCH v4 1/4] Documentation: tps65086: Add DT bindings for the TPS65086 PMIC Rob Herring <robh@kernel.org> - 2015-11-20 17:40 +0100
Re: [PATCH v4 1/4] Documentation: tps65086: Add DT bindings for the TPS65086 PMIC Lee Jones <lee.jones@linaro.org> - 2015-11-23 17:10 +0100
csiph-web