All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] Add Vangogh ACP ASoC driver
@ 2021-07-07  5:56 Vijendar Mukunda
  2021-07-07  5:56   ` Vijendar Mukunda
                   ` (12 more replies)
  0 siblings, 13 replies; 76+ messages in thread
From: Vijendar Mukunda @ 2021-07-07  5:56 UTC (permalink / raw)
  To: broonie, alsa-devel
  Cc: Alexander.Deucher, Sunil-kumar.Dommati, Vijendar Mukunda

This adds an ASoC driver for the ACP (Audio CoProcessor)
block on AMD Vangogh APU.

Vijendar Mukunda (12):
  ASoC: amd: add Vangogh ACP5x IP register header
  ASoC: amd: add Vangogh ACP PCI driver
  add acp5x init/de-init functions
  ASoC: amd: create acp5x platform devices
  ASoC: amd: add ACP5x PCM platform driver
  ASoC: amd: irq handler changes for ACP5x PCM dma driver
  ASoC: amd: add ACP5x pcm dma driver ops
  ASoC: amd: add vangogh i2s controller driver
  ASoC: amd: add vangogh i2s dai driver ops
  ASoC: amd: add vangogh pci driver pm ops
  ASoc: amd: add vangogh i2s dma driver pm ops
  ASoC: amd: enable vangogh acp5x driver build

 sound/soc/amd/Kconfig                       |   6 +
 sound/soc/amd/Makefile                      |   1 +
 sound/soc/amd/vangogh/Makefile              |   9 +
 sound/soc/amd/vangogh/acp5x-i2s.c           | 438 ++++++++++++++++
 sound/soc/amd/vangogh/acp5x-pcm-dma.c       | 527 ++++++++++++++++++++
 sound/soc/amd/vangogh/acp5x.h               | 188 +++++++
 sound/soc/amd/vangogh/pci-acp5x.c           | 356 +++++++++++++
 sound/soc/amd/vangogh/vg_chip_offset_byte.h | 337 +++++++++++++
 8 files changed, 1862 insertions(+)
 create mode 100644 sound/soc/amd/vangogh/Makefile
 create mode 100644 sound/soc/amd/vangogh/acp5x-i2s.c
 create mode 100644 sound/soc/amd/vangogh/acp5x-pcm-dma.c
 create mode 100644 sound/soc/amd/vangogh/acp5x.h
 create mode 100644 sound/soc/amd/vangogh/pci-acp5x.c
 create mode 100644 sound/soc/amd/vangogh/vg_chip_offset_byte.h

-- 
2.17.1


^ permalink raw reply	[flat|nested] 76+ messages in thread

end of thread, other threads:[~2021-07-15 23:31 UTC | newest]

