Re: [PATCH RESEND 0/8] AMD SOF stack fixes and improvements

From: Mukunda,Vijendar
Date: Mon Aug 12 2024 - 02:59:30 EST


On 08/08/24 22:27, Vijendar Mukunda wrote:
> This patch series consists of few fixes and improvments for AMD SOF
> stack.
>
> Link: https://github.com/thesofproject/linux/pull/5103
> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@xxxxxxxxxxxxxxx>
> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx>

Please ignore this patch series. Will split out fixes and refactoring
patches (which has patch dependencies) and will send it
separately.
>
> Vijendar Mukunda (8):
> ASoC: SOF: amd: Fix for incorrect acp error satus register offset
> ASoC: SOF: amd: fix for acp error reason registers wrong offset
> ASoC: SOF: amd: move iram-dram fence register programming sequence
> ASoC: SOF: amd: fix for acp init sequence
> ASoC: SOF: amd: update conditional check for cache register update
> ASoC: SOF: amd: modify psp send command conditional checks
> ASoC: SOF: amd: remove unused variable from sof_amd_acp_desc structure
> ASoC: amd: acp: Convert comma to semicolon
>
> sound/soc/amd/acp/acp-sdw-sof-mach.c | 6 +--
> sound/soc/sof/amd/acp-dsp-offset.h | 6 ++-
> sound/soc/sof/amd/acp-loader.c | 2 +-
> sound/soc/sof/amd/acp.c | 59 ++++++++++++++++++----------
> sound/soc/sof/amd/acp.h | 10 +++--
> sound/soc/sof/amd/pci-acp63.c | 3 +-
> sound/soc/sof/amd/pci-rmb.c | 3 +-
> sound/soc/sof/amd/pci-rn.c | 3 +-
> sound/soc/sof/amd/pci-vangogh.c | 1 -
> 9 files changed, 60 insertions(+), 33 deletions(-)
>