index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
soundwire
/
stream.c
Age
Commit message (
Expand
)
Author
2020-03-20
Merge branch 'topic/ro_wordlength' into next
Vinod Koul
2020-03-20
soundwire: stream: Add read_only_wordlength flag to port properties
Srinivas Kandagatla
2020-03-13
soundwire: stream: use sdw_write instead of update
Srinivas Kandagatla
2020-02-13
soundwire: stream: don't program ports when a stream that has not been prepared
Rander Wang
2020-02-13
soundwire: stream: fix support for multiple Slaves on the same link
Rander Wang
2020-02-13
soundwire: stream: do not update parameters during DISABLED-PREPARED transition
Pierre-Louis Bossart
2020-02-13
soundwire: stream: only prepare stream when it is configured.
Bard Liao
2020-02-13
soundwire: stream: update state machine and add state checks
Pierre-Louis Bossart
2020-01-10
soundwire: stream: remove redundant pr_err traces
Pierre-Louis Bossart
2019-09-04
soundwire: stream: make stream name a const pointer
Srinivas Kandagatla
2019-09-04
soundwire: Add compute_params callback
Vinod Koul
2019-08-21
soundwire: stream: remove unnecessary variable initializations
Pierre-Louis Bossart
2019-08-21
soundwire: stream: fix disable sequence
Pierre-Louis Bossart
2019-08-21
soundwire: export helpers to find row and column values
Pierre-Louis Bossart
2019-07-05
Merge tag 'soundwire-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Greg Kroah-Hartman
2019-06-06
soundwire: stream: fix bad unlock balance
Srinivas Kandagatla
2019-05-27
soundwire: rename/clarify MIPI DisCo properties
Pierre-Louis Bossart
2019-05-27
soundwire: rename 'freq' fields
Pierre-Louis Bossart
2019-05-27
soundwire: stream: fix out of boundary access on port properties
Srinivas Kandagatla
2019-05-02
soundwire: add a blank line between functions
Vinod Koul
2019-05-02
soundwire: fix more typos
Vinod Koul
2019-05-02
soundwire: more alignment fixes
Vinod Koul
2019-05-02
soundwire: remove empty line before/after braces
Vinod Koul
2019-05-02
soundwire: add missing newlines in dynamic debug logs
Pierre-Louis Bossart
2019-05-02
soundwire: stream: fix alignment issues
Pierre-Louis Bossart
2019-04-14
soundwire: stream: remove useless initialization of local variable
Pierre-Louis Bossart
2018-08-27
soundwire: keep track of Masters in a stream
Shreyas NC
2018-08-27
soundwire: Add support for multi link bank switch
Shreyas NC
2018-08-27
soundwire: Handle multiple master instances in a stream
Vinod Koul
2018-08-27
soundwire: Add support to lock across bus instances
Sanyog Kale
2018-08-27
soundwire: Fix acquiring bus lock twice during master release
Sanyog Kale
2018-08-27
soundwire: Fix incorrect exit after configuring stream
Shreyas NC
2018-08-27
soundwire: Fix duplicate stream state assignment
Shreyas NC
2018-06-15
docs: Fix more broken references
Mauro Carvalho Chehab
2018-05-11
soundwire: Add stream configuration APIs
Sanyog Kale
2018-05-11
soundwire: Add bank switch routine
Sanyog Kale
2018-05-11
soundwire: Add helpers for ports operations
Sanyog Kale
2018-05-11
soundwire: Add Master and Slave port programming
Sanyog Kale
2018-05-11
soundwire: Add support for port management
Sanyog Kale
2018-05-11
soundwire: Add support for SoundWire stream management
Sanyog Kale