summaryrefslogtreecommitdiff
path: root/drivers/soundwire/stream.c
AgeCommit message (Expand)Author
2024-01-18Merge tag 'soundwire-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-11-28soundwire: stream: fix NULL pointer dereference for multi_linkKrzysztof Kozlowski
2023-11-23soundwire: stream: constify sdw_port_config when adding devicesKrzysztof Kozlowski
2023-09-25ASoC: soundwire: convert not to use asoc_xxx()Kuninori Morimoto
2023-06-21soundwire: stream: Make master_list ordered to prevent deadlocksRichard Fitzgerald
2023-06-08soundwire: stream: Remove unnecessary gotosCharles Keepax
2023-06-08soundwire: stream: Invert logic on runtime alloc flagsCharles Keepax
2023-06-08soundwire: stream: Remove unneeded checks for NULL busCharles Keepax
2023-06-08soundwire: stream: Add missing clear of alloc_slave_rtCharles Keepax
2023-04-12soundwire: stream: uniquify dev_err() logsPierre-Louis Bossart
2023-04-12soundwire: stream: remove bus->dev from logs on multiple busesPierre-Louis Bossart
2023-04-12soundwire: stream: restore cumulative bus bandwidth when compute_params callb...Shuming Fan
2023-02-24Merge tag 'soundwire-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-01-31soundwire: bus: remove sdw_defer argument in sdw_transfer_defer()Pierre-Louis Bossart
2023-01-31soundwire: stream: use consistent pattern for freeing buffersPierre-Louis Bossart
2023-01-31soundwire: stream: Add specific prep/deprep commands to port_prep callbackStefan Binding
2023-01-09soundwire: stream: Move remaining register accesses over to no_pmCharles Keepax
2022-07-06soundwire: revisit driver bind/unbind and callbacksPierre-Louis Bossart
2022-04-05soundwire: stream: Fix error return code in do_bank_switch()Wang Wensheng
2022-02-11soundwire: stream: make enable/disable/deprepare idempotentPierre-Louis Bossart
2022-02-11soundwire: stream: sdw_stream_add_ functions can be called multiple timesPierre-Louis Bossart
2022-02-11soundwire: stream: introduce sdw_slave_rt_find() helperPierre-Louis Bossart
2022-02-11soundwire: stream: separate alloc and config within sdw_stream_add_xxx()Pierre-Louis Bossart
2022-02-11soundwire: stream: move list addition to sdw_slave_alloc_rt()Pierre-Louis Bossart
2022-02-11soundwire: stream: rename and move master/slave_rt_free routinesPierre-Louis Bossart
2022-02-11soundwire: stream: group sdw_stream_ functionsPierre-Louis Bossart
2022-02-11soundwire: stream: split sdw_alloc_slave_rt() in alloc and configPierre-Louis Bossart
2022-02-11soundwire: stream: move sdw_alloc_slave_rt() before 'master' helpersPierre-Louis Bossart
2022-02-11soundwire: stream: split sdw_alloc_master_rt() in alloc and configPierre-Louis Bossart
2022-02-11soundwire: stream: simplify sdw_alloc_master_rt()Pierre-Louis Bossart
2022-02-11soundwire: stream: group sdw_port and sdw_master/slave_port functionsPierre-Louis Bossart
2022-02-11soundwire: stream: add 'slave' prefix for port range checksPierre-Louis Bossart
2022-02-11soundwire: stream: split alloc and config in two functionsPierre-Louis Bossart
2022-02-11soundwire: stream: split port allocation and configuration loopsPierre-Louis Bossart
2022-02-11soundwire: stream: add alloc/config/free helpers for portsPierre-Louis Bossart
2022-02-11soundwire: stream: simplify check on port rangePierre-Louis Bossart
2022-02-11soundwire: stream: add slave runtime to list earlierPierre-Louis Bossart
2022-02-11soundwire: stream: remove unused parameter in sdw_stream_add_slavePierre-Louis Bossart
2021-12-24ASoC/SoundWire: dai: expand 'stream' concept beyond SoundWirePierre-Louis Bossart
2021-08-02soundwire: stream: don't program mockup device portsBard Liao
2021-08-02soundwire: stream: don't abort bank switch on Command_Ignored/-ENODATABard Liao
2021-06-20soundwire: stream: Fix test for DP prepare completeRichard Fitzgerald
2021-04-06soundwire: stream: fix memory leak in stream config error pathRander Wang
2021-03-30soundwire: stream: remove useless bus initializationsPierre-Louis Bossart
2021-03-30soundwire: stream: remove useless initializationPierre-Louis Bossart
2021-03-23soundwire: stream: add missing \n in dev_err()Pierre-Louis Bossart
2020-10-01Merge tag 'soundwire-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2020-09-23soundwire: enable Data Port test modesPierre-Louis Bossart
2020-09-18soundwire: Add generic bandwidth allocation algorithmBard Liao
2020-09-04soundwire: stream: fix NULL/IS_ERR confusionPierre-Louis Bossart