mbox series

[00/10] ASoC: SOF: IPC Abstraction for FW loading

Message ID 20220425221129.124615-1-ranjani.sridharan@linux.intel.com
Headers show
Series ASoC: SOF: IPC Abstraction for FW loading | expand

Message

Ranjani Sridharan April 25, 2022, 10:11 p.m. UTC
This series introduces IPC abstraction for FW loading in the SOF driver
in preparation for supporting the new IPC version in the SOF firmware.

Peter Ujfalusi (10):
  ASoC: SOF: Introduce IPC dependent ops for firmware handling, loading
  ASoC: SOF: ipc3-loader: Implement firmware parsing and loading
  ASoC: SOF: ipc: Add check for fw_loader ops
  ASoC: SOF: loader: Switch to use the fw_loader ops
  ASoC: SOF: amd: renoir: Do not set the load_module ops
  ASoC: SOF: imx: Do not set the load_module ops
  ASoC: SOF: Intel: bdw/byt/pci-tng: Do not set the load_module ops
  ASoC: SOF: mediatek: mt8195: Do not set the load_module ops
  ASoC: SOF: loader: Remove snd_sof_parse_module_memcpy() as it is not
    used
  ASoC: SOF: loader: Call optional query_fw_configuration on first boot

 sound/soc/sof/Makefile                 |   2 +-
 sound/soc/sof/amd/renoir.c             |   3 -
 sound/soc/sof/imx/imx8.c               |   6 +-
 sound/soc/sof/imx/imx8m.c              |   3 +-
 sound/soc/sof/intel/bdw.c              |   3 -
 sound/soc/sof/intel/byt.c              |   6 -
 sound/soc/sof/intel/pci-tng.c          |   3 -
 sound/soc/sof/ipc.c                    |  57 +--
 sound/soc/sof/ipc3-loader.c            | 416 ++++++++++++++++++++++
 sound/soc/sof/ipc3-priv.h              |  24 ++
 sound/soc/sof/ipc3.c                   |  62 +++-
 sound/soc/sof/loader.c                 | 471 +------------------------
 sound/soc/sof/mediatek/mt8195/mt8195.c |   2 -
 sound/soc/sof/sof-priv.h               |  24 +-
 14 files changed, 539 insertions(+), 543 deletions(-)
 create mode 100644 sound/soc/sof/ipc3-loader.c
 create mode 100644 sound/soc/sof/ipc3-priv.h

Comments

Mark Brown April 29, 2022, 4:01 p.m. UTC | #1
On Mon, 25 Apr 2022 15:11:19 -0700, Ranjani Sridharan wrote:
> This series introduces IPC abstraction for FW loading in the SOF driver
> in preparation for supporting the new IPC version in the SOF firmware.
> 
> Peter Ujfalusi (10):
>   ASoC: SOF: Introduce IPC dependent ops for firmware handling, loading
>   ASoC: SOF: ipc3-loader: Implement firmware parsing and loading
>   ASoC: SOF: ipc: Add check for fw_loader ops
>   ASoC: SOF: loader: Switch to use the fw_loader ops
>   ASoC: SOF: amd: renoir: Do not set the load_module ops
>   ASoC: SOF: imx: Do not set the load_module ops
>   ASoC: SOF: Intel: bdw/byt/pci-tng: Do not set the load_module ops
>   ASoC: SOF: mediatek: mt8195: Do not set the load_module ops
>   ASoC: SOF: loader: Remove snd_sof_parse_module_memcpy() as it is not
>     used
>   ASoC: SOF: loader: Call optional query_fw_configuration on first boot
> 
> [...]

Applied to

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

Thanks!

[01/10] ASoC: SOF: Introduce IPC dependent ops for firmware handling, loading
        commit: 61bafd1c4571ceb9cdf1830a257eac873d0b68ee
[02/10] ASoC: SOF: ipc3-loader: Implement firmware parsing and loading
        commit: d2458baa799fff377660d86323dd20a3f4deecb4
[03/10] ASoC: SOF: ipc: Add check for fw_loader ops
        commit: 2a6099a73c943130c6f864c2df9c5607d25f6b6b
[04/10] ASoC: SOF: loader: Switch to use the fw_loader ops
        commit: 143cdcf1780eae05c33184380987d29682ac1ad6
[05/10] ASoC: SOF: amd: renoir: Do not set the load_module ops
        commit: 0da5f110c583551b39471ecedc3fba704c7362a5
[06/10] ASoC: SOF: imx: Do not set the load_module ops
        commit: 499c55fe5f5e5c4d586777e6850f484c1ded3bb8
[07/10] ASoC: SOF: Intel: bdw/byt/pci-tng: Do not set the load_module ops
        commit: a22502fb61b2fdd9ba12e158590a29b6d35ae68a
[08/10] ASoC: SOF: mediatek: mt8195: Do not set the load_module ops
        commit: 77b677d139dbf53fec02e1cfe3cc593f5a5f080a
[09/10] ASoC: SOF: loader: Remove snd_sof_parse_module_memcpy() as it is not used
        commit: 910bd536d3f72d9c39e5ec08e946c11f9bcdc532
[10/10] ASoC: SOF: loader: Call optional query_fw_configuration on first boot
        commit: 1dd4b999dad2d8b8fce257e4c3c3d334a709c933

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