aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/amd/acp/acp-pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-17ASoC: Convert to modern PM macrosMark Brown1-5/+5
2025-03-17ASoC: amd: acp: Fix snd_soc_acpi_mach id's duplicate symbol errorVenkata Prasad Potturu1-4/+4
2025-03-17ASoC: amd: Convert to RUNTIME_PM_OPS() & coTakashi Iwai1-5/+5
2025-03-16ASoC: amd: acp: Fix leak in acp_pci_probe()Dan Carpenter1-1/+1
2025-03-11ASoC: amd: acp: Refactor renoir platform resource structureVenkata Prasad Potturu1-0/+1
2025-03-11ASoC: amd: acp: Refactor rembrant platform resource structureVenkata Prasad Potturu1-0/+1
2025-03-11ASoC: amd: acp: Refactor acp63 platform resource structureVenkata Prasad Potturu1-0/+1
2025-03-11ASoC: amd: acp: Refactor acp70 platform resource structureVenkata Prasad Potturu1-0/+1
2025-03-11ASoC: amd: acp: Move spin_lock and list initialization to acp-pci driverVenkata Prasad Potturu1-0/+3
2025-03-11ASoC: amd: acp: Add new interrupt handle callbacks in acp_common_hw_opsVenkata Prasad Potturu1-8/+21
2025-03-11ASoC: amd: acp: Refactor acp machine selectVenkata Prasad Potturu1-0/+7
2025-03-11ASoC: amd: acp: Refactor acp platform device creationVenkata Prasad Potturu1-61/+58
2025-03-11ASoC: amd: acp: Refactor dmic-codec platform device creationVenkata Prasad Potturu1-15/+34
2025-03-11ASoC: amd: acp: Implement acp_common_hw_ops support for acp platformsVenkata Prasad Potturu1-4/+9
2025-03-11ASoC: amd: acp: Remove redundant acp70 chip->nameVenkata Prasad Potturu1-2/+0
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-09-30ASoC: amd: acp: use acp pci revision id for platform differntiationVijendar Mukunda1-6/+1
2024-08-13ASoC: amd: acp: add legacy driver support for ACP7.1 based platformsVijendar Mukunda1-0/+4
2024-06-21ASoC: Merge up fixesMark Brown1-5/+7
2024-06-19ASoC: amd: acp: move chip->flag variable assignmentVijendar Mukunda1-1/+1
2024-06-19ASoC: amd: acp: add a null check for chip_pdev structureVijendar Mukunda1-4/+6
2024-06-13ASoC: amd: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-05-03ASoC: amd: acp: fix for acp platform device creation failureVijendar Mukunda1-5/+4
2024-03-29ASoC: amd: acp: fix for acp_init function error handlingVijendar Mukunda1-1/+4
2024-03-27ASoC: amd: acp: fix for acp pdm configuration checkVijendar Mukunda1-5/+3
2023-10-25ASoC: amd: acp: Add pci legacy driver support for acp7.0 platformSyed Saba Kareem1-0/+4
2023-10-25ASoC: amd: acp: change acp-deinit function argumentsSyed Saba Kareem1-2/+2
2023-10-25ASoC: amd: acp: add code for scanning acp pdm controllerSyed Saba Kareem1-1/+10
2023-10-25ASoC: amd: acp: Add acp6.3 pci legacy driver supportSyed Saba Kareem1-0/+4
2023-07-09ASoC: amd: acp: add pm ops support for acp pci driverSyed Saba Kareem1-0/+46
2023-07-09ASoC: amd: acp: store platform device reference created in pci probe callSyed Saba Kareem1-1/+1
2023-07-09ASoC: amd: acp: refactor the acp init and de-init sequenceSyed Saba Kareem1-0/+9
2023-05-23ASoC: do not include pm_runtime.h if not usedClaudiu Beznea1-1/+0
2022-09-19ASoC: amd: acp: use devm_kcalloc() instead of devm_kzalloc()ye xingchen1-1/+1
2022-08-19ASoC: amd: acp: add a label to make error path more cleanYang Yingliang1-6/+5
2022-08-19ASoC: amd: acp: switch to use dev_err_probe()Yang Yingliang1-4/+3
2022-08-19ASoC: amd: acp: add missing platform_device_unregister() in acp_pci_probe()Yang Yingliang1-0/+1
2022-07-21ASoC: amd: acp: Add error handling casesVenkata Prasad Potturu1-4/+20
2022-07-21ASoC: amd: acp: Modify const resource struct variable to genericVenkata Prasad Potturu1-5/+4
2022-07-08ASoC: amd: acp: Add legacy audio driver support for Rembrandt platformV sujith kumar Reddy1-0/+6
2022-05-23ASoC: SOF: amd: Fixed Build errorSyed Saba kareem1-0/+1
2022-01-28ASoC: amd: acp: Add generic PCI driver module for ACP deviceAjit Kumar Pandey1-0/+160