index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
soundwire
Age
Commit message (
Expand
)
Author
Lines
2026-04-17
Merge tag 'soundwire-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-27
/
+125
2026-04-02
soundwire: debugfs: initialize firmware_file to empty string
Gui-Dong Han
-2
/
+7
2026-03-17
soundwire: intel_auxdevice: Add cs42l49 to wake_capable_list
Charles Keepax
-0
/
+1
2026-03-13
soundwire: cadence: Clear message complete before signaling waiting thread
Richard Fitzgerald
-0
/
+8
2026-03-09
soundwire: Intel: test bus.bpt_stream before assigning it
Bard Liao
-0
/
+5
2026-03-09
soundwire: bus: demote UNATTACHED state warnings to dev_dbg()
Cole Leavitt
-4
/
+4
2026-03-09
soundwire: stream: Poll for DP prepare to avoid interrupt deadlock
Richard Fitzgerald
-8
/
+14
2026-03-09
soundwire: amd: refactor bandwidth calculation logic
Vijendar Mukunda
-4
/
+53
2026-03-09
soundwire: amd: add clock init control function
Vijendar Mukunda
-11
/
+36
2026-02-25
soundwire: intel_auxdevice: Add CS47L47 to wake_capable_list
Richard Fitzgerald
-0
/
+1
2026-02-25
soundwire: slave: Don't register devices that are disabled in ACPI
Charles Keepax
-0
/
+3
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-2
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-12
/
+6
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-17
/
+17
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-31
/
+32
2026-02-17
Merge tag 'soundwire-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-24
/
+32
2026-01-18
Merge tag 'soundwire-6.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+1
2026-01-14
soundwire: Add missing EXPORT for sdw_slave_type
Richard Fitzgerald
-0
/
+1
2026-01-13
soundwire: bus: fix off-by-one when allocating slave IDs
Harshit Mogalapalli
-1
/
+1
2025-12-30
soundwire: intel_ace2x: add SND_HDA_CORE dependency
Arnd Bergmann
-0
/
+1
2025-12-23
soundwire: Use bus methods for .probe(), .remove() and .shutdown()
Uwe Kleine-König
-15
/
+13
2025-12-23
soundwire: Make remove function return no value
Uwe Kleine-König
-3
/
+2
2025-12-16
soundwire: dmi-quirks: add mapping for Avell B.ON (OEM rebranded of NUC15)
Peter Ujfalusi
-0
/
+11
2025-12-16
soundwire: qcom: Use guard to avoid mixing cleanup and goto
Krzysztof Kozlowski
-7
/
+5
2025-12-16
soundwire: intel_auxdevice: add cs42l45 codec to wake_capable_list
Maciej Strozek
-0
/
+1
2025-12-08
soundwire: intel_ace2x: handle multi BPT sections
Bard Liao
-12
/
+34
2025-12-08
soundwire: pass sdw_bpt_section to cdns BPT helpers
Bard Liao
-86
/
+123
2025-12-08
soundwire: introduce BPT section
Bard Liao
-20
/
+48
2025-12-08
soundwire: intel_ace2x: add fake frame to BRA read command
Bard Liao
-5
/
+56
2025-12-08
soundwire: cadence_master: add fake_size parameter to sdw_cdns_prepare_read_d...
Bard Liao
-3
/
+40
2025-12-08
soundwire: cadence: export sdw_cdns_bpt_find_bandwidth
Bard Liao
-0
/
+35
2025-12-08
soundwire: cadence_master: set data_per_frame as frame capability
Bard Liao
-3
/
+3
2025-12-08
soundwire: only compute BPT stream in sdw_compute_dp0_port_params
Bard Liao
-0
/
+3
2025-12-08
soundwire: cadence_master: make frame index trace more readable
Bard Liao
-5
/
+5
2025-12-08
soundwire: qcom: adding support for v3.1.0
Srinivas Kandagatla
-1
/
+36
2025-12-08
soundwire: qcom: prepare for v3.x
Srinivas Kandagatla
-21
/
+56
2025-12-08
soundwire: qcom: deprecate qcom,din/out-ports
Srinivas Kandagatla
-79
/
+62
2025-12-08
soundwire: qcom: remove unused rd_fifo_depth
Srinivas Kandagatla
-2
/
+0
2025-10-06
Merge tag 'soundwire-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-7
/
+3
2025-09-18
soundwire: bus: add sdw_slave_get_current_bank helper
Srinivas Kandagatla
-0
/
+12
2025-09-18
soundwire: bus: add of_sdw_find_device_by_node helper
Srinivas Kandagatla
-0
/
+6
2025-09-01
soundwire: Use min() to improve code
Qianfeng Rong
-4
/
+1
2025-09-01
soundwire: bus: Drop dev_pm_domain_detach() call
Claudiu Beznea
-3
/
+0
2025-08-12
soundwire: debugfs: add SCP_SDCA_IntStatX and SCP_SDCA_IntMaskX registers
Shuming Fan
-0
/
+2
2025-08-01
Merge tag 'soundwire-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-20
/
+30
2025-07-28
Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
-1
/
+1
2025-07-21
soundwire: amd: Add support for acp7.2 platform
Venkata Prasad Potturu
-0
/
+4
2025-07-21
soundwire: stream: restore params when prepare ports fail
Bard Liao
-1
/
+1
2025-07-15
soundwire: Revert "soundwire: qcom: Add set_channel_map api support"
Amit Pundir
-26
/
+0
2025-07-07
PM: domains: Add flags to specify power on attach/detach
Claudiu Beznea
-1
/
+1
[next]