mbox series

[0/9] ASoC: amd: ps: add soundwire support

Message ID 20230516103543.2515097-1-Vijendar.Mukunda@amd.com
Headers show
Series ASoC: amd: ps: add soundwire support | expand

Message

Mukunda,Vijendar May 16, 2023, 10:35 a.m. UTC
This patch series add support for
	- Platform device creation for Soundwire Manager instances and
	  PDM controller.
	- Soundwire DMA driver.
	- Interrupt handling for Soundwire manager related interrupts,
	  Soundwire DMA interrupts and ACP error interrupts.
	- ACP PCI driver PM ops modification with respect to Soundwire
	  Power modes.

Vijendar Mukunda (9):
  ASoC: amd: ps: create platform devices based on acp config
  ASoC: amd: ps: handle soundwire interrupts in acp pci driver
  ASoC: amd: ps: add soundwire dma driver for ps platform
  ASoC: amd: ps: add soundwire dma driver dma ops
  ASoC: amd: ps: add support for Soundwire DMA interrupts
  ASoC: amd: ps: add pm ops support for soundwire dma driver
  ASoC: amd: ps: enable Soundwire DMA driver build
  ASoC: amd: update comments in Kconfig file
  ASoC: amd: ps: Add soundwire specific checks in pci driver in pm ops.

 sound/soc/amd/Kconfig         |   3 +-
 sound/soc/amd/ps/Makefile     |   2 +
 sound/soc/amd/ps/acp63.h      | 145 ++++++++-
 sound/soc/amd/ps/pci-ps.c     | 393 +++++++++++++++++++++--
 sound/soc/amd/ps/ps-sdw-dma.c | 574 ++++++++++++++++++++++++++++++++++
 5 files changed, 1095 insertions(+), 22 deletions(-)
 create mode 100644 sound/soc/amd/ps/ps-sdw-dma.c