mbox series

[0/3] ASoC: cs35l56: Bugfixes and efficiency improvement

Message ID 20230518150250.1121006-1-rf@opensource.cirrus.com
Headers show
Series ASoC: cs35l56: Bugfixes and efficiency improvement | expand

Message

Richard Fitzgerald May 18, 2023, 3:02 p.m. UTC
First two patches are bugfixes.
Third patch skips the overhead of rebooting the amp after applying
firmware files when we know that it isn't necessary.

Simon Trimmer (3):
  ASoC: cs35l56: Move DSP part string generation so that it is done only
    once
  ASoC: cs35l56: sdw_write_no_pm() should be performed under a
    pm_runtime request
  ASoC: cs35l56: In secure mode skip SHUTDOWN and RESET around fw
    download

 include/sound/cs35l56.h    |  1 +
 sound/soc/codecs/cs35l56.c | 65 +++++++++++++++++++++++++++-----------
 2 files changed, 47 insertions(+), 19 deletions(-)

Comments

Mark Brown May 19, 2023, 3:33 a.m. UTC | #1
On Thu, 18 May 2023 16:02:47 +0100, Richard Fitzgerald wrote:
> First two patches are bugfixes.
> Third patch skips the overhead of rebooting the amp after applying
> firmware files when we know that it isn't necessary.
> 
> Simon Trimmer (3):
>   ASoC: cs35l56: Move DSP part string generation so that it is done only
>     once
>   ASoC: cs35l56: sdw_write_no_pm() should be performed under a
>     pm_runtime request
>   ASoC: cs35l56: In secure mode skip SHUTDOWN and RESET around fw
>     download
> 
> [...]

Applied to

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

Thanks!

[1/3] ASoC: cs35l56: Move DSP part string generation so that it is done only once
      commit: 608f1b0dbddec6b2fd766c10bcce2b651995e936
[2/3] ASoC: cs35l56: sdw_write_no_pm() should be performed under a pm_runtime request
      commit: c9001a2754528fa5da20e8674b3afbd8c134cc91
[3/3] ASoC: cs35l56: In secure mode skip SHUTDOWN and RESET around fw download
      commit: 1a8edfcffa2803afc0ef3a6a48819230cdbda2c9

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