summaryrefslogtreecommitdiffstats
path: root/drivers/soundwire
AgeCommit message (Expand)AuthorLines
2018-11-12soundwire: intel: constify snd_soc_dai_ops structuresJulia Lawall-2/+2
2018-08-27soundwire: intel: Remove duplicate assignmentShreyas NC-3/+0
2018-08-27soundwire: intel: Fix uninitialized adev derefVinod Koul-1/+1
2018-08-27soundwire: intel: Add pre/post bank switch opsShreyas NC-0/+65
2018-08-27soundwire: keep track of Masters in a streamShreyas NC-0/+1
2018-08-27soundwire: Add support for multi link bank switchShreyas NC-12/+140
2018-08-27soundwire: Handle multiple master instances in a streamVinod Koul-123/+188
2018-08-27soundwire: Add support to lock across bus instancesSanyog Kale-0/+45
2018-08-27soundwire: Initialize completion for defer messagesShreyas NC-0/+1
2018-08-27soundwire: Fix acquiring bus lock twice during master releaseSanyog Kale-3/+4
2018-08-27soundwire: Fix incorrect exit after configuring streamShreyas NC-2/+4
2018-08-27soundwire: Fix duplicate stream state assignmentShreyas NC-2/+10
2018-06-15docs: Fix more broken referencesMauro Carvalho Chehab-4/+4
2018-06-05Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-13/+2719
2018-05-14soundwire: Respect all error codes from dev_pm_domain_attach()Ulf Hansson-8/+7
2018-05-11soundwire: intel: Add audio DAI opsVinod Koul-1/+366
2018-05-11soundwire: intel: Add stream initializationVinod Koul-0/+155
2018-05-11soundwire: cdns: Add stream routinesVinod Koul-0/+238
2018-05-11soundwire: cdns: Add port routinesVinod Koul-0/+344
2018-05-11soundwire: Remove cdns_master_opsShreyas NC-13/+23
2018-05-11soundwire: Add stream configuration APIsSanyog Kale-0/+253
2018-05-11soundwire: Add bank switch routineSanyog Kale-0/+214
2018-05-11soundwire: Add helpers for ports operationsSanyog Kale-0/+299
2018-05-11soundwire: Add Master and Slave port programmingSanyog Kale-0/+266
2018-05-11soundwire: Add support for port managementSanyog Kale-2/+167
2018-05-11soundwire: Add support for SoundWire stream managementSanyog Kale-1/+398
2018-01-22soundwire: Fix a signedness bugDan Carpenter-2/+2
2018-01-09soundwire: select REGMAP_SOUNDWIREVinod Koul-0/+1
2018-01-09soundwire: Fix incorrect return value checkShreyas NC-2/+2
2018-01-08soundwire: Fix typo in return value check of sdw_read()Wei Yongjun-5/+5
2018-01-08soundwire: intel: fix missing assignment to retColin Ian King-1/+1
2018-01-08soundwire: fix sign extension when shifting buf[2] 24 placesColin Ian King-2/+2
2017-12-19soundwire: intel: Add Intel init moduleVinod Koul-0/+201
2017-12-19soundwire: intel: Add Intel Master driverVinod Koul-0/+383
2017-12-19soundwire: cdns: Add sdw_master_ops and IO transfer supportSanyog Kale-0/+334
2017-12-19soundwire: cdns: Add cadence libraryVinod Koul-0/+472
2017-12-19soundwire: Add slave status handlingVinod Koul-0/+381
2017-12-19soundwire: Add Slave status handling helpersSanyog Kale-0/+228
2017-12-19soundwire: Add IO transferVinod Koul-0/+308
2017-12-19soundwire: Add MIPI DisCo property helpersVinod Koul-2/+432
2017-12-19soundwire: Add Master registrationVinod Koul-1/+258
2017-12-19soundwire: Add SoundWire bus typeVinod Koul-0/+201