mbox series

[0/3] ASoC: SOF: Implement support for DMA trace free IPC command

Message ID 20211102101019.14037-1-peter.ujfalusi@linux.intel.com (mailing list archive)
Headers show
Series ASoC: SOF: Implement support for DMA trace free IPC command | expand

Message

Peter Ujfalusi Nov. 2, 2021, 10:10 a.m. UTC
Hi,

This series adds support for the new DMA_TRACE_FREE IPC message to gracefully
stop and free the DMA trace related resources on the firmware side.

Regards,
Peter
---
Ranjani Sridharan (3):
  ASoC: SOF: IPC: Add new IPC command to free trace DMA
  ASoC: SOF: IPC: update ipc_log_header()
  ASoC: SOF: trace: send DMA_TRACE_FREE IPC during release

 include/sound/sof/header.h |  1 +
 sound/soc/sof/core.c       |  2 +-
 sound/soc/sof/ipc.c        | 17 ++++++++++++++++-
 sound/soc/sof/trace.c      | 18 ++++++++++++++++++
 4 files changed, 36 insertions(+), 2 deletions(-)

Comments

Mark Brown Nov. 15, 2021, 8:18 p.m. UTC | #1
On Tue, 2 Nov 2021 12:10:16 +0200, Peter Ujfalusi wrote:
> This series adds support for the new DMA_TRACE_FREE IPC message to gracefully
> stop and free the DMA trace related resources on the firmware side.
> 
> Regards,
> Peter
> 

Applied to

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

Thanks!

[1/3] ASoC: SOF: IPC: Add new IPC command to free trace DMA
      commit: 168eed447129899611098219b70ef97b605bc6e1
[2/3] ASoC: SOF: IPC: update ipc_log_header()
      commit: b4e2d7ce132bc4337916662f8e699420377132d9
[3/3] ASoC: SOF: trace: send DMA_TRACE_FREE IPC during release
      commit: 48b5b6a56002569881d18be56deaddad045df918

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