summaryrefslogtreecommitdiffstats
path: root/drivers/soundwire
Commit message (Expand)AuthorAgeFilesLines
* soundwire: intel: constify snd_soc_dai_ops structuresJulia Lawall2018-11-121-2/+2
* soundwire: intel: Remove duplicate assignmentShreyas NC2018-08-271-3/+0
* soundwire: intel: Fix uninitialized adev derefVinod Koul2018-08-271-1/+1
* soundwire: intel: Add pre/post bank switch opsShreyas NC2018-08-271-0/+65
* soundwire: keep track of Masters in a streamShreyas NC2018-08-271-0/+1
* soundwire: Add support for multi link bank switchShreyas NC2018-08-273-12/+140
* soundwire: Handle multiple master instances in a streamVinod Koul2018-08-271-123/+188
* soundwire: Add support to lock across bus instancesSanyog Kale2018-08-272-0/+45
* soundwire: Initialize completion for defer messagesShreyas NC2018-08-271-0/+1
* 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
* Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-0510-13/+2719
|\
| * soundwire: intel: Add audio DAI opsVinod Koul2018-05-114-1/+366
| * soundwire: intel: Add stream initializationVinod Koul2018-05-111-0/+155
| * soundwire: cdns: Add stream routinesVinod Koul2018-05-112-0/+238
| * soundwire: cdns: Add port routinesVinod Koul2018-05-113-0/+344
| * soundwire: Remove cdns_master_opsShreyas NC2018-05-113-13/+23
| * soundwire: Add stream configuration APIsSanyog Kale2018-05-112-0/+253
| * soundwire: Add bank switch routineSanyog Kale2018-05-113-0/+214
| * soundwire: Add helpers for ports operationsSanyog Kale2018-05-113-0/+299
| * soundwire: Add Master and Slave port programmingSanyog Kale2018-05-112-0/+266
| * soundwire: Add support for port managementSanyog Kale2018-05-112-2/+167
| * soundwire: Add support for SoundWire stream managementSanyog Kale2018-05-114-1/+398
* | soundwire: Respect all error codes from dev_pm_domain_attach()Ulf Hansson2018-05-141-8/+7
|/
* soundwire: Fix a signedness bugDan Carpenter2018-01-221-2/+2
* soundwire: select REGMAP_SOUNDWIREVinod Koul2018-01-091-0/+1
* soundwire: Fix incorrect return value checkShreyas NC2018-01-091-2/+2
* soundwire: Fix typo in return value check of sdw_read()Wei Yongjun2018-01-081-5/+5
* soundwire: intel: fix missing assignment to retColin Ian King2018-01-081-1/+1
* soundwire: fix sign extension when shifting buf[2] 24 placesColin Ian King2018-01-081-2/+2
* soundwire: intel: Add Intel init moduleVinod Koul2017-12-192-0/+201
* soundwire: intel: Add Intel Master driverVinod Koul2017-12-194-0/+383
* soundwire: cdns: Add sdw_master_ops and IO transfer supportSanyog Kale2017-12-192-0/+334
* soundwire: cdns: Add cadence libraryVinod Koul2017-12-194-0/+472
* soundwire: Add slave status handlingVinod Koul2017-12-192-0/+381
* soundwire: Add Slave status handling helpersSanyog Kale2017-12-192-0/+228
* soundwire: Add IO transferVinod Koul2017-12-192-0/+308
* soundwire: Add MIPI DisCo property helpersVinod Koul2017-12-194-2/+432
* soundwire: Add Master registrationVinod Koul2017-12-194-1/+258
* soundwire: Add SoundWire bus typeVinod Koul2017-12-193-0/+201