Re: [PATCH v4 4/4] gpio: tps65086: Add GPO driver for the TPS65086 PMIC

From: Linus Walleij
Date: Mon Nov 30 2015 - 03:51:07 EST


On Fri, Nov 20, 2015 at 12:01 AM, Andrew F. Davis <afd@xxxxxx> 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@xxxxxx>
(...)
> + 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/