Re: [PATCH] power: supply: isp1704: switch to gpiod API
From: Linus Walleij
Date: Fri Dec 14 2018 - 16:56:44 EST
On Thu, Dec 13, 2018 at 2:39 AM Sebastian Reichel
<sebastian.reichel@xxxxxxxxxxxxx> wrote:
> This migrates isp1704 driver from old GPIO API to new descriptor
> based GPIO API and drops useless platform data as a side-effect.
>
> Migration is simple, since all mainline users are DT based and
> DT API does not change. Out of tree users of the platform data
> need to migrate to gpiod_lookup_table as described here:
>
> Documentation/driver-api/gpio/board.rst
>
> Signed-off-by: Sebastian Reichel <sebastian.reichel@xxxxxxxxxxxxx>
Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
Excellent work!
Yours,
Linus Walleij