mbox series

[00/10] ASoC: SOF: Intel: MTL: Fixes for suspend/resume

Message ID 20220922213644.666315-1-ranjani.sridharan@linux.intel.com (mailing list archive)
Headers show
Series ASoC: SOF: Intel: MTL: Fixes for suspend/resume | expand

Message

Ranjani Sridharan Sept. 22, 2022, 9:36 p.m. UTC
This series includes fixes for suspend/resume and module
loading/unloading for the MTL platform.

Fred Oh (4):
  ASoC: SOF: Intel: introduce new op to handle dsp power down
  ASoC: SOF: Intel: define and set power_down_dsp op for HDA platforms
  ASoC: SOF: Intel: mtl: define and set power_down_dsp op
  ASoC: SOF: Intel: use power_down_dsp op in hda_dsp_remove

Ranjani Sridharan (5):
  ASoC: SOF: Intel: Add a new op for disabling interrupts
  ASoC: SOF: Intel: define and set the disable_interrupts op for cavs
    platforms
  ASoC: SOF: Intel: MTL: define and set the disable_interrupts op
  ASoC: SOF: Intel: HDA: use IPC version-specific ops
  ASoC: SOF: Intel: MTL: reuse the common ops for PM

Yong Zhi (1):
  ASoC: SOF: Intel: MTL: remove the unnecessary snd_sof_dsp_read()

 sound/soc/sof/intel/apl.c     |   2 +
 sound/soc/sof/intel/cnl.c     |   4 +
 sound/soc/sof/intel/hda-dsp.c |  21 ++--
 sound/soc/sof/intel/hda.c     |  14 ++-
 sound/soc/sof/intel/hda.h     |   2 +
 sound/soc/sof/intel/icl.c     |   2 +
 sound/soc/sof/intel/mtl.c     | 193 ++++++----------------------------
 sound/soc/sof/intel/shim.h    |   2 +
 sound/soc/sof/intel/skl.c     |   2 +
 sound/soc/sof/intel/tgl.c     |   8 ++
 10 files changed, 81 insertions(+), 169 deletions(-)

Comments

Mark Brown Sept. 23, 2022, 5:07 p.m. UTC | #1
On Thu, 22 Sep 2022 14:36:34 -0700, Ranjani Sridharan wrote:
> This series includes fixes for suspend/resume and module
> loading/unloading for the MTL platform.
> 
> Fred Oh (4):
>   ASoC: SOF: Intel: introduce new op to handle dsp power down
>   ASoC: SOF: Intel: define and set power_down_dsp op for HDA platforms
>   ASoC: SOF: Intel: mtl: define and set power_down_dsp op
>   ASoC: SOF: Intel: use power_down_dsp op in hda_dsp_remove
> 
> [...]

Applied to

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

Thanks!

[01/10] ASoC: SOF: Intel: introduce new op to handle dsp power down
        commit: af62eaf2872bf2c381f322c61f7ff751162797f6
[02/10] ASoC: SOF: Intel: define and set power_down_dsp op for HDA platforms
        commit: c714031f936e11ef9e5695efdb73cd1f45eedb69
[03/10] ASoC: SOF: Intel: mtl: define and set power_down_dsp op
        commit: 2090cb9bf57471900d5cdf11b47dd1a121f021bf
[04/10] ASoC: SOF: Intel: use power_down_dsp op in hda_dsp_remove
        commit: e32de6402e5b51cd6a24861987b1846606beec13
[05/10] ASoC: SOF: Intel: Add a new op for disabling interrupts
        commit: 423693a6c351f4abb869d1dbf5df7374766aaa1a
[06/10] ASoC: SOF: Intel: define and set the disable_interrupts op for cavs platforms
        commit: b2520dbcb0d3646e70fedcaab2bdfb33df1c8508
[07/10] ASoC: SOF: Intel: MTL: define and set the disable_interrupts op
        commit: 39df087f6fa9436926b540d7d4022c09d0b8fde7
[08/10] ASoC: SOF: Intel: HDA: use IPC version-specific ops
        commit: 0fbd539f666a7783b55507675b6c68673db27766
[09/10] ASoC: SOF: Intel: MTL: reuse the common ops for PM
        commit: 6ae87bab269b347c725893ee162a0ad03ecca97c
[10/10] ASoC: SOF: Intel: MTL: remove the unnecessary snd_sof_dsp_read()
        commit: 68fb254e9ccca9e3f832f86b707eb2551aa5b86d

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