mbox series

[0/5] GPIO descriptors for TI ASoC codecs

Message ID 20230926-descriptors-asoc-ti-v1-0-60cf4f8adbc5@linaro.org (mailing list archive)
Headers show
Series GPIO descriptors for TI ASoC codecs | expand

Message

Linus Walleij Sept. 26, 2023, 1:25 p.m. UTC
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(-)
---
base-commit: 0bb80ecc33a8fb5a682236443c1e740d5c917d1d
change-id: 20230922-descriptors-asoc-ti-a852eff479ed

Best regards,

Comments

Jarkko Nikula Oct. 1, 2023, 5:49 p.m. UTC | #1
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>
Mark Brown Oct. 2, 2023, 11:45 a.m. UTC | #2
On Sun, Oct 01, 2023 at 08:49:12PM +0300, Jarkko Nikula wrote:

> And to 2/5:
> Tested-by: Jarkko Nikula <jarkko.nikula@bitmer.com>

Sending this on the cover letter in addition to the patch itself (which
you also did) confuses tooling since it can't read the words you wrote
and think the tag applies to all the patches.
Mark Brown Oct. 2, 2023, 4:04 p.m. UTC | #3
On Tue, 26 Sep 2023 15:25:28 +0200, Linus Walleij wrote:
> This cleans up and rewrites the GPIO usage in the TI
> ASoC components to use GPIO descriptors exclusively.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/5] ASoC: ti: Convert N810 ASoC to GPIO descriptors
      commit: 22041ed154aaf89f31306014a305dde516c308ea
[2/5] ASoC: ti: Convert RX51 to use exclusively GPIO descriptors
      commit: 5b12dd84499a74be9d133e020e424025359a244f
[3/5] ASoC: ti: Convert TWL4030 to use GPIO descriptors
      commit: 1b8a62937e0b23c41956feec778ca7776a01df48
[4/5] ASoC: ti: Convert Pandora ASoC to GPIO descriptors
      commit: 319e6ac143b9e9048e527ab9dd2aabb8fdf3d60f
[5/5] ASoC: ti: osk5912: Drop unused include
      commit: 67ebde42034ec8d199ec7877efed4bd08eb0c5e0

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark