]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: codec: tpa6130a2: Convert to GPIO descriptors
authorMark Brown <broonie@kernel.org>
Fri, 25 Apr 2025 17:40:44 +0000 (18:40 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 25 Apr 2025 17:40:44 +0000 (18:40 +0100)
commitc27c31302601b648eb0fd6fc3a69c9a0c10eb6a4
treee8df247b7c4592da388046c40f38693460511667
parentb0090115001a3602d0d18828960e8eb1ae129b41
parentf198b6b256aabe6d136401505e974ef2eb2df4af
ASoC: codec: tpa6130a2: Convert to GPIO descriptors

Merge series from "Peng Fan (OSS)" <peng.fan@oss.nxp.com>:

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/
MAINTAINERS