[PATCH 0/3] ASoC: codec: tpa6130a2: Convert to GPIO descriptors

Peng Fan (OSS) posted 3 patches 10 months ago
MAINTAINERS                    |  1 -
include/sound/tpa6130a2-plat.h | 17 -------------
sound/soc/codecs/tpa6130a2.c   | 54 +++++++++++++-----------------------------
3 files changed, 16 insertions(+), 56 deletions(-)
[PATCH 0/3] ASoC: codec: tpa6130a2: Convert to GPIO descriptors
Posted by Peng Fan (OSS) 10 months ago
Per Mark's comments in [1], each driver in one patchset and not merge
the changes to one driver in one patch, so worked out three patches.

- Sort the included headers.
- Drop sound/tpa6130a2-plat.h because no user is creating the device using
   platform data
- Covert to GPIO descriptors

Checking the DTS polarity, all users are using GPIOD_ACTIVE_HIGH.
so all should work as expected with this patch.

I not have hardware to test, just my best effort to do this.

[1] https://lore.kernel.org/all/66db9962-d773-4c7a-bf59-4698eca9eedc@sirena.org.uk/

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
Peng Fan (3):
      ASoC: codec: tpa6130a2: Sort headers alphabetically
      ASoC: codec: tpa6130a2: Remove tpa6130a2_platform_data
      ASoC: codec: tpa6130a2: Convert to GPIO descriptors

 MAINTAINERS                    |  1 -
 include/sound/tpa6130a2-plat.h | 17 -------------
 sound/soc/codecs/tpa6130a2.c   | 54 +++++++++++++-----------------------------
 3 files changed, 16 insertions(+), 56 deletions(-)
---
base-commit: b425262c07a6a643ebeed91046e161e20b944164
change-id: 20250414-asoc-tpa6130a2-1c7974b55059

Best regards,
-- 
Peng Fan <peng.fan@nxp.com>
Re: [PATCH 0/3] ASoC: codec: tpa6130a2: Convert to GPIO descriptors
Posted by Mark Brown 9 months, 2 weeks ago
On Mon, 14 Apr 2025 16:34:22 +0800, Peng Fan (OSS) wrote:
> Per Mark's comments in [1], each driver in one patchset and not merge
> the changes to one driver in one patch, so worked out three patches.
> 
> - Sort the included headers.
> - Drop sound/tpa6130a2-plat.h because no user is creating the device using
>    platform data
> - Covert to GPIO descriptors
> 
> [...]

Applied to

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

Thanks!

[1/3] ASoC: codec: tpa6130a2: Sort headers alphabetically
      commit: b194e82b289cf3b382a9a69f0ef07dca887293bb
[2/3] ASoC: codec: tpa6130a2: Remove tpa6130a2_platform_data
      commit: 63a9362c7172c74f6df19195c3e7491d3ec123ca
[3/3] ASoC: codec: tpa6130a2: Convert to GPIO descriptors
      commit: c27c31302601b648eb0fd6fc3a69c9a0c10eb6a4

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