mbox series

[v1,0/7] ASoC: wm8731: Overhaul of the driver

Message ID 20220325153121.1598494-1-broonie@kernel.org (mailing list archive)
Headers show
Series ASoC: wm8731: Overhaul of the driver | expand

Message

Mark Brown March 25, 2022, 3:31 p.m. UTC
This series contains a bunch of fairly minor changes which overhaul and
modernise the WM8731 driver, there should be no impact on the driver's
functionality.

Mark Brown (7):
  ASoC: wm8731: Update to modern DAI terminology
  ASoC: wm8731: Factor component init out of bus code
  ASoC: wm8731: Move regulator request into wm8731_init()
  ASoC: wm8731: Factor our MCLK and mutex initialisation
  ASoC: wm8731: Factor out the I2C and SPI bus code into separate
    modules
  ASoC: wm8731: Convert DT bindings to YAML format
  ARM: configs: Update multi_v5_defconfig for WM8731 bus refactoring

 .../devicetree/bindings/sound/wlf,wm8731.yaml |  97 +++++++
 .../devicetree/bindings/sound/wm8731.txt      |  27 --
 arch/arm/configs/multi_v5_defconfig           |   3 +-
 sound/soc/atmel/Kconfig                       |   4 +-
 sound/soc/au1x/Kconfig                        |   2 +-
 sound/soc/codecs/Kconfig                      |  18 +-
 sound/soc/codecs/Makefile                     |   4 +
 sound/soc/codecs/wm8731-i2c.c                 |  69 +++++
 sound/soc/codecs/wm8731-spi.c                 |  59 ++++
 sound/soc/codecs/wm8731.c                     | 266 +++---------------
 sound/soc/codecs/wm8731.h                     |  27 ++
 sound/soc/pxa/Kconfig                         |   4 +-
 12 files changed, 323 insertions(+), 257 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8731.yaml
 delete mode 100644 Documentation/devicetree/bindings/sound/wm8731.txt
 create mode 100644 sound/soc/codecs/wm8731-i2c.c
 create mode 100644 sound/soc/codecs/wm8731-spi.c


base-commit: 0b88a659002151e354272a13ae29d8b795ef1b46

Comments

Mark Brown April 5, 2022, 9:31 a.m. UTC | #1
On Fri, 25 Mar 2022 15:31:14 +0000, Mark Brown wrote:
> This series contains a bunch of fairly minor changes which overhaul and
> modernise the WM8731 driver, there should be no impact on the driver's
> functionality.
> 
> Mark Brown (7):
>   ASoC: wm8731: Update to modern DAI terminology
>   ASoC: wm8731: Factor component init out of bus code
>   ASoC: wm8731: Move regulator request into wm8731_init()
>   ASoC: wm8731: Factor our MCLK and mutex initialisation
>   ASoC: wm8731: Factor out the I2C and SPI bus code into separate
>     modules
>   ASoC: wm8731: Convert DT bindings to YAML format
>   ARM: configs: Update multi_v5_defconfig for WM8731 bus refactoring
> 
> [...]

Applied to

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

Thanks!

[1/7] ASoC: wm8731: Update to modern DAI terminology
      commit: 00b87e18f3c0a98e2e22a95eb205c2ae03862a23
[2/7] ASoC: wm8731: Factor component init out of bus code
      commit: 3f4fb905510911f6149593a7321ae1825259b242
[3/7] ASoC: wm8731: Move regulator request into wm8731_init()
      commit: 5f1b9d1e424b91a8ae04211cbe4d354463c83583
[4/7] ASoC: wm8731: Factor our MCLK and mutex initialisation
      commit: 8875d104af6c237bfedb47309afd938984a3c05b
[5/7] ASoC: wm8731: Factor out the I2C and SPI bus code into separate modules
      commit: 9dc15f81baf273b5aaaa3302ee8faacd78f361fd
[6/7] ASoC: wm8731: Convert DT bindings to YAML format
      commit: 0e336eeaf467cdd86d827d696e24081b638ef61c
[7/7] ARM: configs: Update multi_v5_defconfig for WM8731 bus refactoring
      commit: 64a1a4e04e4450a89940adc8f339a85e2c01d905

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