summaryrefslogtreecommitdiffstats
path: root/drivers/soundwire/stream.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | soundwire: stream: update state machine and add state checksPierre-Louis Bossart2020-02-131-0/+37
|/
* soundwire: stream: remove redundant pr_err tracesPierre-Louis Bossart2020-01-101-8/+0
* soundwire: stream: make stream name a const pointerSrinivas Kandagatla2019-09-041-1/+1
* soundwire: Add compute_params callbackVinod Koul2019-09-041-0/+10
* soundwire: stream: remove unnecessary variable initializationsPierre-Louis Bossart2019-08-211-26/+38
* soundwire: stream: fix disable sequencePierre-Louis Bossart2019-08-211-1/+18
* soundwire: export helpers to find row and column valuesPierre-Louis Bossart2019-08-211-6/+8
* Merge tag 'soundwire-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2019-07-051-4/+4
|\
| * soundwire: rename/clarify MIPI DisCo propertiesPierre-Louis Bossart2019-05-271-3/+3
| * soundwire: rename 'freq' fieldsPierre-Louis Bossart2019-05-271-1/+1
* | soundwire: stream: fix bad unlock balanceSrinivas Kandagatla2019-06-061-1/+2
* | soundwire: stream: fix out of boundary access on port propertiesSrinivas Kandagatla2019-05-271-3/+1
|/
* soundwire: add a blank line between functionsVinod Koul2019-05-021-0/+1
* soundwire: fix more typosVinod Koul2019-05-021-2/+2
* soundwire: more alignment fixesVinod Koul2019-05-021-5/+10
* soundwire: remove empty line before/after bracesVinod Koul2019-05-021-8/+0
* soundwire: add missing newlines in dynamic debug logsPierre-Louis Bossart2019-05-021-55/+55
* soundwire: stream: fix alignment issuesPierre-Louis Bossart2019-05-021-77/+84
* soundwire: stream: remove useless initialization of local variablePierre-Louis Bossart2019-04-141-1/+1
* soundwire: keep track of Masters in a streamShreyas NC2018-08-271-0/+1
* soundwire: Add support for multi link bank switchShreyas NC2018-08-271-12/+133
* soundwire: Handle multiple master instances in a streamVinod Koul2018-08-271-123/+188
* soundwire: Add support to lock across bus instancesSanyog Kale2018-08-271-0/+43
* soundwire: Fix acquiring bus lock twice during master releaseSanyog Kale2018-08-271-3/+4
* soundwire: Fix incorrect exit after configuring streamShreyas NC2018-08-271-2/+4
* soundwire: Fix duplicate stream state assignmentShreyas NC2018-08-271-2/+10
* docs: Fix more broken referencesMauro Carvalho Chehab2018-06-151-4/+4
* soundwire: Add stream configuration APIsSanyog Kale2018-05-111-0/+244
* soundwire: Add bank switch routineSanyog Kale2018-05-111-0/+202
* soundwire: Add helpers for ports operationsSanyog Kale2018-05-111-0/+271
* soundwire: Add Master and Slave port programmingSanyog Kale2018-05-111-0/+262
* soundwire: Add support for port managementSanyog Kale2018-05-111-2/+142
* soundwire: Add support for SoundWire stream managementSanyog Kale2018-05-111-0/+360