Message ID | 20220913144319.1055302-1-Vsujithkumar.Reddy@amd.com (mailing list archive) |
---|---|
Headers | show |
Series | ADD SOF support for rembrandt platform | expand |
On 9/13/22 16:43, V sujith kumar Reddy wrote: > This series consists of > > 1.Make ACP core code generic for newer SOC transition > 2.Add support for Rembrandt plaform > 3.Adding amd HS functionality to the sof core > 4.increase SRAM inbox and outbox size to 1024 As Daniel Baluta mentioned it, the Reviewed-by tags are added with a GitHub API script when the topic/sof-dev-rebase branch is updated. Since I was the only reviewer, it's probably faster at this point to re-add my tag, for the series: Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> > Ajit Kumar Pandey (1): > ASoC: SOF: amd: Make ACP core code generic for newer SOC transition > > V sujith kumar Reddy (3): > ASoC: SOF: amd: Add support for Rembrandt plaform. > ASoC: SOF: Adding amd HS functionality to the sof core > ASoC: SOF: amd: increase SRAM inbox and outbox size to 1024 > > include/sound/sof/dai.h | 2 + > sound/soc/sof/amd/Kconfig | 10 ++ > sound/soc/sof/amd/Makefile | 4 +- > sound/soc/sof/amd/acp-common.c | 111 +++++++++++++++++ > sound/soc/sof/amd/acp-dsp-offset.h | 33 +++-- > sound/soc/sof/amd/acp-ipc.c | 49 ++++++-- > sound/soc/sof/amd/acp-loader.c | 20 +++- > sound/soc/sof/amd/acp-pcm.c | 3 +- > sound/soc/sof/amd/acp-stream.c | 7 +- > sound/soc/sof/amd/acp.c | 52 +++++--- > sound/soc/sof/amd/acp.h | 38 ++++-- > sound/soc/sof/amd/pci-rmb.c | 186 +++++++++++++++++++++++++++++ > sound/soc/sof/amd/pci-rn.c | 11 ++ > sound/soc/sof/amd/rembrandt.c | 134 +++++++++++++++++++++ > sound/soc/sof/amd/renoir.c | 101 ++-------------- > sound/soc/sof/ipc3-pcm.c | 9 ++ > sound/soc/sof/ipc3-topology.c | 33 +++++ > sound/soc/sof/topology.c | 1 + > 18 files changed, 653 insertions(+), 151 deletions(-) > create mode 100644 sound/soc/sof/amd/acp-common.c > create mode 100644 sound/soc/sof/amd/pci-rmb.c > create mode 100644 sound/soc/sof/amd/rembrandt.c >
On Tue, 13 Sep 2022 20:13:14 +0530, V sujith kumar Reddy wrote: > This series consists of > > 1.Make ACP core code generic for newer SOC transition > 2.Add support for Rembrandt plaform > 3.Adding amd HS functionality to the sof core > 4.increase SRAM inbox and outbox size to 1024 > > [...] Applied to broonie/sound.git for-next Thanks! [1/4] ASoC: SOF: amd: Make ACP core code generic for newer SOC transition commit: 4da6b033f5454ccbac2d5795d7edfb3f2a777104 [2/4] ASoC: SOF: amd: Add support for Rembrandt plaform. commit: 41cb85bc4b526bb228579c04857bc58213e5f9b5 [3/4] ASoC: SOF: Adding amd HS functionality to the sof core commit: ed2562c64b4f2cb434420f7d2818d0388250ac1a [4/4] ASoC: SOF: amd: increase SRAM inbox and outbox size to 1024 commit: 40d3c041e2f871b3d2d78c8e360224f788ac17ab 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