On 9/26/23 16:25, Linus Walleij wrote:
This cleans up and rewrites the GPIO usage in the TI ASoC components to use GPIO descriptors exclusively.
Signed-off-by: Linus Walleij linus.walleij@linaro.org
Linus Walleij (5): ASoC: ti: Convert N810 ASoC to GPIO descriptors ASoC: ti: Convert RX51 to use exclusively GPIO descriptors ASoC: ti: Convert TWL4030 to use GPIO descriptors ASoC: ti: Convert Pandora ASoC to GPIO descriptors ASoC: ti: osk5912: Drop unused include
arch/arm/mach-omap2/board-n8x0.c | 10 +++++ arch/arm/mach-omap2/pdata-quirks.c | 10 +++++ include/linux/platform_data/omap-twl4030.h | 3 -- sound/soc/ti/n810.c | 31 ++++++++------- sound/soc/ti/omap-twl4030.c | 20 ++++------ sound/soc/ti/omap3pandora.c | 63 +++++++++++------------------- sound/soc/ti/osk5912.c | 1 - sound/soc/ti/rx51.c | 19 ++------- 8 files changed, 72 insertions(+), 85 deletions(-)
To whole set (for sound/soc/ti/):
Acked-by: Jarkko Nikula jarkko.nikula@bitmer.com
And to 2/5: Tested-by: Jarkko Nikula jarkko.nikula@bitmer.com