summaryrefslogtreecommitdiff
path: root/drivers/soundwire/generic_bandwidth_allocation.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-19soundwire: only compute port params in specific stream statesBard Liao1-0/+7
2025-03-10soundwire: take in count the bandwidth of a prepared streamBard Liao1-2/+3
2025-03-10soundwire: stream: special-case the bus compute_params() routinePierre-Louis Bossart1-0/+48
2024-12-23soundwire: generic_bandwidth_allocation: count the bandwidth of active stream...Bard Liao1-0/+13
2024-12-23SoundWire: pass stream to compute_params()Bard Liao1-4/+7
2024-12-23soundwire: generic_bandwidth_allocation: add lane in sdw_group_paramsBard Liao1-33/+89
2024-12-23soundwire: generic_bandwidth_allocation: select data laneBard Liao1-5/+128
2024-12-23soundwire: generic_bandwidth_allocation: check required freq accuratelyBard Liao1-1/+2
2024-12-23soundwire: generic_bandwidth_allocation: correct clk_freq check in sdw_select...Bard Liao1-6/+2
2024-12-23Soundwire: generic_bandwidth_allocation: set frame shape on flyBard Liao1-0/+23
2024-12-23soundwire: generic_bandwidth_allocation: skip DEPREPARED streamsPierre-Louis Bossart1-0/+3
2024-12-23soundwire: add lane field in sdw_port_runtimeBard Liao1-2/+2
2024-06-21soundwire: generic_bandwidth_allocation: change port_bo parameter to pointerBard Liao1-8/+6
2023-11-28soundwire: generic_bandwidth_allocation use bus->params.max_dr_freqBard Liao1-5/+3
2023-06-08soundwire: bandwidth allocation: Remove pointless variableCharles Keepax1-7/+3
2023-04-12soundwire: export sdw_compute_slave_ports() functionVijendar Mukunda1-9/+3
2023-04-12soundwire: bandwidth allocation: Use hweight32() to calculate set bitsRichard Fitzgerald1-1/+2
2021-05-11soundwire: bandwidth allocation: improve error messagesPierre-Louis Bossart1-5/+9
2021-03-30soundwire: generic_allocation: fix confusion between group and packingPierre-Louis Bossart1-4/+3
2021-03-30soundwire: generic_bandwidth_allocation: remove useless initPierre-Louis Bossart1-2/+2
2021-03-23soundwire: bandwidth_allocation: add missing \n in dev_err()Pierre-Louis Bossart1-2/+2
2020-09-23soundwire: remove an unnecessary NULL checkDan Carpenter1-5/+1
2020-09-23soundwire: enable Data Port test modesPierre-Louis Bossart1-2/+4
2020-09-18soundwire: Add generic bandwidth allocation algorithmBard Liao1-0/+427