index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
soundwire
/
stream.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-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