[PATCH 00/14] ASoC: remaining simple i2c probe changes

Stephen Kitt posted 14 patches 4 years, 2 months ago
sound/soc/codecs/ak4118.c          | 5 ++---
sound/soc/codecs/ak4535.c          | 5 ++---
sound/soc/codecs/ak4641.c          | 5 ++---
sound/soc/codecs/ak4671.c          | 5 ++---
sound/soc/codecs/cx2072x.c         | 5 ++---
sound/soc/codecs/es8316.c          | 5 ++---
sound/soc/codecs/es8328-i2c.c      | 5 ++---
sound/soc/codecs/lm4857.c          | 5 ++---
sound/soc/codecs/max9768.c         | 5 ++---
sound/soc/codecs/max98371.c        | 5 ++---
sound/soc/codecs/max98373-i2c.c    | 5 ++---
sound/soc/codecs/max98390.c        | 5 ++---
sound/soc/codecs/max9850.c         | 5 ++---
sound/soc/codecs/max98504.c        | 5 ++---
sound/soc/codecs/max98520.c        | 4 ++--
sound/soc/codecs/max9867.c         | 5 ++---
sound/soc/codecs/max9877.c         | 5 ++---
sound/soc/codecs/max98925.c        | 5 ++---
sound/soc/codecs/max98926.c        | 5 ++---
sound/soc/codecs/max98927.c        | 5 ++---
sound/soc/codecs/ml26124.c         | 5 ++---
sound/soc/codecs/nau8540.c         | 5 ++---
sound/soc/codecs/nau8810.c         | 5 ++---
sound/soc/codecs/nau8821.c         | 5 ++---
sound/soc/codecs/nau8822.c         | 5 ++---
sound/soc/codecs/nau8824.c         | 5 ++---
sound/soc/codecs/nau8825.c         | 5 ++---
sound/soc/codecs/pcm1681.c         | 5 ++---
sound/soc/codecs/pcm1789-i2c.c     | 5 ++---
sound/soc/codecs/pcm179x-i2c.c     | 5 ++---
sound/soc/codecs/pcm3168a-i2c.c    | 5 ++---
sound/soc/codecs/pcm512x-i2c.c     | 5 ++---
sound/soc/codecs/sta32x.c          | 5 ++---
sound/soc/codecs/sta350.c          | 5 ++---
sound/soc/codecs/sta529.c          | 5 ++---
sound/soc/codecs/tas2552.c         | 5 ++---
sound/soc/codecs/tas2764.c         | 5 ++---
sound/soc/codecs/tas2770.c         | 5 ++---
sound/soc/codecs/tas5086.c         | 5 ++---
sound/soc/codecs/tas6424.c         | 5 ++---
sound/soc/codecs/tda7419.c         | 5 ++---
sound/soc/codecs/tlv320adcx140.c   | 5 ++---
sound/soc/codecs/tlv320aic23-i2c.c | 5 ++---
sound/soc/codecs/tlv320dac33.c     | 5 ++---
sound/soc/codecs/ts3a227e.c        | 5 ++---
sound/soc/codecs/uda1380.c         | 5 ++---
46 files changed, 92 insertions(+), 137 deletions(-)
[PATCH 00/14] ASoC: remaining simple i2c probe changes
Posted by Stephen Kitt 4 years, 2 months ago
This series covers all the remaining changes to migrate
sound/soc/codecs i2c probes to probe_new, where the const struct
i2c_client * argument is unused; there are a few remaining files which
use the argument and will need i2c_match_id migration.

These are all files without a more specific maintainer than Liam and
Mark as SoC supporters (unlike all my previous patches).

