mbox series

[v2,00/10] ASoC: Convert Cirrus codecs to GPIO descriptors

Message ID 20231201-descriptors-sound-cirrus-v2-0-ee9f9d4655eb@linaro.org
Headers show
Series ASoC: Convert Cirrus codecs to GPIO descriptors | expand

Message

Linus Walleij Dec. 1, 2023, 1:20 p.m. UTC
This series walks over the Cirrus Logic ASoC drivers and
clean out the use of legacy GPIO numbers and legacy
GPIO APIs.

The CS4271 affects an ASoC driver for EP93xx which Nikita is
actively working on moving over to device tree, so I don't
know about that patch specifically, but I think the collision
would be max "the file was deleted".

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Changes in v2:
- Add explicit <linux/irq.h> include in the cs35l36 driver, apparently
  the driver useeed this implicitly through the <linux/gpio.h> include.
- Fix commit messages "gpios" -> "reset" on two patches.
- Test builds OK
- Link to v1: https://lore.kernel.org/r/20231129-descriptors-sound-cirrus-v1-0-31aa74425ff8@linaro.org

---
Linus Walleij (10):
      ASoC: cs35l32: Drop legacy include
      ASoC: cs35l33: Fix GPIO name and drop legacy include
      ASoC: cs35l34: Fix GPIO name and drop legacy include
      ASoC: cs35l35: Drop legacy includes
      ASoC: cs35l36: Drop legacy includes
      ASoC: cs4271: Convert to GPIO descriptors
      ASoC: cirrus: edb93xx: Drop legacy include
      ASoC: cs42l42: Drop legacy include
      ASoC: cs43130: Drop legacy includes
      ASoC: cs4349: Drop legacy include

 arch/arm/mach-ep93xx/edb93xx.c       | 32 +++++++++++++++++++++++++----
 arch/arm/mach-ep93xx/vision_ep9307.c | 12 ++++++++++-
 include/sound/cs4271.h               |  1 -
 sound/soc/cirrus/edb93xx.c           |  1 -
 sound/soc/codecs/cs35l32.c           |  1 -
 sound/soc/codecs/cs35l33.c           |  4 +---
 sound/soc/codecs/cs35l34.c           |  4 +---
 sound/soc/codecs/cs35l35.c           |  2 --
 sound/soc/codecs/cs35l36.c           |  3 +--
 sound/soc/codecs/cs4271.c            | 39 ++++++++++++------------------------
 sound/soc/codecs/cs42l42.c           |  1 -
 sound/soc/codecs/cs42l42.h           |  2 +-
 sound/soc/codecs/cs43130.c           |  2 --
 sound/soc/codecs/cs4349.c            |  1 -
 14 files changed, 56 insertions(+), 49 deletions(-)
---
base-commit: 267aea213ae042f779a8054401a8a5f301518605
change-id: 20231129-descriptors-sound-cirrus-522d9061808e

Best regards,

Comments

Mark Brown Dec. 4, 2023, 12:33 p.m. UTC | #1
On Fri, 01 Dec 2023 14:20:29 +0100, Linus Walleij wrote:
> This series walks over the Cirrus Logic ASoC drivers and
> clean out the use of legacy GPIO numbers and legacy
> GPIO APIs.
> 
> The CS4271 affects an ASoC driver for EP93xx which Nikita is
> actively working on moving over to device tree, so I don't
> know about that patch specifically, but I think the collision
> would be max "the file was deleted".
> 
> [...]

Applied to

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

Thanks!

[01/10] ASoC: cs35l32: Drop legacy include
        commit: f8dd1f89bd5ecbfcc547ee5b222a4b9ddb0a0160
[02/10] ASoC: cs35l33: Fix GPIO name and drop legacy include
        commit: 50678d339d670a92658e5538ebee30447c88ccb3
[03/10] ASoC: cs35l34: Fix GPIO name and drop legacy include
        commit: a6122b0b4211d132934ef99e7b737910e6d54d2f
[04/10] ASoC: cs35l35: Drop legacy includes
        commit: 490d2d9f190a9a6125495ac4d833fa0af41763d0
[05/10] ASoC: cs35l36: Drop legacy includes
        commit: 194ef700d4e255686173a03b65e15cac637cc15a
[06/10] ASoC: cs4271: Convert to GPIO descriptors
        commit: 42d1178d223ba9498c1ed40a5fc243a43d35ec97
[07/10] ASoC: cirrus: edb93xx: Drop legacy include
        commit: b191a524b225a3acd7528c3fa8ebeb15302c979b
[08/10] ASoC: cs42l42: Drop legacy include
        commit: 0ec65e8e2219a91987cbb041387d94d40cab38b2
[09/10] ASoC: cs43130: Drop legacy includes
        commit: c6324cafd8370c2254f90a33b7327c45e7a58bbd
[10/10] ASoC: cs4349: Drop legacy include
        commit: 9c16cfe42d9fbfd258a3928b4a054d6b3ef932b0

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