mbox series

[0/8] ASoC: SOF: Intel: shutdown and core handling corrections

Message ID 20210322163728.16616-1-pierre-louis.bossart@linux.intel.com
Headers show
Series ASoC: SOF: Intel: shutdown and core handling corrections | expand

Message

Pierre-Louis Bossart March 22, 2021, 4:37 p.m. UTC
This patchset fixes a logical flow in the core status, improves
shutdown support on Intel SOF platforms with an HDaudio controller and
cleans-up ElkhartLake support.

Guennadi Liakhovetski (1):
  ASoC: SOF: Intel: HDA: fix core status verification

Libin Yang (5):
  ASoC: SOF: Intel: TGL: fix EHL ops
  ASoC: SOF: Intel: TGL: set shutdown callback to hda_dsp_shutdown
  ASoC: SOF: Intel: ICL: set shutdown callback to hda_dsp_shutdown
  ASoC: SOF: Intel: CNL: set shutdown callback to hda_dsp_shutdown
  ASoC: SOF: Intel: APL: set shutdown callback to hda_dsp_shutdown

Pierre-Louis Bossart (2):
  ASoC: SOF: core: harden shutdown helper
  ASoC: SOF: Intel: move ELH chip info

 sound/soc/sof/core.c          |  8 +++++++-
 sound/soc/sof/intel/apl.c     |  3 ++-
 sound/soc/sof/intel/cnl.c     | 19 ++-----------------
 sound/soc/sof/intel/hda-dsp.c | 21 +++++++++++++++++----
 sound/soc/sof/intel/hda.h     |  1 +
 sound/soc/sof/intel/icl.c     |  3 ++-
 sound/soc/sof/intel/pci-tgl.c |  2 +-
 sound/soc/sof/intel/tgl.c     | 18 +++++++++++++++++-
 8 files changed, 49 insertions(+), 26 deletions(-)

Comments

Mark Brown March 23, 2021, 10:12 p.m. UTC | #1
On Mon, 22 Mar 2021 11:37:20 -0500, Pierre-Louis Bossart wrote:
> This patchset fixes a logical flow in the core status, improves
> shutdown support on Intel SOF platforms with an HDaudio controller and
> cleans-up ElkhartLake support.
> 
> Guennadi Liakhovetski (1):
>   ASoC: SOF: Intel: HDA: fix core status verification
> 
> [...]

Applied to

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

Thanks!

[1/8] ASoC: SOF: Intel: HDA: fix core status verification
      commit: 927280909fa7d8e61596800d82f18047c6cfbbe4
[2/8] ASoC: SOF: core: harden shutdown helper
      commit: 91ec48f540f83022377723a774a0a37a630801af
[3/8] ASoC: SOF: Intel: TGL: fix EHL ops
      commit: 3c429f861ed483517a0a352281a16503bcc60b55
[4/8] ASoC: SOF: Intel: TGL: set shutdown callback to hda_dsp_shutdown
      commit: 22aa9e021ad1ee7ce640270e75f4bdccff65d287
[5/8] ASoC: SOF: Intel: ICL: set shutdown callback to hda_dsp_shutdown
      commit: 4939e49ea5804f89941df86d35f1a1e1cd8b435b
[6/8] ASoC: SOF: Intel: CNL: set shutdown callback to hda_dsp_shutdown
      commit: b0503e8410e5ee43da116772576dbdeb2a414e0b
[7/8] ASoC: SOF: Intel: APL: set shutdown callback to hda_dsp_shutdown
      commit: d3aa96bf349882763b9903e5800d2e83fc086886
[8/8] ASoC: SOF: Intel: move ELH chip info
      commit: 8bb84ca873d2222ca220e58a097090775b1fd8df

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