summaryrefslogtreecommitdiff
path: root/drivers/soundwire
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'sound-fix-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-28/+0
8 daysMerge tag 'soundwire-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-64/+110
9 dayssoundwire: Move wait for initialisation helper to headerCharles Keepax1-28/+0
2026-06-11soundwire: Always wait for initialisation of unattached devicesCharles Keepax1-3/+0
2026-05-29soundwire: dmi-quirks: Disable ghost Realtek devicesCharles Keepax1-0/+35
2026-05-29soundwire: only handle alert events when the peripheral is attachedBard Liao1-0/+4
2026-05-17soundwire: intel_ace2x: release bpt_stream when close itBard Liao1-0/+1
2026-05-14soundwire: intel: Move suspend tracking from trigger to pm suspendPeter Ujfalusi2-37/+33
2026-05-14soundwire: intel_auxdevice: Add es9356 to wake_capable_listZhang Yi1-0/+1
2026-05-12soundwire: Add a helper function to wait for device initialisationCharles Keepax1-0/+31
2026-05-07soundwire: use krealloc_array to prevent integer overflowBaoli.Zhang1-6/+4
2026-05-07soundwire: increase group->max_size after allocationBaoli.Zhang1-3/+4
2026-05-07soundwire: fix bug in sdw_add_element_group_count found by syzkallerBaoli.Zhang1-25/+22
2026-05-07soundwire: don't program SDW_SCP_BUSCLOCK_SCALE on a unattached PeripheralBard Liao1-0/+7
2026-05-03soundwire: validate DT compatible before parsing itPengpeng Hou1-2/+2
2026-05-03soundwire: intel_auxdevice: Add cs42l43b to wake_capable_listCharles Keepax1-0/+2
2026-05-03soundwire: stream: sdw_stream_remove_slave(): Check stream is validRichard Fitzgerald1-1/+5
2026-04-17Merge tag 'soundwire-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-27/+125
2026-04-02soundwire: debugfs: initialize firmware_file to empty stringGui-Dong Han1-2/+7
2026-03-17soundwire: intel_auxdevice: Add cs42l49 to wake_capable_listCharles Keepax1-0/+1
2026-03-13soundwire: cadence: Clear message complete before signaling waiting threadRichard Fitzgerald1-0/+8
2026-03-09soundwire: Intel: test bus.bpt_stream before assigning itBard Liao1-0/+5
2026-03-09soundwire: bus: demote UNATTACHED state warnings to dev_dbg()Cole Leavitt1-4/+4
2026-03-09soundwire: stream: Poll for DP prepare to avoid interrupt deadlockRichard Fitzgerald1-8/+14
2026-03-09soundwire: amd: refactor bandwidth calculation logicVijendar Mukunda1-4/+53
2026-03-09soundwire: amd: add clock init control functionVijendar Mukunda2-11/+36
2026-02-25soundwire: intel_auxdevice: Add CS47L47 to wake_capable_listRichard Fitzgerald1-0/+1
2026-02-25soundwire: slave: Don't register devices that are disabled in ACPICharles Keepax1-0/+3
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+1
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds5-12/+6
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds10-17/+17
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook12-31/+32
2026-02-17Merge 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