aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/soundwire/amd_manager.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-27soundwire: amd: change the log level for command response logVijendar Mukunda1-1/+1
2025-02-13soundwire: amd: add soundwire host wake interrupt enable/disable sequenceVijendar Mukunda1-0/+58
2025-02-13soundwire: amd: set ACP_PME_EN during runtime suspend sequenceVijendar Mukunda1-0/+9
2025-02-13soundwire: amd: set device power state during suspend/resume sequenceVijendar Mukunda1-5/+53
2025-02-13soundwire: amd: add support for ACP7.0 & ACP7.1 platformsVijendar Mukunda1-0/+21
2025-02-13soundwire: amd: add debug log for soundwire wake eventVijendar Mukunda1-0/+1
2025-02-13soundwire: amd: change the soundwire wake enable/disable sequenceVijendar Mukunda1-0/+2
2025-01-29Merge tag 'soundwire-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwireLinus Torvalds1-2/+3
2024-12-23soundwire: amd: clear wake enable register for power off modeVijendar Mukunda1-0/+1
2024-12-23SoundWire: pass stream to compute_params()Bard Liao1-1/+1
2024-12-23soundwire: add lane field in sdw_port_runtimeBard Liao1-1/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-10-03soundwire: amd: refactor existing code for acp 6.3 platformVijendar Mukunda1-35/+63
2024-10-03soundwire: amd: pass acp pci revision id as resource dataVijendar Mukunda1-0/+1
2024-07-24Merge tag 'soundwire-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwireLinus 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/git/vkoul/soundwireLinus 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