aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soundwire (follow)
AgeCommit message (Expand)AuthorFilesLines
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