aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soundwire (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-12soundwire: intel: constify snd_soc_dai_ops structuresJulia Lawall1-2/+2
2018-08-27soundwire: intel: Remove duplicate assignmentShreyas NC1-3/+0
2018-08-27soundwire: intel: Fix uninitialized adev derefVinod Koul1-1/+1
2018-08-27soundwire: intel: Add pre/post bank switch opsShreyas NC1-0/+65
2018-08-27soundwire: keep track of Masters in a streamShreyas NC1-0/+1
2018-08-27soundwire: Add support for multi link bank switchShreyas NC3-12/+140
2018-08-27soundwire: Handle multiple master instances in a streamVinod Koul1-123/+188
2018-08-27soundwire: Add support to lock across bus instancesSanyog Kale2-0/+45
2018-08-27soundwire: Initialize completion for defer messagesShreyas NC1-0/+1
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-06-05Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds10-13/+2719
2018-05-14soundwire: Respect all error codes from dev_pm_domain_attach()Ulf Hansson1-8/+7
2018-05-11soundwire: intel: Add audio DAI opsVinod Koul4-1/+366
2018-05-11soundwire: intel: Add stream initializationVinod Koul1-0/+155
2018-05-11soundwire: cdns: Add stream routinesVinod Koul2-0/+238
2018-05-11soundwire: cdns: Add port routinesVinod Koul3-0/+344
2018-05-11soundwire: Remove cdns_master_opsShreyas NC3-13/+23
2018-05-11soundwire: Add stream configuration APIsSanyog Kale2-0/+253
2018-05-11soundwire: Add bank switch routineSanyog Kale3-0/+214
2018-05-11soundwire: Add helpers for ports operationsSanyog Kale3-0/+299
2018-05-11soundwire: Add Master and Slave port programmingSanyog Kale2-0/+266
2018-05-11soundwire: Add support for port managementSanyog Kale2-2/+167
2018-05-11soundwire: Add support for SoundWire stream managementSanyog Kale4-1/+398
2018-01-22soundwire: Fix a signedness bugDan Carpenter1-2/+2
2018-01-09soundwire: select REGMAP_SOUNDWIREVinod Koul1-0/+1
2018-01-09soundwire: Fix incorrect return value checkShreyas NC1-2/+2
2018-01-08soundwire: Fix typo in return value check of sdw_read()Wei Yongjun1-5/+5
2018-01-08soundwire: intel: fix missing assignment to retColin Ian King1-1/+1
2018-01-08soundwire: fix sign extension when shifting buf[2] 24 placesColin Ian King1-2/+2
2017-12-19soundwire: intel: Add Intel init moduleVinod Koul2-0/+201
2017-12-19soundwire: intel: Add Intel Master driverVinod Koul4-0/+383
2017-12-19soundwire: cdns: Add sdw_master_ops and IO transfer supportSanyog Kale2-0/+334
2017-12-19soundwire: cdns: Add cadence libraryVinod Koul4-0/+472
2017-12-19soundwire: Add slave status handlingVinod Koul2-0/+381
2017-12-19soundwire: Add Slave status handling helpersSanyog Kale2-0/+228
2017-12-19soundwire: Add IO transferVinod Koul2-0/+308
2017-12-19soundwire: Add MIPI DisCo property helpersVinod Koul4-2/+432
2017-12-19soundwire: Add Master registrationVinod Koul4-1/+258
2017-12-19soundwire: Add SoundWire bus typeVinod Koul3-0/+201