lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241219054857.2070420-1-Vijendar.Mukunda@amd.com>
Date: Thu, 19 Dec 2024 11:18:36 +0530
From: Vijendar Mukunda <Vijendar.Mukunda@....com>
To: <broonie@...nel.org>
CC: <alsa-devel@...a-project.org>, <lgirdwood@...il.com>, <perex@...ex.cz>,
	<tiwai@...e.com>, <Basavaraj.Hiregoudar@....com>,
	<Sunil-kumar.Dommati@....com>, <venkataprasad.potturu@....com>,
	<Mario.Limonciello@....com>, <linux-sound@...r.kernel.org>,
	<linux-kernel@...r.kernel.org>, Vijendar Mukunda <Vijendar.Mukunda@....com>
Subject: [PATCH 00/21] ASoC: amd: acp70: add soundwire and acp pdm support

This patch series includes below changes
	- Add Audio IO support for ACP7.0 and ACP7.1 platforms for
	SoundWire IO and ACP PDM controller combination.
	- Add common driver modules for ACP7.0 and ACP7.1 platforms
	(acp pci driver, Soundwire dma driver, pdm platform driver).
	- Add SoundWire generic machine driver changes for legacy stack
	(No DSP enabled) for ACP7.0 & ACP7.1 platforms.
	- Add SoundWire machines for ACP7.0 & ACP7.1 platforms.

Vijendar Mukunda (21):
  ASoC: amd: add register header file for ACP7.0 platform
  ASoC: amd: acp70: add acp pci driver for ACP7.0 and ACP7.1 platforms
  ASoC: amd: acp70: add acp init and de-init functions
  ASoC: amd: acp70: add logic for scanning acp child devices
  ASoC: amd: acp70: create platform devices for acp child nodes
  ASoC: amd: acp70: enable driver build for ACP7.0 platform
  ASoC: amd: acp70: add acp pdm platform driver
  ASoC: amd: acp70: add acp pdm driver dma ops and dai ops
  ASoC: amd: acp70: add acp soundwire dma driver
  ASoC: amd: update ACP7.0 KConfig option description
  ASoC: amd: acp70: add soundwire dma driver dma ops
  ASoC: amd: acp70: add acp ip interrupt handler
  ASoC: amd: acp70: add acp pdm driver pm ops
  ASoC: amd: acp70: add pm ops support for soundwire dma driver
  ASoC: amd: acp70: add acp driver pm ops support
  ASoC: amd: acp70: enable wake capability for acp pci driver
  ASoC: amd: acp70: add soundwire host wake interrupt handling
  ASoC: amd: acp70: create a device node for soundwire machine driver
  ASoC: amd: acp: add machine driver changes for ACP7.0 and ACP7.1
    platforms
  ASoC: amd: acp: add RT711, RT714 & RT1316 support for ACP7.0 platform
  ASoC: amd: acp: amd-acp70-acpi-match: Add rt722 support

 include/sound/acp70_chip_offset_byte.h   | 484 ++++++++++++++
 sound/soc/amd/Kconfig                    |  12 +
 sound/soc/amd/Makefile                   |   1 +
 sound/soc/amd/acp/Makefile               |   2 +-
 sound/soc/amd/acp/acp-sdw-legacy-mach.c  |  16 +
 sound/soc/amd/acp/acp-sdw-mach-common.c  |  34 +
 sound/soc/amd/acp/amd-acp70-acpi-match.c | 132 ++++
 sound/soc/amd/acp/soc_amd_sdw_common.h   |  11 +
 sound/soc/amd/acp70/Makefile             |   9 +
 sound/soc/amd/acp70/acp70-pdm-dma.c      | 463 +++++++++++++
 sound/soc/amd/acp70/acp70-sdw-dma.c      | 586 ++++++++++++++++
 sound/soc/amd/acp70/acp70.h              | 283 ++++++++
 sound/soc/amd/acp70/pci-acp70.c          | 807 +++++++++++++++++++++++
 sound/soc/amd/mach-config.h              |   1 +
 14 files changed, 2840 insertions(+), 1 deletion(-)
 create mode 100644 include/sound/acp70_chip_offset_byte.h
 create mode 100644 sound/soc/amd/acp/amd-acp70-acpi-match.c
 create mode 100644 sound/soc/amd/acp70/Makefile
 create mode 100644 sound/soc/amd/acp70/acp70-pdm-dma.c
 create mode 100644 sound/soc/amd/acp70/acp70-sdw-dma.c
 create mode 100644 sound/soc/amd/acp70/acp70.h
 create mode 100644 sound/soc/amd/acp70/pci-acp70.c

-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