mbox series

[0/4] ASoC: SOF: DSP core management fixes for 5.10

Message ID 20200910164125.2033062-1-kai.vehmanen@linux.intel.com (mailing list archive)
Headers show
Series ASoC: SOF: DSP core management fixes for 5.10 | expand

Message

Kai Vehmanen Sept. 10, 2020, 4:41 p.m. UTC
This series contains some improvements to how DSP core management
is done in SOF, and adds a distinction between cores managed by
the host versus cores managed by the DSP.

Pierre-Louis Bossart (1):
  ASoC: SOF: Intel: hda-loader: s/master/primary

Ranjani Sridharan (3):
  ASoC: SOF: rename cores_mask to host_managed_cores_mask
  ASoC: SOF: Intel: hda: modify core_power_up/down op
  ASoC: SOF: Intel: remove the  HDA_DSP_CORE_MASK() macro

 sound/soc/sof/intel/apl.c        |  2 +-
 sound/soc/sof/intel/bdw.c        |  2 +-
 sound/soc/sof/intel/byt.c        |  6 +++---
 sound/soc/sof/intel/cnl.c        | 15 ++++-----------
 sound/soc/sof/intel/hda-dsp.c    | 20 +++++++++++++++++---
 sound/soc/sof/intel/hda-loader.c | 11 +++++------
 sound/soc/sof/intel/hda.c        |  2 +-
 sound/soc/sof/intel/hda.h        |  3 ---
 sound/soc/sof/intel/shim.h       |  2 +-
 sound/soc/sof/intel/tgl.c        |  2 +-
 10 files changed, 34 insertions(+), 31 deletions(-)

Comments

Mark Brown Sept. 14, 2020, 2:51 p.m. UTC | #1
On Thu, 10 Sep 2020 19:41:21 +0300, Kai Vehmanen wrote:
> This series contains some improvements to how DSP core management
> is done in SOF, and adds a distinction between cores managed by
> the host versus cores managed by the DSP.
> 
> Pierre-Louis Bossart (1):
>   ASoC: SOF: Intel: hda-loader: s/master/primary
> 
> [...]

Applied to

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

Thanks!

[1/4] ASoC: SOF: rename cores_mask to host_managed_cores_mask
      commit: 64b969177c744a76142f45823dd9d94c38f79cd0
[2/4] ASoC: SOF: Intel: hda: modify core_power_up/down op
      commit: 914fab3b43633d03eb40e3216cc2857864589c60
[3/4] ASoC: SOF: Intel: remove the HDA_DSP_CORE_MASK() macro
      commit: fde106552845b7c369c2385b27062b1c2130a4dd
[4/4] ASoC: SOF: Intel: hda-loader: s/master/primary
      commit: 52e4d0ae6255446efaaaa2a7a1da7cc1640f78b5

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