summaryrefslogtreecommitdiff
path: root/sound/soc/amd/ps
AgeCommit message (Expand)AuthorFilesLines
2023-10-17ASoC: amd: ps: enable wake capability for acp pci driverVijendar Mukunda1-0/+1
2023-09-25ASoC: amd: convert not to use asoc_xxx()Kuninori Morimoto1-1/+1
2023-09-15ASoC: amd: ps: Fix -Wformat-truncation warningTakashi Iwai1-1/+1
2023-07-24ASoC: Merge up fixes from mainlineMark Brown1-2/+2
2023-07-10ASoC: amd: ps-sdw-dma: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-07-10ASoC: amd: ps: Fix extraneous error messagesMario Limonciello1-2/+2
2023-06-26ASoC: amd: ps: fix byte count return value for invalid SoundWire manager inst...Vijendar Mukunda1-1/+2
2023-06-26ASoC: amd: ps: add comments for DMA register mappingVijendar Mukunda1-0/+11
2023-06-26ASoC: amd: ps: fix for position register set for AUDIO0 RX streamVijendar Mukunda1-1/+1
2023-06-26ASoC: amd: ps: add fix for dma irq mask for rx streams for SDW0 instanceVijendar Mukunda1-1/+1
2023-06-26ASoC: amd: ps: add comments for DMA irq bits mappingVijendar Mukunda1-0/+20
2023-06-23ASoC: amd: update pm_runtime enable sequenceArun Gopal Kondaveeti1-1/+2
2023-06-21ASoC: amd: ps: add acp_reset flag check in acp pci driver pm ops.Vijendar Mukunda1-8/+12
2023-06-21ASoC: amd: ps: enable SoundWire dma driver buildVijendar Mukunda1-0/+2
2023-06-21ASoC: amd: ps: add pm ops support for SoundWire dma driverVijendar Mukunda1-2/+96
2023-06-21ASoC: amd: ps: add support for SoundWire DMA interruptsVijendar Mukunda2-2/+98
2023-06-21ASoC: amd: ps: add SoundWire dma driver dma opsVijendar Mukunda2-0/+464
2023-06-21ASoC: amd: ps: add SoundWire dma driverVijendar Mukunda2-0/+75
2023-06-21ASoC: amd: ps: handle SoundWire interrupts in acp pci driverVijendar Mukunda2-5/+46
2023-06-21ASoC: amd: ps: create platform devices based on acp configVijendar Mukunda2-21/+323
2023-06-16ASoC: Merge fixes due to dependenciesMark Brown2-7/+6
2023-05-30ASoC: amd: ps: fix for acp_lock access in pdm driverVijendar Mukunda2-7/+6
2023-05-08ASoC: amd: ps: refactor acp power on and reset functions.Syed Saba Kareem2-25/+16
2023-05-08ASoC: amd: ps: remove the register read and write wrappers.Syed Saba Kareem3-60/+46
2023-05-08ASoC: amd: ps: Update copyright noticeCarlos Bilbao1-1/+1
2023-04-12ASoC: amd: Add check for acp config flagsSyed Saba Kareem2-1/+9
2023-03-31ASoC: amd: ps: update the acp clock source.Syed Saba Kareem1-2/+0
2023-03-20ASoC: amd: ps: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-02-02ASoC: amd: ps: Add a module parameter to influence pdm_gainMario Limonciello2-2/+8
2023-02-02ASoC: amd: ps: Adjust the gain for PDM DMICMario Limonciello1-1/+1
2023-01-09ASoC: amd: ps: Fix uninitialized ret in create_acp64_platform_devs()Nathan Chancellor1-1/+1
2023-01-05ASoC: amd: ps: use static functionPierre-Louis Bossart1-4/+8
2023-01-05ASoC: amd: ps: remove unused variableVijendar Mukunda1-1/+0
2023-01-05ASoC: amd: ps: use acp_lock to protect common registers in pdm driverVijendar Mukunda2-12/+21
2023-01-05ASoC: amd: ps: add mutex lock for accessing common registersVijendar Mukunda2-1/+4
2022-12-26ASoC: amd: ps: move irq handler registrationVijendar Mukunda1-7/+6
2022-12-26ASoC: amd: ps: update dev index value in irq handlerVijendar Mukunda1-1/+3
2022-12-26ASoC: amd: ps: refactor platform device creation logicVijendar Mukunda2-81/+89
2022-12-26ASoC: amd: ps: implement api to retrieve acp device configVijendar Mukunda2-2/+43
2022-11-16ASoC: amd: ps: Move acp63_dev_data strcture from PCI driverSyed Saba Kareem2-7/+7
2022-11-16ASoC: amd: ps: update macros with ps platform naming conventionSyed Saba Kareem2-11/+11
2022-11-04ASoC: amd: fix ACP version typo mistakesyed saba kareem4-180/+180
2022-08-30ASoC: amd: enable Pink sardine platform machine driver build.Syed Saba Kareem1-0/+2
2022-08-30ASoC: amd: add Pink Sardine machine driver using dmicSyed Saba Kareem1-0/+79
2022-08-30ASoC: amd: create platform device for acp6.2 machine driverSyed Saba Kareem2-1/+5
2022-08-30ASoC: amd: enable Pink Sardine acp6.2 drivers buildSyed Saba Kareem1-0/+7
2022-08-30ASoC: amd: add acp6.2 pdm driver pm opsSyed Saba Kareem1-0/+57
2022-08-30ASoC: amd: add acp6.2 pci driver pm opsSyed Saba Kareem2-0/+42
2022-08-30ASoC: amd: add acp6.2 pdm driver dma opsSyed Saba Kareem2-0/+346
2022-08-30ASoC: amd: add acp6.2 irq handlerSyed Saba Kareem2-0/+33