summaryrefslogtreecommitdiffstats
path: root/drivers/soundwire
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-12/+6
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-17/+17
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-31/+32
2026-02-17Merge tag 'soundwire-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-24/+32
2026-01-18Merge tag 'soundwire-6.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2026-01-14soundwire: Add missing EXPORT for sdw_slave_typeRichard Fitzgerald-0/+1
2026-01-13soundwire: bus: fix off-by-one when allocating slave IDsHarshit Mogalapalli-1/+1
2025-12-30soundwire: intel_ace2x: add SND_HDA_CORE dependencyArnd Bergmann-0/+1
2025-12-23soundwire: Use bus methods for .probe(), .remove() and .shutdown()Uwe Kleine-König-15/+13
2025-12-23soundwire: Make remove function return no valueUwe Kleine-König-3/+2
2025-12-16soundwire: dmi-quirks: add mapping for Avell B.ON (OEM rebranded of NUC15)Peter Ujfalusi-0/+11
2025-12-16soundwire: qcom: Use guard to avoid mixing cleanup and gotoKrzysztof Kozlowski-7/+5
2025-12-16soundwire: intel_auxdevice: add cs42l45 codec to wake_capable_listMaciej Strozek-0/+1
2025-12-08soundwire: intel_ace2x: handle multi BPT sectionsBard Liao-12/+34
2025-12-08soundwire: pass sdw_bpt_section to cdns BPT helpersBard Liao-86/+123
2025-12-08soundwire: introduce BPT sectionBard Liao-20/+48
2025-12-08soundwire: intel_ace2x: add fake frame to BRA read commandBard Liao-5/+56
2025-12-08soundwire: cadence_master: add fake_size parameter to sdw_cdns_prepare_read_d...Bard Liao-3/+40
2025-12-08soundwire: cadence: export sdw_cdns_bpt_find_bandwidthBard Liao-0/+35
2025-12-08soundwire: cadence_master: set data_per_frame as frame capabilityBard Liao-3/+3
2025-12-08soundwire: only compute BPT stream in sdw_compute_dp0_port_paramsBard Liao-0/+3
2025-12-08soundwire: cadence_master: make frame index trace more readableBard Liao-5/+5
2025-12-08soundwire: qcom: adding support for v3.1.0Srinivas Kandagatla-1/+36
2025-12-08soundwire: qcom: prepare for v3.xSrinivas Kandagatla-21/+56
2025-12-08soundwire: qcom: deprecate qcom,din/out-portsSrinivas Kandagatla-79/+62
2025-12-08soundwire: qcom: remove unused rd_fifo_depthSrinivas Kandagatla-2/+0
2025-10-06Merge tag 'soundwire-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-7/+3
2025-09-18soundwire: bus: add sdw_slave_get_current_bank helperSrinivas Kandagatla-0/+12
2025-09-18soundwire: bus: add of_sdw_find_device_by_node helperSrinivas Kandagatla-0/+6
2025-09-01soundwire: Use min() to improve codeQianfeng Rong-4/+1
2025-09-01soundwire: bus: Drop dev_pm_domain_detach() callClaudiu Beznea-3/+0
2025-08-12soundwire: debugfs: add SCP_SDCA_IntStatX and SCP_SDCA_IntMaskX registersShuming Fan-0/+2
2025-08-01Merge tag 'soundwire-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-20/+30
2025-07-28Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-1/+1
2025-07-21soundwire: amd: Add support for acp7.2 platformVenkata Prasad Potturu-0/+4
2025-07-21soundwire: stream: restore params when prepare ports failBard Liao-1/+1
2025-07-15soundwire: Revert "soundwire: qcom: Add set_channel_map api support"Amit Pundir-26/+0
2025-07-07PM: domains: Add flags to specify power on attach/detachClaudiu Beznea-1/+1
2025-06-26soundwire: debugfs: move debug statement outside of error handlingRodrigo Gobbi-3/+3
2025-06-26soundwire: amd: add check for status update registersVijendar Mukunda-0/+3
2025-06-26soundwire: amd: fix for clearing command status registerVijendar Mukunda-1/+1
2025-06-26soundwire: intel_auxdevice: add rt721 codec to wake_capable_listNaveen Manohar-0/+1
2025-06-26soundwire: Correct some property namesCharles Keepax-2/+2
2025-06-09soundwire: update Intel BPT message length limitationBard Liao-4/+4
2025-06-09soundwire: amd: fix for handling slave alerts after link is downVijendar Mukunda-0/+2
2025-06-09soundwire: intel_ace2.x: Use str_read_write() helperYumeng Fang-1/+2
2025-06-09soundwire: amd: cancel pending slave status handling workqueue during remove ...Vijendar Mukunda-0/+1
2025-06-09soundwire: amd: serialize amd manager resume sequence during pm_prepareVijendar Mukunda-3/+3
2025-06-09soundwire: qcom: demote probe registration printkJohan Hovold-3/+3