index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
soundwire
/
generic_bandwidth_allocation.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
1
-1
/
+0
2026-05-07
soundwire: use krealloc_array to prevent integer overflow
Baoli.Zhang
1
-6
/
+4
2026-05-07
soundwire: increase group->max_size after allocation
Baoli.Zhang
1
-3
/
+4
2026-05-07
soundwire: fix bug in sdw_add_element_group_count found by syzkaller
Baoli.Zhang
1
-25
/
+22
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2025-12-08
soundwire: only compute BPT stream in sdw_compute_dp0_port_params
Bard Liao
1
-0
/
+3
2025-05-14
soundwire: only compute port params in specific stream states
Bard Liao
1
-0
/
+7
2025-03-11
soundwire: take in count the bandwidth of a prepared stream
Bard Liao
1
-2
/
+3
2025-03-10
soundwire: stream: special-case the bus compute_params() routine
Pierre-Louis Bossart
1
-0
/
+48
2024-12-23
soundwire: generic_bandwidth_allocation: count the bandwidth of active stream...
Bard Liao
1
-0
/
+13
2024-12-23
SoundWire: pass stream to compute_params()
Bard Liao
1
-4
/
+7
2024-12-23
soundwire: generic_bandwidth_allocation: add lane in sdw_group_params
Bard Liao
1
-33
/
+89
2024-12-23
soundwire: generic_bandwidth_allocation: select data lane
Bard Liao
1
-5
/
+128
2024-12-23
soundwire: generic_bandwidth_allocation: check required freq accurately
Bard Liao
1
-1
/
+2
2024-12-23
soundwire: generic_bandwidth_allocation: correct clk_freq check in sdw_select...
Bard Liao
1
-6
/
+2
2024-12-23
Soundwire: generic_bandwidth_allocation: set frame shape on fly
Bard Liao
1
-0
/
+23
2024-12-23
soundwire: generic_bandwidth_allocation: skip DEPREPARED streams
Pierre-Louis Bossart
1
-0
/
+3
2024-12-23
soundwire: add lane field in sdw_port_runtime
Bard Liao
1
-2
/
+2
2024-06-21
soundwire: generic_bandwidth_allocation: change port_bo parameter to pointer
Bard Liao
1
-8
/
+6
2023-11-28
soundwire: generic_bandwidth_allocation use bus->params.max_dr_freq
Bard Liao
1
-5
/
+3
2023-06-08
soundwire: bandwidth allocation: Remove pointless variable
Charles Keepax
1
-7
/
+3
2023-04-12
soundwire: export sdw_compute_slave_ports() function
Vijendar Mukunda
1
-9
/
+3
2023-04-12
soundwire: bandwidth allocation: Use hweight32() to calculate set bits
Richard Fitzgerald
1
-1
/
+2
2021-05-11
soundwire: bandwidth allocation: improve error messages
Pierre-Louis Bossart
1
-5
/
+9
2021-03-30
soundwire: generic_allocation: fix confusion between group and packing
Pierre-Louis Bossart
1
-4
/
+3
2021-03-30
soundwire: generic_bandwidth_allocation: remove useless init
Pierre-Louis Bossart
1
-2
/
+2
2021-03-23
soundwire: bandwidth_allocation: add missing \n in dev_err()
Pierre-Louis Bossart
1
-2
/
+2
2020-09-23
soundwire: remove an unnecessary NULL check
Dan Carpenter
1
-5
/
+1
2020-09-23
soundwire: enable Data Port test modes
Pierre-Louis Bossart
1
-2
/
+4
2020-09-18
soundwire: Add generic bandwidth allocation algorithm
Bard Liao
1
-0
/
+427