mbox series

[0/3] ASoC: Convert PCM codecs to GPIO descriptors

Message ID 20250312-pcm-codecs-v1-0-41ffc4f8fc5c@linaro.org
Headers show
Series ASoC: Convert PCM codecs to GPIO descriptors | expand

Message

Linus Walleij March 12, 2025, 1:31 p.m. UTC
Three remaining TI PCM codecs use the old GPIO API in
different ways, fix them all up and move over to
<linux/gpio/consumer.h> and get rid of <linux/gpio.h>.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Linus Walleij (3):
      ASoC: pcm1681: Drop unused include
      ASoC: pcm3008: Convert to GPIO descriptors
      ASoC: pcm6240: Drop bogus code handling IRQ as GPIO

 sound/soc/codecs/pcm1681.c |  1 -
 sound/soc/codecs/pcm3008.c | 61 ++++++++++++++++++++++++----------------------
 sound/soc/codecs/pcm3008.h | 19 ---------------
 sound/soc/codecs/pcm6240.c | 28 ++++++---------------
 sound/soc/codecs/pcm6240.h |  7 +-----
 5 files changed, 40 insertions(+), 76 deletions(-)
---
base-commit: 2014c95afecee3e76ca4a56956a936e23283f05b
change-id: 20250312-pcm-codecs-e624f236e0c5

Best regards,

Comments

Mark Brown March 17, 2025, 9:54 p.m. UTC | #1
On Wed, 12 Mar 2025 14:31:49 +0100, Linus Walleij wrote:
> Three remaining TI PCM codecs use the old GPIO API in
> different ways, fix them all up and move over to
> <linux/gpio/consumer.h> and get rid of <linux/gpio.h>.
> 
> 

Applied to

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

Thanks!

[1/3] ASoC: pcm1681: Drop unused include
      commit: 98dba9dab5d9af3c25e61a5d751bc943fec3f918
[2/3] ASoC: pcm3008: Convert to GPIO descriptors
      commit: ef5aa8bd22372dd67b7fe19613b86181cd765af8
[3/3] ASoC: pcm6240: Drop bogus code handling IRQ as GPIO
      commit: 17fdf318f5fbe5c27353ae917c0c5a2899d9c259

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