[PATCH 21/48] ARM: pxa: eseries: use gpio lookup for audio

Linus Walleij linus.walleij at linaro.org
Sun May 1 14:45:06 PDT 2022


On Tue, Apr 19, 2022 at 6:41 PM Arnd Bergmann <arnd at kernel.org> wrote:

> From: Arnd Bergmann <arnd at arndb.de>
>
> 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.
>
> Acked-by: Mark Brown <broonie at kernel.org>
> Acked-by: Robert Jarzmik <robert.jarzmik at free.fr>
> Reviewed-by: Linus Walleij <linus.walleij at linaro.org>
> Cc: alsa-devel at alsa-project.org
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>

Nice use of active low. Maybe I would simply have dropped
the _OFF suffix on these GPIO lines as it can be confusing now
that their active level is encoded but no big deal.
Reviewed-by: Linus Walleij <linus.walleij at linaro.org>

Yours,
Linus Walleij



More information about the linux-mtd mailing list