Stephen Kitt (14):
  ASoC: ak4*: use simple i2c probe function
  ASoC: cx2072x: use simple i2c probe function
  ASoC: es83*: use simple i2c probe function
  ASoC: lm4857: use simple i2c probe function
  ASoC: max9*: use simple i2c probe function
  ASoC: ml26124: use simple i2c probe function
  ASoC: nau8*: use simple i2c probe function
  ASoC: pcm*: use simple i2c probe function
  ASoC: sta*: use simple i2c probe function
  ASoC: tas*: use simple i2c probe function
  ASoC: tda7419: use simple i2c probe function
  ASoC: tlv320*: use simple i2c probe function
  ASoC: ts3a227e: use simple i2c probe function
  ASoC: uda1380: use simple i2c probe function

 sound/soc/codecs/ak4118.c          | 5 ++---
 sound/soc/codecs/ak4535.c          | 5 ++---
 sound/soc/codecs/ak4641.c          | 5 ++---
 sound/soc/codecs/ak4671.c          | 5 ++---
 sound/soc/codecs/cx2072x.c         | 5 ++---
 sound/soc/codecs/es8316.c          | 5 ++---
 sound/soc/codecs/es8328-i2c.c      | 5 ++---
 sound/soc/codecs/lm4857.c          | 5 ++---
 sound/soc/codecs/max9768.c         | 5 ++---
 sound/soc/codecs/max98371.c        | 5 ++---
 sound/soc/codecs/max98373-i2c.c    | 5 ++---
 sound/soc/codecs/max98390.c        | 5 ++---
 sound/soc/codecs/max9850.c         | 5 ++---
 sound/soc/codecs/max98504.c        | 5 ++---
 sound/soc/codecs/max98520.c        | 4 ++--
 sound/soc/codecs/max9867.c         | 5 ++---
 sound/soc/codecs/max9877.c         | 5 ++---
 sound/soc/codecs/max98925.c        | 5 ++---
 sound/soc/codecs/max98926.c        | 5 ++---
 sound/soc/codecs/max98927.c        | 5 ++---
 sound/soc/codecs/ml26124.c         | 5 ++---
 sound/soc/codecs/nau8540.c         | 5 ++---
 sound/soc/codecs/nau8810.c         | 5 ++---
 sound/soc/codecs/nau8821.c         | 5 ++---
 sound/soc/codecs/nau8822.c         | 5 ++---
 sound/soc/codecs/nau8824.c         | 5 ++---
 sound/soc/codecs/nau8825.c         | 5 ++---
 sound/soc/codecs/pcm1681.c         | 5 ++---
 sound/soc/codecs/pcm1789-i2c.c     | 5 ++---
 sound/soc/codecs/pcm179x-i2c.c     | 5 ++---
 sound/soc/codecs/pcm3168a-i2c.c    | 5 ++---
 sound/soc/codecs/pcm512x-i2c.c     | 5 ++---
 sound/soc/codecs/sta32x.c          | 5 ++---
 sound/soc/codecs/sta350.c          | 5 ++---
 sound/soc/codecs/sta529.c          | 5 ++---
 sound/soc/codecs/tas2552.c         | 5 ++---
 sound/soc/codecs/tas2764.c         | 5 ++---
 sound/soc/codecs/tas2770.c         | 5 ++---
 sound/soc/codecs/tas5086.c         | 5 ++---
 sound/soc/codecs/tas6424.c         | 5 ++---
 sound/soc/codecs/tda7419.c         | 5 ++---
 sound/soc/codecs/tlv320adcx140.c   | 5 ++---
 sound/soc/codecs/tlv320aic23-i2c.c | 5 ++---
 sound/soc/codecs/tlv320dac33.c     | 5 ++---
 sound/soc/codecs/ts3a227e.c        | 5 ++---
 sound/soc/codecs/uda1380.c         | 5 ++---
 46 files changed, 92 insertions(+), 137 deletions(-)

-- 
2.27.0
Re: [PATCH 00/14] ASoC: remaining simple i2c probe changes
Posted by Mark Brown 4 years, 2 months ago
On Tue, 5 Apr 2022 18:58:22 +0200, Stephen Kitt wrote:
> This series covers all the remaining changes to migrate
> sound/soc/codecs i2c probes to probe_new, where the const struct
> i2c_client * argument is unused; there are a few remaining files which
> use the argument and will need i2c_match_id migration.
> 
> These are all files without a more specific maintainer than Liam and
> Mark as SoC supporters (unlike all my previous patches).
> 
> [...]

Applied to

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

Thanks!

[01/14] ASoC: ak4*: use simple i2c probe function
        commit: a1111048ec4629ddc273d8821b2299ca23480153
[02/14] ASoC: cx2072x: use simple i2c probe function
        commit: e86e7de1c52afefec61b5cfe254d888117a6d5ab
[03/14] ASoC: es83*: use simple i2c probe function
        commit: a327bdc6c69521bc9ad9ed931a01e505956d4947
[04/14] ASoC: lm4857: use simple i2c probe function
        commit: 182f3ebd5d34437f8bf53fe4d37ccc817b003648
[05/14] ASoC: max9*: use simple i2c probe function
        commit: fead49e33b3df85326cf00eb27a461a8d2ac32a1
[06/14] ASoC: ml26124: use simple i2c probe function
        commit: f7537e3a99fd8f9cd8702bfa52dcfd56d5ac2db7
[07/14] ASoC: nau8*: use simple i2c probe function
        commit: 7325ed4d1250ddb838dc6f96d1f20492a3d52b20
[08/14] ASoC: pcm*: use simple i2c probe function
        commit: 7f7d7214bb5208454aa4ce13780de326402e89c3
[09/14] ASoC: sta*: use simple i2c probe function
        commit: 6f51c15877ae7a2b57bd4ec90eeb146dbac36fa5
[10/14] ASoC: tas*: use simple i2c probe function
        commit: ad11678fd0c39a766318f2dd0385008dd111b5fc
[11/14] ASoC: tda7419: use simple i2c probe function
        commit: 33108917c8a6b597782cff0bd31bea3c7737df3b
[12/14] ASoC: tlv320*: use simple i2c probe function
        commit: 9ba0daa6efa30b1837560a5ce5f41d31093adb42
[13/14] ASoC: ts3a227e: use simple i2c probe function
        commit: 2d4668c6b16fd5b476e84a7fcc54cd38f326e0eb
[14/14] ASoC: uda1380: use simple i2c probe function
        commit: cbd5ce7f428b4caf3f1e3b07cd068cc073eab909

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