index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
soundwire
/
stream.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
soundwire: stream: Fix test for DP prepare complete
Richard Fitzgerald
2021-06-20
1
-7
/
+6
*
soundwire: stream: fix memory leak in stream config error path
Rander Wang
2021-04-06
1
-1
/
+9
*
soundwire: stream: remove useless bus initializations
Pierre-Louis Bossart
2021-03-30
1
-2
/
+2
*
soundwire: stream: remove useless initialization
Pierre-Louis Bossart
2021-03-30
1
-2
/
+2
*
soundwire: stream: add missing \n in dev_err()
Pierre-Louis Bossart
2021-03-23
1
-5
/
+5
*
Merge tag 'soundwire-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
2020-10-01
1
-16
/
+29
|
\
|
*
soundwire: enable Data Port test modes
Pierre-Louis Bossart
2020-09-23
1
-1
/
+2
|
*
soundwire: Add generic bandwidth allocation algorithm
Bard Liao
2020-09-18
1
-0
/
+12
|
*
soundwire: stream: fix NULL/IS_ERR confusion
Pierre-Louis Bossart
2020-09-04
1
-1
/
+1
|
*
soundwire: stream: use FIELD_{GET|PREP}
Vinod Koul
2020-09-04
1
-8
/
+5
|
*
soundwire: stream: enable hw_sync as needed by hardware
Pierre-Louis Bossart
2020-09-03
1
-6
/
+9
*
|
soundwire: fix double free of dangling pointer
Tom Rix
2020-09-03
1
-3
/
+5
|
/
*
soundwire: fix the kernel-doc comment
Vinod Koul
2020-07-16
1
-2
/
+2
*
soundwire: stream: add helper to startup/shutdown streams
Pierre-Louis Bossart
2020-07-15
1
-0
/
+98
*
Merge branch 'topic/ro_wordlength' into next
Vinod Koul
2020-03-20
1
-7
/
+9
|
\
|
*
soundwire: stream: Add read_only_wordlength flag to port properties
Srinivas Kandagatla
2020-03-20
1
-7
/
+9
*
|
soundwire: stream: use sdw_write instead of update
Srinivas Kandagatla
2020-03-13
1
-5
/
+4
*
|
soundwire: stream: don't program ports when a stream that has not been prepared
Rander Wang
2020-02-13
1
-5
/
+17
*
|
soundwire: stream: fix support for multiple Slaves on the same link
Rander Wang
2020-02-13
1
-2
/
+3
*
|
soundwire: stream: do not update parameters during DISABLED-PREPARED transition
Pierre-Louis Bossart
2020-02-13
1
-2
/
+17
*
|
soundwire: stream: only prepare stream when it is configured.
Bard Liao
2020-02-13
1
-1
/
+6
*
|
soundwire: stream: update state machine and add state checks
Pierre-Louis Bossart
2020-02-13
1
-0
/
+37
|
/
*
soundwire: stream: remove redundant pr_err traces
Pierre-Louis Bossart
2020-01-10
1
-8
/
+0
*
soundwire: stream: make stream name a const pointer
Srinivas Kandagatla
2019-09-04
1
-1
/
+1
*
soundwire: Add compute_params callback
Vinod Koul
2019-09-04
1
-0
/
+10
*
soundwire: stream: remove unnecessary variable initializations
Pierre-Louis Bossart
2019-08-21
1
-26
/
+38
*
soundwire: stream: fix disable sequence
Pierre-Louis Bossart
2019-08-21
1
-1
/
+18
*
soundwire: export helpers to find row and column values
Pierre-Louis Bossart
2019-08-21
1
-6
/
+8
*
Merge tag 'soundwire-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Greg Kroah-Hartman
2019-07-05
1
-4
/
+4
|
\
|
*
soundwire: rename/clarify MIPI DisCo properties
Pierre-Louis Bossart
2019-05-27
1
-3
/
+3
|
*
soundwire: rename 'freq' fields
Pierre-Louis Bossart
2019-05-27
1
-1
/
+1
*
|
soundwire: stream: fix bad unlock balance
Srinivas Kandagatla
2019-06-06
1
-1
/
+2
*
|
soundwire: stream: fix out of boundary access on port properties
Srinivas Kandagatla
2019-05-27
1
-3
/
+1
|
/
*
soundwire: add a blank line between functions
Vinod Koul
2019-05-02
1
-0
/
+1
*
soundwire: fix more typos
Vinod Koul
2019-05-02
1
-2
/
+2
*
soundwire: more alignment fixes
Vinod Koul
2019-05-02
1
-5
/
+10
*
soundwire: remove empty line before/after braces
Vinod Koul
2019-05-02
1
-8
/
+0
*
soundwire: add missing newlines in dynamic debug logs
Pierre-Louis Bossart
2019-05-02
1
-55
/
+55
*
soundwire: stream: fix alignment issues
Pierre-Louis Bossart
2019-05-02
1
-77
/
+84
*
soundwire: stream: remove useless initialization of local variable
Pierre-Louis Bossart
2019-04-14
1
-1
/
+1
*
soundwire: keep track of Masters in a stream
Shreyas NC
2018-08-27
1
-0
/
+1
*
soundwire: Add support for multi link bank switch
Shreyas NC
2018-08-27
1
-12
/
+133
*
soundwire: Handle multiple master instances in a stream
Vinod Koul
2018-08-27
1
-123
/
+188
*
soundwire: Add support to lock across bus instances
Sanyog Kale
2018-08-27
1
-0
/
+43
*
soundwire: Fix acquiring bus lock twice during master release
Sanyog Kale
2018-08-27
1
-3
/
+4
*
soundwire: Fix incorrect exit after configuring stream
Shreyas NC
2018-08-27
1
-2
/
+4
*
soundwire: Fix duplicate stream state assignment
Shreyas NC
2018-08-27
1
-2
/
+10
*
docs: Fix more broken references
Mauro Carvalho Chehab
2018-06-15
1
-4
/
+4
*
soundwire: Add stream configuration APIs
Sanyog Kale
2018-05-11
1
-0
/
+244
*
soundwire: Add bank switch routine
Sanyog Kale
2018-05-11
1
-0
/
+202
[next]