Age | Commit message (Expand) | Author | Files | Lines |
2020-03-20 | Merge branch 'topic/ro_wordlength' into next | Vinod Koul | 1 | -7/+9 |
2020-03-20 | soundwire: stream: Add read_only_wordlength flag to port properties | Srinivas Kandagatla | 1 | -7/+9 |
2020-03-13 | soundwire: stream: use sdw_write instead of update | Srinivas Kandagatla | 1 | -5/+4 |
2020-02-13 | soundwire: stream: don't program ports when a stream that has not been prepared | Rander Wang | 1 | -5/+17 |
2020-02-13 | soundwire: stream: fix support for multiple Slaves on the same link | Rander Wang | 1 | -2/+3 |
2020-02-13 | soundwire: stream: do not update parameters during DISABLED-PREPARED transition | Pierre-Louis Bossart | 1 | -2/+17 |
2020-02-13 | soundwire: stream: only prepare stream when it is configured. | Bard Liao | 1 | -1/+6 |
2020-02-13 | soundwire: stream: update state machine and add state checks | Pierre-Louis Bossart | 1 | -0/+37 |
2020-01-10 | soundwire: stream: remove redundant pr_err traces | Pierre-Louis Bossart | 1 | -8/+0 |
2019-09-04 | soundwire: stream: make stream name a const pointer | Srinivas Kandagatla | 1 | -1/+1 |
2019-09-04 | soundwire: Add compute_params callback | Vinod Koul | 1 | -0/+10 |
2019-08-21 | soundwire: stream: remove unnecessary variable initializations | Pierre-Louis Bossart | 1 | -26/+38 |
2019-08-21 | soundwire: stream: fix disable sequence | Pierre-Louis Bossart | 1 | -1/+18 |
2019-08-21 | soundwire: export helpers to find row and column values | Pierre-Louis Bossart | 1 | -6/+8 |
2019-07-05 | Merge tag 'soundwire-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Greg Kroah-Hartman | 1 | -4/+4 |
2019-06-06 | soundwire: stream: fix bad unlock balance | Srinivas Kandagatla | 1 | -1/+2 |
2019-05-27 | soundwire: rename/clarify MIPI DisCo properties | Pierre-Louis Bossart | 1 | -3/+3 |
2019-05-27 | soundwire: rename 'freq' fields | Pierre-Louis Bossart | 1 | -1/+1 |
2019-05-27 | soundwire: stream: fix out of boundary access on port properties | Srinivas Kandagatla | 1 | -3/+1 |
2019-05-02 | soundwire: add a blank line between functions | Vinod Koul | 1 | -0/+1 |
2019-05-02 | soundwire: fix more typos | Vinod Koul | 1 | -2/+2 |
2019-05-02 | soundwire: more alignment fixes | Vinod Koul | 1 | -5/+10 |
2019-05-02 | soundwire: remove empty line before/after braces | Vinod Koul | 1 | -8/+0 |
2019-05-02 | soundwire: add missing newlines in dynamic debug logs | Pierre-Louis Bossart | 1 | -55/+55 |
2019-05-02 | soundwire: stream: fix alignment issues | Pierre-Louis Bossart | 1 | -77/+84 |
2019-04-14 | soundwire: stream: remove useless initialization of local variable | Pierre-Louis Bossart | 1 | -1/+1 |
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 | 1 | -12/+133 |
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 | 1 | -0/+43 |
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-05-11 | soundwire: Add stream configuration APIs | Sanyog Kale | 1 | -0/+244 |
2018-05-11 | soundwire: Add bank switch routine | Sanyog Kale | 1 | -0/+202 |
2018-05-11 | soundwire: Add helpers for ports operations | Sanyog Kale | 1 | -0/+271 |
2018-05-11 | soundwire: Add Master and Slave port programming | Sanyog Kale | 1 | -0/+262 |
2018-05-11 | soundwire: Add support for port management | Sanyog Kale | 1 | -2/+142 |
2018-05-11 | soundwire: Add support for SoundWire stream management | Sanyog Kale | 1 | -0/+360 |