summaryrefslogtreecommitdiff
path: root/drivers/soundwire/stream.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-20Merge branch 'topic/ro_wordlength' into nextVinod Koul1-7/+9
2020-03-20soundwire: stream: Add read_only_wordlength flag to port propertiesSrinivas Kandagatla1-7/+9
2020-03-13soundwire: stream: use sdw_write instead of updateSrinivas Kandagatla1-5/+4
2020-02-13soundwire: stream: don't program ports when a stream that has not been preparedRander Wang1-5/+17
2020-02-13soundwire: stream: fix support for multiple Slaves on the same linkRander Wang1-2/+3
2020-02-13soundwire: stream: do not update parameters during DISABLED-PREPARED transitionPierre-Louis Bossart1-2/+17
2020-02-13soundwire: stream: only prepare stream when it is configured.Bard Liao1-1/+6
2020-02-13soundwire: stream: update state machine and add state checksPierre-Louis Bossart1-0/+37
2020-01-10soundwire: stream: remove redundant pr_err tracesPierre-Louis Bossart1-8/+0
2019-09-04soundwire: stream: make stream name a const pointerSrinivas Kandagatla1-1/+1
2019-09-04soundwire: Add compute_params callbackVinod Koul1-0/+10
2019-08-21soundwire: stream: remove unnecessary variable initializationsPierre-Louis Bossart1-26/+38
2019-08-21soundwire: stream: fix disable sequencePierre-Louis Bossart1-1/+18
2019-08-21soundwire: export helpers to find row and column valuesPierre-Louis Bossart1-6/+8
2019-07-05Merge tag 'soundwire-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman1-4/+4
2019-06-06soundwire: stream: fix bad unlock balanceSrinivas Kandagatla1-1/+2
2019-05-27soundwire: rename/clarify MIPI DisCo propertiesPierre-Louis Bossart1-3/+3
2019-05-27soundwire: rename 'freq' fieldsPierre-Louis Bossart1-1/+1
2019-05-27soundwire: stream: fix out of boundary access on port propertiesSrinivas Kandagatla1-3/+1
2019-05-02soundwire: add a blank line between functionsVinod Koul1-0/+1
2019-05-02soundwire: fix more typosVinod Koul1-2/+2
2019-05-02soundwire: more alignment fixesVinod Koul1-5/+10
2019-05-02soundwire: remove empty line before/after bracesVinod Koul1-8/+0
2019-05-02soundwire: add missing newlines in dynamic debug logsPierre-Louis Bossart1-55/+55
2019-05-02soundwire: stream: fix alignment issuesPierre-Louis Bossart1-77/+84
2019-04-14soundwire: stream: remove useless initialization of local variablePierre-Louis Bossart1-1/+1
2018-08-27soundwire: keep track of Masters in a streamShreyas NC1-0/+1
2018-08-27soundwire: Add support for multi link bank switchShreyas NC1-12/+133
2018-08-27soundwire: Handle multiple master instances in a streamVinod Koul1-123/+188
2018-08-27soundwire: Add support to lock across bus instancesSanyog Kale1-0/+43
2018-08-27soundwire: Fix acquiring bus lock twice during master releaseSanyog Kale1-3/+4
2018-08-27soundwire: Fix incorrect exit after configuring streamShreyas NC1-2/+4
2018-08-27soundwire: Fix duplicate stream state assignmentShreyas NC1-2/+10
2018-06-15docs: Fix more broken referencesMauro Carvalho Chehab1-4/+4
2018-05-11soundwire: Add stream configuration APIsSanyog Kale1-0/+244
2018-05-11soundwire: Add bank switch routineSanyog Kale1-0/+202
2018-05-11soundwire: Add helpers for ports operationsSanyog Kale1-0/+271
2018-05-11soundwire: Add Master and Slave port programmingSanyog Kale1-0/+262
2018-05-11soundwire: Add support for port managementSanyog Kale1-2/+142
2018-05-11soundwire: Add support for SoundWire stream managementSanyog Kale1-0/+360