RE: [PATCH v6 2/3] gpio: Add support for TPS68470 GPIOs

From: Mani, Rajmohan
Date: Mon Aug 14 2017 - 12:53:59 EST


Hi Linus,

> -----Original Message-----
> From: Linus Walleij [mailto:linus.walleij@xxxxxxxxxx]
> Sent: Monday, August 14, 2017 6:39 AM
> To: Mani, Rajmohan <rajmohan.mani@xxxxxxxxx>
> Cc: linux-kernel@xxxxxxxxxxxxxxx; linux-gpio@xxxxxxxxxxxxxxx; ACPI Devel
> Maling List <linux-acpi@xxxxxxxxxxxxxxx>; Lee Jones <lee.jones@xxxxxxxxxx>;
> Alexandre Courbot <gnurou@xxxxxxxxx>; Rafael J. Wysocki
> <rjw@xxxxxxxxxxxxx>; Len Brown <lenb@xxxxxxxxxx>;
> sakari.ailus@xxxxxxxxxxxxxxx; Andy Shevchenko
> <andy.shevchenko@xxxxxxxxx>
> Subject: Re: [PATCH v6 2/3] gpio: Add support for TPS68470 GPIOs
>
> On Sat, Jul 29, 2017 at 2:30 AM, Rajmohan Mani
> <rajmohan.mani@xxxxxxxxx> wrote:
>
> > This patch adds support for TPS68470 GPIOs.
> > There are 7 GPIOs and a few sensor related GPIOs.
> > These GPIOs can be requested and configured as appropriate.
> >
> > The GPIOs are also provided with descriptive names.
> > However, the typical use case is that the OS GPIO driver will interact
> > with TPS68470 GPIO driver to configure these GPIOs, as requested by
> > the platform firmware.
> >
> > Signed-off-by: Rajmohan Mani <rajmohan.mani@xxxxxxxxx>
> > Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
>
> (...)
>
> > +config GPIO_TPS68470
> > + bool "TPS68470 GPIO"
> > + depends on MFD_TPS68470
>
> Guarded by this symbol, so:
> patch applied to the GPIO tree, thanks!
>

Thanks for the reviews and update.
Raj