mbox series

[RESEND,0/8] AMD SOF stack fixes and improvements

Message ID 20240808165753.3414464-1-Vijendar.Mukunda@amd.com
Headers show
Series AMD SOF stack fixes and improvements | expand

Message

Vijendar Mukunda Aug. 8, 2024, 4:57 p.m. UTC
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@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>

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(-)

Comments

Vijendar Mukunda Aug. 12, 2024, 6:59 a.m. UTC | #1
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@linux.intel.com>
> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>

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(-)
>