mbox series

[0/5] ASoC: SOF: Add IPC4 FW loader support

Message ID 20220511171648.1622993-1-ranjani.sridharan@linux.intel.com (mailing list archive)
Headers show
Series ASoC: SOF: Add IPC4 FW loader support | expand

Message

Ranjani Sridharan May 11, 2022, 5:16 p.m. UTC
The patches in this series add support for FW loading for IPC4 in the SOF
driver.

Ranjani Sridharan (5):
  ASoC: SOF: Intel: HDA: Set IPC4-specific DSP ops for CaVS platforms
  ASoC: SOF: Add IPC4 private header
  ASoC: SOF: Add header for IPC4 manifest
  ASoC: SOF: IPC4: Add FW loader ops
  ASoC: SOF: Intel: HDA: Set up sof_ipc4_fw_data for IPC4

 include/sound/sof/ext_manifest4.h | 119 +++++++++++++++++
 sound/soc/sof/Makefile            |   2 +-
 sound/soc/sof/intel/apl.c         |  29 ++++-
 sound/soc/sof/intel/cnl.c         | 109 +++++++++++++++-
 sound/soc/sof/intel/hda-ipc.c     |  82 ++++++++++++
 sound/soc/sof/intel/hda.h         |   6 +
 sound/soc/sof/intel/tgl.c         |  29 ++++-
 sound/soc/sof/ipc4-loader.c       | 210 ++++++++++++++++++++++++++++++
 sound/soc/sof/ipc4-priv.h         |  44 +++++++
 sound/soc/sof/ipc4.c              |   2 +
 10 files changed, 619 insertions(+), 13 deletions(-)
 create mode 100644 include/sound/sof/ext_manifest4.h
 create mode 100644 sound/soc/sof/ipc4-loader.c
 create mode 100644 sound/soc/sof/ipc4-priv.h

Comments

Mark Brown May 12, 2022, 4:31 p.m. UTC | #1
On Wed, 11 May 2022 10:16:43 -0700, Ranjani Sridharan wrote:
> The patches in this series add support for FW loading for IPC4 in the SOF
> driver.
> 
> Ranjani Sridharan (5):
>   ASoC: SOF: Intel: HDA: Set IPC4-specific DSP ops for CaVS platforms
>   ASoC: SOF: Add IPC4 private header
>   ASoC: SOF: Add header for IPC4 manifest
>   ASoC: SOF: IPC4: Add FW loader ops
>   ASoC: SOF: Intel: HDA: Set up sof_ipc4_fw_data for IPC4
> 
> [...]

Applied to

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

Thanks!

[1/5] ASoC: SOF: Intel: HDA: Set IPC4-specific DSP ops for CaVS platforms
      commit: e3105c0ccc3e706584030159b6fde54cab2f8aef
[2/5] ASoC: SOF: Add IPC4 private header
      commit: 0af829041d3f8e8f585f5692884d9c7402e7794d
[3/5] ASoC: SOF: Add header for IPC4 manifest
      commit: 71cb8ad1a78043ca0eec1686bdd2e65143943b78
[4/5] ASoC: SOF: IPC4: Add FW loader ops
      commit: c62ff366b3c9984dbc30ab032540d1167acdda32
[5/5] ASoC: SOF: Intel: HDA: Set up sof_ipc4_fw_data for IPC4
      commit: a4cfdebdfe62e276f7626eb55b859fe16dcc28ef

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