All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND V2 00/12] Add Vangogh ACP ASoC driver
@ 2021-07-17  4:00 Vijendar Mukunda
  2021-07-16 19:52 ` Pierre-Louis Bossart
                   ` (12 more replies)
  0 siblings, 13 replies; 31+ messages in thread
From: Vijendar Mukunda @ 2021-07-17  4:00 UTC (permalink / raw)
  To: broonie, alsa-devel
  Cc: Alexander.Deucher, Sunil-kumar.Dommati, krisman, 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
  ASoc: amd: 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
---
v1 -> v2: fixed review comments
---
 sound/soc/amd/Kconfig                       |   9 +
 sound/soc/amd/Makefile                      |   1 +
 sound/soc/amd/vangogh/Makefile              |   9 +
 sound/soc/amd/vangogh/acp5x-i2s.c           | 429 ++++++++++++++++
 sound/soc/amd/vangogh/acp5x-pcm-dma.c       | 525 ++++++++++++++++++++
 sound/soc/amd/vangogh/acp5x.h               | 192 +++++++
 sound/soc/amd/vangogh/pci-acp5x.c           | 327 ++++++++++++
 sound/soc/amd/vangogh/vg_chip_offset_byte.h | 337 +++++++++++++
 8 files changed, 1829 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.25.1


^ permalink raw reply	[flat|nested] 31+ messages in thread
* [PATCH V3 00/12] Add Vangogh ACP ASoC driver
@ 2021-07-19 16:51 Vijendar Mukunda
  2021-07-19 16:51   ` Vijendar Mukunda
  0 siblings, 1 reply; 31+ messages in thread
From: Vijendar Mukunda @ 2021-07-19 16:51 UTC (permalink / raw)
  To: broonie, alsa-devel
  Cc: Alexander.Deucher, Sunil-kumar.Dommati, krisman, Vijendar Mukunda

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

Changes since v2:
          - remove extra stuff from Make file

Changes since v1:
          - add comment for acp_readl() & acp_writel() API's in
            common header file.
          - add amd: tag in commit message
          - modify condition check in acp5x_power_on()
          - removed acp_power_gating flag related code
          - drop acp5x_audio_remove() API
          - use single flag for handling irq status
          - fixed indetation issue and used dev_err instead of pr_err
          - drop acp5x_dai_remove() API
          - use SND_SOC_DAIFMT_CLOCK_PROVIDER_MASK
          - use PM related Macros in ACP PCI driver
          - use PM related Macros in ACP DMA driver
          - remove extra line in Make file

Vijendar Mukunda (12):
  ASoC: amd: add Vangogh ACP5x IP register header
  ASoC: amd: add Vangogh ACP PCI driver
  ASoc: amd: 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                       |   9 +
 sound/soc/amd/Makefile                      |   1 +
 sound/soc/amd/vangogh/Makefile              |   9 +
 sound/soc/amd/vangogh/acp5x-i2s.c           | 429 ++++++++++++++++
 sound/soc/amd/vangogh/acp5x-pcm-dma.c       | 525 ++++++++++++++++++++
 sound/soc/amd/vangogh/acp5x.h               | 192 +++++++
 sound/soc/amd/vangogh/pci-acp5x.c           | 327 ++++++++++++
 sound/soc/amd/vangogh/vg_chip_offset_byte.h | 337 +++++++++++++
 8 files changed, 1829 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] 31+ messages in thread

end of thread, other threads:[~2021-07-19 18:24 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-17  4:00 [PATCH RESEND V2 00/12] Add Vangogh ACP ASoC driver Vijendar Mukunda
2021-07-16 19:52 ` Pierre-Louis Bossart
2021-07-17  4:34   ` Mukunda,Vijendar
2021-07-19 11:56     ` Mark Brown
2021-07-19 15:10       ` Mukunda,Vijendar
2021-07-17  4:00 ` [PATCH RESEND 01/12] ASoC: amd: add Vangogh ACP5x IP register header Vijendar Mukunda
2021-07-17  4:00   ` Vijendar Mukunda
2021-07-17  4:00 ` [PATCH RESEND V2 02/12] ASoC: amd: add Vangogh ACP PCI driver Vijendar Mukunda
2021-07-17  4:00   ` Vijendar Mukunda
2021-07-17  4:00 ` [PATCH RESEND V2 03/12] ASoc: amd: add acp5x init/de-init functions Vijendar Mukunda
2021-07-17  4:00   ` Vijendar Mukunda
2021-07-17  4:00 ` [PATCH RESEND 04/12] ASoC: amd: create acp5x platform devices Vijendar Mukunda
2021-07-17  4:00   ` Vijendar Mukunda
2021-07-17  4:00 ` [PATCH RESEND V2 05/12] ASoC: amd: add ACP5x PCM platform driver Vijendar Mukunda
2021-07-17  4:00   ` Vijendar Mukunda
2021-07-17  4:00 ` [PATCH RESEND 06/12] ASoC: amd: irq handler changes for ACP5x PCM dma driver Vijendar Mukunda
2021-07-17  4:00   ` Vijendar Mukunda
2021-07-17  4:00 ` [PATCH RESEND V2 07/12] ASoC: amd: add ACP5x pcm dma driver ops Vijendar Mukunda
2021-07-17  4:00   ` Vijendar Mukunda
2021-07-17  4:00 ` [PATCH RESEND V2 08/12] ASoC: amd: add vangogh i2s controller driver Vijendar Mukunda
2021-07-17  4:00   ` Vijendar Mukunda
2021-07-17  4:00 ` [PATCH RESEND V2 09/12] ASoC: amd: add vangogh i2s dai driver ops Vijendar Mukunda
2021-07-17  4:00   ` Vijendar Mukunda
2021-07-17  4:00 ` [PATCH RESEND V2 10/12] ASoC: amd: add vangogh pci driver pm ops Vijendar Mukunda
2021-07-17  4:00   ` Vijendar Mukunda
2021-07-17  4:00 ` [PATCH RESEND V2 11/12] ASoC: amd: add vangogh i2s dma " Vijendar Mukunda
2021-07-17  4:00   ` Vijendar Mukunda
2021-07-17  4:00 ` [PATCH V3 12/12] ASoC: amd: enable vangogh acp5x driver build Vijendar Mukunda
2021-07-17  4:00   ` Vijendar Mukunda
2021-07-19 16:51 [PATCH V3 00/12] Add Vangogh ACP ASoC driver Vijendar Mukunda
2021-07-19 16:51 ` [PATCH V3 12/12] ASoC: amd: enable vangogh acp5x driver build Vijendar Mukunda
2021-07-19 16:51   ` Vijendar Mukunda

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.