summaryrefslogtreecommitdiffstats
path: root/drivers/soundwire/stream.c
Commit message (Expand)AuthorAgeFilesLines
* 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