summaryrefslogtreecommitdiff
path: root/drivers/soundwire/amd_manager.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-24Merge tag 'soundwire-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+5
2024-07-09soundwire: amd: simplify with cleanup.hKrzysztof Kozlowski1-4/+3
2024-07-09soundwire: amd: simplify return path in hw_paramsKrzysztof Kozlowski1-5/+3
2024-06-03soundwire: fix usages of device_get_named_child_node()Pierre-Louis Bossart1-0/+3
2024-05-21Merge tag 'soundwire-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+6
2024-03-28soundwire: amd: fix for wake interrupt handling for clockstop modeVijendar Mukunda1-0/+15
2024-03-28soundwire: amd: use inline function for register updateVijendar Mukunda1-7/+6
2024-01-30soundwire: amd: refactor register mask structureVijendar Mukunda1-5/+2
2024-01-30soundwire: amd: refactor soundwire pads enableVijendar Mukunda1-18/+0
2024-01-30soundwire: amd: refactor amd soundwire manager device node creationVijendar Mukunda1-12/+6
2024-01-30soundwire: amd: update licenseVijendar Mukunda1-2/+2
2023-12-18soundwire: amd: drop bus freq calculation and set 'max_clk_freq'Vinod Koul1-2/+2
2023-11-24soundwire: bus: introduce controller_idPierre-Louis Bossart1-0/+8
2023-07-13soundwire: amd: Fix a check for errors in probe()Dan Carpenter1-2/+2
2023-05-29soundwire: amd: Improve error message in remove callbackUwe Kleine-König1-3/+6
2023-04-12soundwire: amd: add pm_prepare callback and pm ops supportVijendar Mukunda1-0/+84
2023-04-12soundwire: amd: handle SoundWire wake enable interruptVijendar Mukunda1-0/+10
2023-04-12soundwire: amd: add runtime pm ops for AMD SoundWire manager driverVijendar Mukunda1-0/+140
2023-04-12soundwire: amd: add SoundWire manager interrupt handlingVijendar Mukunda1-0/+126
2023-04-12soundwire: amd: register SoundWire manager dai opsVijendar Mukunda1-0/+178
2023-04-12soundwire: amd: Add support for AMD Manager driverVijendar Mukunda1-0/+670