mbox series

[0/3] ASoC: cs35l56: Remove obsolete and redundant code

Message ID 20240701104444.172556-1-rf@opensource.cirrus.com (mailing list archive)
Headers show
Series ASoC: cs35l56: Remove obsolete and redundant code | expand

Message

Richard Fitzgerald July 1, 2024, 10:44 a.m. UTC
These commits remove various code that is either no longer needed,
or is redundant.

Richard Fitzgerald (3):
  ASoC: cs35l56: Revert support for dual-ownership of ASP registers
  ASoC: cs35l56: Remove support for A1 silicon
  ASoC: cs35l56: Remove redundant clearing of clk_stop_mode1

 include/sound/cs35l56.h           |  11 +-
 sound/soc/codecs/cs35l56-sdw.c    |  75 -----------
 sound/soc/codecs/cs35l56-shared.c | 122 ++++--------------
 sound/soc/codecs/cs35l56.c        | 205 ++----------------------------
 sound/soc/codecs/cs35l56.h        |   2 -
 5 files changed, 45 insertions(+), 370 deletions(-)

Comments

Mark Brown July 2, 2024, 6:03 p.m. UTC | #1
On Mon, 01 Jul 2024 11:44:41 +0100, Richard Fitzgerald wrote:
> These commits remove various code that is either no longer needed,
> or is redundant.
> 
> Richard Fitzgerald (3):
>   ASoC: cs35l56: Revert support for dual-ownership of ASP registers
>   ASoC: cs35l56: Remove support for A1 silicon
>   ASoC: cs35l56: Remove redundant clearing of clk_stop_mode1
> 
> [...]

Applied to

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

Thanks!

[1/3] ASoC: cs35l56: Revert support for dual-ownership of ASP registers
      commit: 5d7e328e20b3d2bd3e1e8bea7a868ab8892aeed1
[2/3] ASoC: cs35l56: Remove support for A1 silicon
      commit: e2996141d6db0d8b353e1c221a37c8e1be109d4a
[3/3] ASoC: cs35l56: Remove redundant clearing of clk_stop_mode1
      commit: e5524e3316ac54ca04dde3bfef4565bacf72c594

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