summaryrefslogtreecommitdiff
path: root/drivers/soundwire
AgeCommit message (Expand)AuthorFilesLines
2025-08-01Merge tag 'soundwire-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-20/+30
2025-07-29Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+1
2025-07-21soundwire: amd: Add support for acp7.2 platformVenkata Prasad Potturu1-0/+4
2025-07-21soundwire: stream: restore params when prepare ports failBard Liao1-1/+1
2025-07-15soundwire: Revert "soundwire: qcom: Add set_channel_map api support"Amit Pundir1-26/+0
2025-07-07PM: domains: Add flags to specify power on attach/detachClaudiu Beznea1-1/+1
2025-06-27soundwire: debugfs: move debug statement outside of error handlingRodrigo Gobbi1-3/+3
2025-06-26soundwire: amd: add check for status update registersVijendar Mukunda1-0/+3
2025-06-26soundwire: amd: fix for clearing command status registerVijendar Mukunda1-1/+1
2025-06-26soundwire: intel_auxdevice: add rt721 codec to wake_capable_listNaveen Manohar1-0/+1
2025-06-26soundwire: Correct some property namesCharles Keepax1-2/+2
2025-06-09soundwire: update Intel BPT message length limitationBard Liao1-4/+4
2025-06-09soundwire: amd: fix for handling slave alerts after link is downVijendar Mukunda1-0/+2
2025-06-09soundwire: intel_ace2.x: Use str_read_write() helperYumeng Fang1-1/+2
2025-06-09soundwire: amd: cancel pending slave status handling workqueue during remove ...Vijendar Mukunda1-0/+1
2025-06-09soundwire: amd: serialize amd manager resume sequence during pm_prepareVijendar Mukunda1-3/+3
2025-06-09soundwire: qcom: demote probe registration printkJohan Hovold1-3/+3
2025-06-09soundwire: Move handle_nested_irq outside of sdw_dev_lockCharles Keepax1-3/+3
2025-06-05Merge tag 'soundwire-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-20/+43
2025-05-17Merge tag 'soundwire-6.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+5
2025-05-14soundwire: only compute port params in specific stream statesBard Liao1-0/+7
2025-05-14soundwire: intel: Add awareness of ACE3+ microphone privacyPeter Ujfalusi3-0/+9
2025-05-14soundwire: bus: Add internal slave ID and use for IRQsCharles Keepax3-3/+15
2025-05-14soundwire: bus: Simplify sdw_assign_device_num()Charles Keepax1-17/+12
2025-04-30soundwire: intel_auxdevice: Fix system suspend/resume handlingRafael J. Wysocki1-23/+13
2025-04-10soundwire: bus: Fix race on the creation of the IRQ domainCharles Keepax1-4/+5
2025-04-01Merge tag 'soundwire-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-87/+1509
2025-03-10soundwire: take in count the bandwidth of a prepared streamBard Liao1-2/+3
2025-03-10soundwire: debugfs: add interface for BPT/BRA transfersPierre-Louis Bossart1-16/+68
2025-03-10soundwire: intel_ace2x: add BPT send_async/wait callbacksPierre-Louis Bossart1-0/+312
2025-03-10soundwire: intel: add BPT context definitionPierre-Louis Bossart1-0/+23
2025-03-10soundwire: intel_auxdevice: add indirection for BPT send_async/waitPierre-Louis Bossart1-0/+24
2025-03-10soundwire: cadence: add BTP/BRA helpers to format dataPierre-Louis Bossart3-0/+655
2025-03-10soundwire: bus: add send_async/wait APIs for BPT protocolPierre-Louis Bossart3-0/+91
2025-03-10soundwire: stream: reuse existing code for BPT streamPierre-Louis Bossart1-31/+73
2025-03-10soundwire: stream: special-case the bus compute_params() routinePierre-Louis Bossart1-0/+48
2025-03-10soundwire: stream: extend sdw_alloc_stream() to take 'type' parameterPierre-Louis Bossart1-2/+4
2025-03-10soundwire: cadence: add BTP support for DP0Pierre-Louis Bossart1-2/+10
2025-02-27soundwire: amd: change the log level for command response logVijendar Mukunda1-1/+1
2025-02-13soundwire: slave: fix an OF node reference leak in soundwire slave deviceJoe Hattori1-0/+1
2025-02-13soundwire: Use str_enable_disable-like helpersKrzysztof Kozlowski3-4/+7
2025-02-13soundwire: amd: add soundwire host wake interrupt enable/disable sequenceVijendar Mukunda2-0/+60
2025-02-13soundwire: amd: set ACP_PME_EN during runtime suspend sequenceVijendar Mukunda2-0/+10
2025-02-13soundwire: amd: set device power state during suspend/resume sequenceVijendar Mukunda2-5/+58
2025-02-13soundwire: amd: add support for ACP7.0 & ACP7.1 platformsVijendar Mukunda2-0/+39
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-02-13soundwire: Revert "soundwire: intel_auxdevice: start the bus at default frequ...Bard Liao1-21/+0
2025-02-13soundwire: cadence_master: set frame shape and divider based on actual clk freqBard Liao1-3/+19
2025-02-06soundwire: qcom: Add set_channel_map api supportMohammad Rafi Shaik1-0/+26