summaryrefslogtreecommitdiffstats
path: root/drivers/soundwire/stream.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soundwire-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-19/+19
|\
| * soundwire: bus: remove sdw_defer argument in sdw_transfer_defer()Pierre-Louis Bossart2023-01-311-3/+1
| * soundwire: stream: use consistent pattern for freeing buffersPierre-Louis Bossart2023-01-311-1/+3
| * soundwire: stream: Move remaining register accesses over to no_pmCharles Keepax2023-01-091-15/+15
* | soundwire: stream: Add specific prep/deprep commands to port_prep callbackStefan Binding2023-01-311-2/+2
|/
* soundwire: revisit driver bind/unbind and callbacksPierre-Louis Bossart2022-07-061-18/+35
* soundwire: stream: Fix error return code in do_bank_switch()Wang Wensheng2022-04-051-0/+1
* soundwire: stream: make enable/disable/deprepare idempotentPierre-Louis Bossart2022-02-111-0/+15
* soundwire: stream: sdw_stream_add_ functions can be called multiple timesPierre-Louis Bossart2022-02-111-0/+24
* soundwire: stream: introduce sdw_slave_rt_find() helperPierre-Louis Bossart2022-02-111-12/+22
* soundwire: stream: separate alloc and config within sdw_stream_add_xxx()Pierre-Louis Bossart2022-02-111-32/+48
* soundwire: stream: move list addition to sdw_slave_alloc_rt()Pierre-Louis Bossart2022-02-111-3/+6
* soundwire: stream: rename and move master/slave_rt_free routinesPierre-Louis Bossart2022-02-111-36/+36
* soundwire: stream: group sdw_stream_ functionsPierre-Louis Bossart2022-02-111-264/+264
* soundwire: stream: split sdw_alloc_slave_rt() in alloc and configPierre-Louis Bossart2022-02-111-10/+25
* soundwire: stream: move sdw_alloc_slave_rt() before 'master' helpersPierre-Louis Bossart2022-02-111-26/+26
* soundwire: stream: split sdw_alloc_master_rt() in alloc and configPierre-Louis Bossart2022-02-111-17/+34
* soundwire: stream: simplify sdw_alloc_master_rt()Pierre-Louis Bossart2022-02-111-9/+18
* soundwire: stream: group sdw_port and sdw_master/slave_port functionsPierre-Louis Bossart2022-02-111-122/+120
* soundwire: stream: add 'slave' prefix for port range checksPierre-Louis Bossart2022-02-111-11/+11
* soundwire: stream: split alloc and config in two functionsPierre-Louis Bossart2022-02-111-12/+37
* soundwire: stream: split port allocation and configuration loopsPierre-Louis Bossart2022-02-111-0/+8
* soundwire: stream: add alloc/config/free helpers for portsPierre-Louis Bossart2022-02-111-38/+45
* soundwire: stream: simplify check on port rangePierre-Louis Bossart2022-02-111-6/+4
* soundwire: stream: add slave runtime to list earlierPierre-Louis Bossart2022-02-111-11/+2
* soundwire: stream: remove unused parameter in sdw_stream_add_slavePierre-Louis Bossart2022-02-111-4/+2
* ASoC/SoundWire: dai: expand 'stream' concept beyond SoundWirePierre-Louis Bossart2021-12-241-2/+2
* soundwire: stream: don't program mockup device portsBard Liao2021-08-021-0/+3
* soundwire: stream: don't abort bank switch on Command_Ignored/-ENODATABard Liao2021-08-021-1/+1
* soundwire: stream: Fix test for DP prepare completeRichard Fitzgerald2021-06-201-7/+6
* soundwire: stream: fix memory leak in stream config error pathRander Wang2021-04-061-1/+9
* soundwire: stream: remove useless bus initializationsPierre-Louis Bossart2021-03-301-2/+2
* soundwire: stream: remove useless initializationPierre-Louis Bossart2021-03-301-2/+2
* soundwire: stream: add missing \n in dev_err()Pierre-Louis Bossart2021-03-231-5/+5
* Merge tag 'soundwire-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2020-10-011-16/+29
|\
| * soundwire: enable Data Port test modesPierre-Louis Bossart2020-09-231-1/+2
| * soundwire: Add generic bandwidth allocation algorithmBard Liao2020-09-181-0/+12
| * soundwire: stream: fix NULL/IS_ERR confusionPierre-Louis Bossart2020-09-041-1/+1
| * soundwire: stream: use FIELD_{GET|PREP}Vinod Koul2020-09-041-8/+5
| * soundwire: stream: enable hw_sync as needed by hardwarePierre-Louis Bossart2020-09-031-6/+9
* | soundwire: fix double free of dangling pointerTom Rix2020-09-031-3/+5
|/
* soundwire: fix the kernel-doc commentVinod Koul2020-07-161-2/+2
* soundwire: stream: add helper to startup/shutdown streamsPierre-Louis Bossart2020-07-151-0/+98
* Merge branch 'topic/ro_wordlength' into nextVinod Koul2020-03-201-7/+9
|\
| * soundwire: stream: Add read_only_wordlength flag to port propertiesSrinivas Kandagatla2020-03-201-7/+9
* | soundwire: stream: use sdw_write instead of updateSrinivas Kandagatla2020-03-131-5/+4
* | soundwire: stream: don't program ports when a stream that has not been preparedRander Wang2020-02-131-5/+17
* | soundwire: stream: fix support for multiple Slaves on the same linkRander Wang2020-02-131-2/+3
* | soundwire: stream: do not update parameters during DISABLED-PREPARED transitionPierre-Louis Bossart2020-02-131-2/+17
* | soundwire: stream: only prepare stream when it is configured.Bard Liao2020-02-131-1/+6