aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/soundwire
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'soundwire-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwireLinus Torvalds10-23/+140
2026-08-14soundwire: bus_type: Create IRQ mapping before calling driver probe()Richard Fitzgerald1-3/+3
2026-08-12soundwire: dmi-quirks: Disable ghost Realtek on Asus ROG Zephyrus DuoCharles Keepax1-0/+7
2026-08-06soundwire: stream: validate slave port propertiesEric Wu1-4/+13
2026-08-06soundwire: honor clock_reg_supported in the clock scaling checkJorijn van der Graaf1-2/+5
2026-08-06soundwire: qcom: set the bus mclk_freq propertyJorijn van der Graaf1-0/+1
2026-08-06soundwire: dmi-quirks: Disable ghost Realtek on Asus Zenbook DuoCharles Keepax1-0/+7
2026-08-06soundwire: intel_ace2x: handle the max_data_per_frame propertyBard Liao1-2/+16
2026-08-06soundwire: get mipi-sdw-bra-mode-max-data-per-frame propertyBard Liao1-0/+3
2026-08-06soundwire: intel: handle Peripheral bra_block_alignmentBard Liao3-0/+14
2026-08-06soundwire: Add bra_block_alignment property supportRichard Fitzgerald1-0/+3
2026-08-06soundwire: cadence_master: add BRA_NumBytes[8] supportBard Liao1-6/+18
2026-07-31ASoC/soundwire: Intel: reset the PCMSyCM registers in hda_sdw_bpt_closeBard Liao1-1/+3
2026-07-16soundwire: bus.h: repair kernel-doc commentsRandy Dunlap1-5/+5
2026-07-14soundwire: intel_auxdevice: Add cs42l44 to wake_capable_listCharles Keepax1-0/+1
2026-07-14soundwire: qcom: add SCP address paging supportJorijn van der Graaf1-0/+14
2026-07-14soundwire: dmi-quirks: add a global ghost listBard Liao1-1/+20
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)9-9/+0
2026-07-02soundwire: dmi-quirks: Disable ghost Realtek on Asus ExpertbookCharles Keepax1-0/+7
2026-07-02soundwire: qcom: Allocate sruntime array dynamicallySrinivas Kandagatla1-2/+5
2026-07-02soundwire: qcom: Fix port exhaustion check in stream_alloc_portsSrinivas Kandagatla1-1/+1
2026-06-27Merge tag 'sound-fix-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-28/+0
2026-06-23Merge tag 'soundwire-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwireLinus Torvalds8-64/+110
2026-06-23soundwire: 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/git/vkoul/soundwireLinus 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