Age | Commit message (Expand) | Author | Files | Lines |
2018-11-12 | soundwire: intel: constify snd_soc_dai_ops structures | Julia Lawall | 1 | -2/+2 |
2018-08-27 | soundwire: intel: Remove duplicate assignment | Shreyas NC | 1 | -3/+0 |
2018-08-27 | soundwire: intel: Fix uninitialized adev deref | Vinod Koul | 1 | -1/+1 |
2018-08-27 | soundwire: intel: Add pre/post bank switch ops | Shreyas NC | 1 | -0/+65 |
2018-08-27 | soundwire: keep track of Masters in a stream | Shreyas NC | 1 | -0/+1 |
2018-08-27 | soundwire: Add support for multi link bank switch | Shreyas NC | 3 | -12/+140 |
2018-08-27 | soundwire: Handle multiple master instances in a stream | Vinod Koul | 1 | -123/+188 |
2018-08-27 | soundwire: Add support to lock across bus instances | Sanyog Kale | 2 | -0/+45 |
2018-08-27 | soundwire: Initialize completion for defer messages | Shreyas NC | 1 | -0/+1 |
2018-08-27 | soundwire: Fix acquiring bus lock twice during master release | Sanyog Kale | 1 | -3/+4 |
2018-08-27 | soundwire: Fix incorrect exit after configuring stream | Shreyas NC | 1 | -2/+4 |
2018-08-27 | soundwire: Fix duplicate stream state assignment | Shreyas NC | 1 | -2/+10 |
2018-06-16 | docs: Fix more broken references | Mauro Carvalho Chehab | 1 | -4/+4 |
2018-06-06 | Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 10 | -13/+2719 |
2018-05-14 | soundwire: Respect all error codes from dev_pm_domain_attach() | Ulf Hansson | 1 | -8/+7 |
2018-05-11 | soundwire: intel: Add audio DAI ops | Vinod Koul | 4 | -1/+366 |
2018-05-11 | soundwire: intel: Add stream initialization | Vinod Koul | 1 | -0/+155 |
2018-05-11 | soundwire: cdns: Add stream routines | Vinod Koul | 2 | -0/+238 |
2018-05-11 | soundwire: cdns: Add port routines | Vinod Koul | 3 | -0/+344 |
2018-05-11 | soundwire: Remove cdns_master_ops | Shreyas NC | 3 | -13/+23 |
2018-05-11 | soundwire: Add stream configuration APIs | Sanyog Kale | 2 | -0/+253 |
2018-05-11 | soundwire: Add bank switch routine | Sanyog Kale | 3 | -0/+214 |
2018-05-11 | soundwire: Add helpers for ports operations | Sanyog Kale | 3 | -0/+299 |
2018-05-11 | soundwire: Add Master and Slave port programming | Sanyog Kale | 2 | -0/+266 |
2018-05-11 | soundwire: Add support for port management | Sanyog Kale | 2 | -2/+167 |
2018-05-11 | soundwire: Add support for SoundWire stream management | Sanyog Kale | 4 | -1/+398 |
2018-01-22 | soundwire: Fix a signedness bug | Dan Carpenter | 1 | -2/+2 |
2018-01-09 | soundwire: select REGMAP_SOUNDWIRE | Vinod Koul | 1 | -0/+1 |
2018-01-09 | soundwire: Fix incorrect return value check | Shreyas NC | 1 | -2/+2 |
2018-01-08 | soundwire: Fix typo in return value check of sdw_read() | Wei Yongjun | 1 | -5/+5 |
2018-01-08 | soundwire: intel: fix missing assignment to ret | Colin Ian King | 1 | -1/+1 |
2018-01-08 | soundwire: fix sign extension when shifting buf[2] 24 places | Colin Ian King | 1 | -2/+2 |
2017-12-19 | soundwire: intel: Add Intel init module | Vinod Koul | 2 | -0/+201 |
2017-12-19 | soundwire: intel: Add Intel Master driver | Vinod Koul | 4 | -0/+383 |
2017-12-19 | soundwire: cdns: Add sdw_master_ops and IO transfer support | Sanyog Kale | 2 | -0/+334 |
2017-12-19 | soundwire: cdns: Add cadence library | Vinod Koul | 4 | -0/+472 |
2017-12-19 | soundwire: Add slave status handling | Vinod Koul | 2 | -0/+381 |
2017-12-19 | soundwire: Add Slave status handling helpers | Sanyog Kale | 2 | -0/+228 |
2017-12-19 | soundwire: Add IO transfer | Vinod Koul | 2 | -0/+308 |
2017-12-19 | soundwire: Add MIPI DisCo property helpers | Vinod Koul | 4 | -2/+432 |
2017-12-19 | soundwire: Add Master registration | Vinod Koul | 4 | -1/+258 |
2017-12-19 | soundwire: Add SoundWire bus type | Vinod Koul | 3 | -0/+201 |