Re: [PATCH 22/46] ARM: pxa: eseries: use gpio lookup for audio

From: Linus Walleij
Date: Tue Nov 05 2019 - 04:21:45 EST


On Fri, Oct 18, 2019 at 5:42 PM Arnd Bergmann <arnd@xxxxxxxx> wrote:

> The three eseries machines have very similar drivers for audio, all
> using the mach/eseries-gpio.h header for finding the gpio numbers.
>
> Change these to use gpio descriptors to avoid the header file
> dependency.
>
> I convert the _OFF gpio numbers into GPIO_ACTIVE_LOW ones for
> consistency here.
>
> Cc: Mark Brown <broonie@xxxxxxxxxx>
> Cc: alsa-devel@xxxxxxxxxxxxxxxx
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

This is consistent with the way I imagine it should be done so:
Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>

Yours,
Linus Walleij