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
2022-04-05
soundwire: stream: Fix error return code in do_bank_switch()
Wang Wensheng
1
-0
/
+1
2022-02-11
soundwire: stream: make enable/disable/deprepare idempotent
Pierre-Louis Bossart
1
-0
/
+15
2022-02-11
soundwire: stream: sdw_stream_add_ functions can be called multiple times
Pierre-Louis Bossart
1
-0
/
+24
2022-02-11
soundwire: stream: introduce sdw_slave_rt_find() helper
Pierre-Louis Bossart
1
-12
/
+22
2022-02-11
soundwire: stream: separate alloc and config within sdw_stream_add_xxx()
Pierre-Louis Bossart
1
-32
/
+48
2022-02-11
soundwire: stream: move list addition to sdw_slave_alloc_rt()
Pierre-Louis Bossart
1
-3
/
+6
2022-02-11
soundwire: stream: rename and move master/slave_rt_free routines
Pierre-Louis Bossart
1
-36
/
+36
2022-02-11
soundwire: stream: group sdw_stream_ functions
Pierre-Louis Bossart
1
-264
/
+264
2022-02-11
soundwire: stream: split sdw_alloc_slave_rt() in alloc and config
Pierre-Louis Bossart
1
-10
/
+25
2022-02-11
soundwire: stream: move sdw_alloc_slave_rt() before 'master' helpers
Pierre-Louis Bossart
1
-26
/
+26
2022-02-11
soundwire: stream: split sdw_alloc_master_rt() in alloc and config
Pierre-Louis Bossart
1
-17
/
+34
2022-02-11
soundwire: stream: simplify sdw_alloc_master_rt()
Pierre-Louis Bossart
1
-9
/
+18
2022-02-11
soundwire: stream: group sdw_port and sdw_master/slave_port functions
Pierre-Louis Bossart
1
-122
/
+120
2022-02-11
soundwire: stream: add 'slave' prefix for port range checks
Pierre-Louis Bossart
1
-11
/
+11
2022-02-11
soundwire: stream: split alloc and config in two functions
Pierre-Louis Bossart
1
-12
/
+37
2022-02-11
soundwire: stream: split port allocation and configuration loops
Pierre-Louis Bossart
1
-0
/
+8
2022-02-11
soundwire: stream: add alloc/config/free helpers for ports
Pierre-Louis Bossart
1
-38
/
+45
2022-02-11
soundwire: stream: simplify check on port range
Pierre-Louis Bossart
1
-6
/
+4
2022-02-11
soundwire: stream: add slave runtime to list earlier
Pierre-Louis Bossart
1
-11
/
+2
2022-02-11
soundwire: stream: remove unused parameter in sdw_stream_add_slave
Pierre-Louis Bossart
1
-4
/
+2
2021-12-24
ASoC/SoundWire: dai: expand 'stream' concept beyond SoundWire
Pierre-Louis Bossart
1
-2
/
+2
2021-08-02
soundwire: stream: don't program mockup device ports
Bard Liao
1
-0
/
+3
2021-08-02
soundwire: stream: don't abort bank switch on Command_Ignored/-ENODATA
Bard Liao
1
-1
/
+1
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
[next]