Thread overview: 76+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-07  5:56 [PATCH 00/12] Add Vangogh ACP ASoC driver Vijendar Mukunda
2021-07-07  5:56 ` [PATCH 01/12] ASoC: amd: add Vangogh ACP5x IP register header Vijendar Mukunda
2021-07-07  5:56   ` Vijendar Mukunda
2021-07-07  5:56 ` [PATCH 02/12] ASoC: amd: add Vangogh ACP PCI driver Vijendar Mukunda
2021-07-07  5:56   ` Vijendar Mukunda
2021-07-07 16:17   ` Mark Brown
2021-07-07 16:17     ` Mark Brown
2021-07-08 14:07     ` Mukunda,Vijendar
2021-07-08 14:07       ` Mukunda,Vijendar
2021-07-07  5:56 ` [PATCH 03/12] add acp5x init/de-init functions Vijendar Mukunda
2021-07-07  5:56   ` Vijendar Mukunda
2021-07-07 16:15   ` Pierre-Louis Bossart
2021-07-07 16:15     ` Pierre-Louis Bossart
2021-07-08 13:30     ` Mukunda,Vijendar
2021-07-08 13:30       ` Mukunda,Vijendar
2021-07-07  5:56 ` [PATCH 04/12] ASoC: amd: create acp5x platform devices Vijendar Mukunda
2021-07-07  5:56   ` Vijendar Mukunda
2021-07-07 16:22   ` Mark Brown
2021-07-07 16:22     ` Mark Brown
2021-07-08 15:02     ` Mukunda,Vijendar
2021-07-08 15:02       ` Mukunda,Vijendar
2021-07-07  5:56 ` [PATCH 05/12] ASoC: amd: add ACP5x PCM platform driver Vijendar Mukunda
2021-07-07  5:56   ` Vijendar Mukunda
2021-07-07 16:17   ` Pierre-Louis Bossart
2021-07-07 16:17     ` Pierre-Louis Bossart
2021-07-08 13:31     ` Mukunda,Vijendar
2021-07-08 13:31       ` Mukunda,Vijendar
2021-07-07 16:24   ` Mark Brown
2021-07-07 16:24     ` Mark Brown
2021-07-08 11:57     ` Mukunda,Vijendar
2021-07-08 11:57       ` Mukunda,Vijendar
2021-07-07  5:56 ` [PATCH 06/12] ASoC: amd: irq handler changes for ACP5x PCM dma driver Vijendar Mukunda
2021-07-07  5:56   ` Vijendar Mukunda
2021-07-07 16:20   ` Pierre-Louis Bossart
2021-07-07 16:20     ` Pierre-Louis Bossart
2021-07-08 13:32     ` Mukunda,Vijendar
2021-07-08 13:32       ` Mukunda,Vijendar
2021-07-07  5:56 ` [PATCH 07/12] ASoC: amd: add ACP5x pcm dma driver ops Vijendar Mukunda
2021-07-07  5:56   ` Vijendar Mukunda
2021-07-07 16:27   ` Pierre-Louis Bossart
2021-07-07 16:27     ` Pierre-Louis Bossart
2021-07-08 11:56     ` Mukunda,Vijendar
2021-07-08 11:56       ` Mukunda,Vijendar
2021-07-07 16:30   ` Mark Brown
2021-07-07 16:30     ` Mark Brown
2021-07-08 11:43     ` Mukunda,Vijendar
2021-07-08 11:43       ` Mukunda,Vijendar
2021-07-07  5:56 ` [PATCH 08/12] ASoC: amd: add vangogh i2s controller driver Vijendar Mukunda
2021-07-07  5:56   ` Vijendar Mukunda
2021-07-07  5:56 ` [PATCH 09/12] ASoC: amd: add vangogh i2s dai driver ops Vijendar Mukunda
2021-07-07  5:56   ` Vijendar Mukunda
2021-07-07 16:35   ` Mark Brown
2021-07-07 16:35     ` Mark Brown
2021-07-08 11:30     ` Mukunda,Vijendar
2021-07-08 11:30       ` Mukunda,Vijendar
2021-07-07  5:56 ` [PATCH 10/12] ASoC: amd: add vangogh pci driver pm ops Vijendar Mukunda
2021-07-07  5:56   ` Vijendar Mukunda
2021-07-07 16:34   ` Pierre-Louis Bossart
2021-07-07 16:34     ` Pierre-Louis Bossart
2021-07-08 11:41     ` Mukunda,Vijendar
2021-07-08 11:41       ` Mukunda,Vijendar
2021-07-13  6:36       ` Mukunda,Vijendar
2021-07-13  6:36         ` Mukunda,Vijendar
2021-07-14 16:23         ` Mark Brown
2021-07-15 23:49           ` Mukunda,Vijendar
2021-07-07  5:56 ` [PATCH 11/12] ASoc: amd: add vangogh i2s dma " Vijendar Mukunda
2021-07-07  5:56   ` Vijendar Mukunda
2021-07-07  5:56 ` [PATCH 12/12] ASoC: amd: enable vangogh acp5x driver build Vijendar Mukunda
2021-07-07  5:56   ` Vijendar Mukunda
2021-07-07  9:00   ` kernel test robot
2021-07-07  9:00     ` kernel test robot
2021-07-07  9:00     ` kernel test robot
2021-07-08 14:08     ` Mukunda,Vijendar
2021-07-08 14:08       ` Mukunda, Vijendar
2021-07-08 14:08       ` Mukunda,Vijendar
2021-07-07 16:55 ` [PATCH 00/12] Add Vangogh ACP ASoC driver Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.