summaryrefslogtreecommitdiff
path: root/drivers/soundwire
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+1
4 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds5-12/+6
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds10-17/+17
5 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook12-31/+32
8 daysMerge tag 'soundwire-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-24/+32
2026-01-18Merge tag 'soundwire-6.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2026-01-14soundwire: Add missing EXPORT for sdw_slave_typeRichard Fitzgerald1-0/+1
2026-01-13soundwire: bus: fix off-by-one when allocating slave IDsHarshit Mogalapalli1-1/+1
2025-12-30soundwire: intel_ace2x: add SND_HDA_CORE dependencyArnd Bergmann1-0/+1
2025-12-23soundwire: Use bus methods for .probe(), .remove() and .shutdown()Uwe Kleine-König1-15/+13
2025-12-23soundwire: Make remove function return no valueUwe Kleine-König1-3/+2
2025-12-16soundwire: dmi-quirks: add mapping for Avell B.ON (OEM rebranded of NUC15)Peter Ujfalusi1-0/+11
2025-12-16soundwire: qcom: Use guard to avoid mixing cleanup and gotoKrzysztof Kozlowski1-7/+5
2025-12-16soundwire: intel_auxdevice: add cs42l45 codec to wake_capable_listMaciej Strozek1-0/+1
2025-12-08soundwire: intel_ace2x: handle multi BPT sectionsBard Liao1-12/+34
2025-12-08soundwire: pass sdw_bpt_section to cdns BPT helpersBard Liao3-86/+123
2025-12-08soundwire: introduce BPT sectionBard Liao4-20/+48
2025-12-08soundwire: intel_ace2x: add fake frame to BRA read commandBard Liao1-5/+56
2025-12-08soundwire: cadence_master: add fake_size parameter to sdw_cdns_prepare_read_d...Bard Liao3-3/+40
2025-12-08soundwire: cadence: export sdw_cdns_bpt_find_bandwidthBard Liao2-0/+35
2025-12-08soundwire: cadence_master: set data_per_frame as frame capabilityBard Liao1-3/+3
2025-12-08soundwire: only compute BPT stream in sdw_compute_dp0_port_paramsBard Liao1-0/+3
2025-12-08soundwire: cadence_master: make frame index trace more readableBard Liao1-5/+5
2025-12-08soundwire: qcom: adding support for v3.1.0Srinivas Kandagatla1-1/+36
2025-12-08soundwire: qcom: prepare for v3.xSrinivas Kandagatla1-21/+56
2025-12-08soundwire: qcom: deprecate qcom,din/out-portsSrinivas Kandagatla1-79/+62
2025-12-08soundwire: qcom: remove unused rd_fifo_depthSrinivas Kandagatla1-2/+0
2025-10-06Merge tag 'soundwire-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-7/+3
2025-09-19soundwire: bus: add sdw_slave_get_current_bank helperSrinivas Kandagatla1-0/+12
2025-09-19soundwire: bus: add of_sdw_find_device_by_node helperSrinivas Kandagatla1-0/+6
2025-09-01soundwire: Use min() to improve codeQianfeng Rong1-4/+1
2025-09-01soundwire: bus: Drop dev_pm_domain_detach() callClaudiu Beznea1-3/+0
2025-08-12soundwire: debugfs: add SCP_SDCA_IntStatX and SCP_SDCA_IntMaskX registersShuming Fan1-0/+2
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