index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
soundwire
/
stream.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-20
soundwire: stream: Fix test for DP prepare complete
Richard Fitzgerald
1
-7
/
+6
2021-04-06
soundwire: stream: fix memory leak in stream config error path
Rander Wang
1
-1
/
+9
2021-03-30
soundwire: stream: remove useless bus initializations
Pierre-Louis Bossart
1
-2
/
+2
2021-03-30
soundwire: stream: remove useless initialization
Pierre-Louis Bossart
1
-2
/
+2
2021-03-23
soundwire: stream: add missing \n in dev_err()
Pierre-Louis Bossart
1
-5
/
+5
2020-10-01
Merge tag 'soundwire-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
1
-16
/
+29
2020-09-23
soundwire: enable Data Port test modes
Pierre-Louis Bossart
1
-1
/
+2
2020-09-18
soundwire: Add generic bandwidth allocation algorithm
Bard Liao
1
-0
/
+12
2020-09-04
soundwire: stream: fix NULL/IS_ERR confusion
Pierre-Louis Bossart
1
-1
/
+1
2020-09-04
soundwire: stream: use FIELD_{GET|PREP}
Vinod Koul
1
-8
/
+5
2020-09-03
soundwire: stream: enable hw_sync as needed by hardware
Pierre-Louis Bossart
1
-6
/
+9
2020-09-03
soundwire: fix double free of dangling pointer
Tom Rix
1
-3
/
+5
2020-07-16
soundwire: fix the kernel-doc comment
Vinod Koul
1
-2
/
+2
2020-07-15
soundwire: stream: add helper to startup/shutdown streams
Pierre-Louis Bossart
1
-0
/
+98
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-15
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
[next]