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
/
rpmsg
/
qcom_smd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-17
rpmsg: qcom_smd: Fix refcount leak in qcom_smd_parse_edge
Miaoqian Lin
1
-0
/
+1
2022-07-17
rpmsg: qcom: correct kerneldoc
Krzysztof Kozlowski
1
-2
/
+2
2022-07-17
rpmsg: qcom: glink: replace strncpy() with strscpy_pad()
Krzysztof Kozlowski
1
-2
/
+2
2022-04-28
rpmsg: qcom_smd: Fix returning 0 if irq_of_parse_and_map() fails
Krzysztof Kozlowski
1
-1
/
+1
2022-04-23
rpmsg: qcom_smd: Fix irq_of_parse_and_map() return value
Krzysztof Kozlowski
1
-1
/
+1
2022-03-13
rpmsg: Update rpmsg_chrdev_register_device function
Arnaud Pouliquen
1
-1
/
+1
2022-03-12
rpmsg: qcom_smd: Fix redundant channel->registered assignment
AngeloGioacchino Del Regno
1
-2
/
+0
2022-03-11
rpmsg: smd: allow opening rpm_requests even if already opened
Luca Weiss
1
-1
/
+6
2022-03-11
rpmsg: qcom_smd: Promote to arch_initcall
Konrad Dybcio
1
-1
/
+1
2021-11-18
rpmsg: Fix documentation return formatting
Arnaud Pouliquen
1
-1
/
+1
2021-03-17
rpmsg: char: Use rpmsg_sendto to specify the message destination address
Arnaud Pouliquen
1
-0
/
+16
2020-09-15
rpmsg: smd: Fix a kobj leak in in qcom_smd_parse_edge()
Dan Carpenter
1
-10
/
+22
2018-09-28
rpmsg: smd: fix memory leak on channel create
Colin Ian King
1
-2
/
+5
2018-08-28
rpmsg: Convert to using %pOFn instead of device_node.name
Rob Herring
1
-1
/
+1
2018-07-31
rpmsg: smd: fix kerneldoc warnings
Srinivas Kandagatla
1
-1
/
+8
2018-07-02
rpmsg: smd: Add missing include of sizes.h
Niklas Cassel
1
-0
/
+1
2018-06-04
rpmsg: smd: do not use mananged resources for endpoints and channels
Srinivas Kandagatla
1
-9
/
+9
2018-06-04
rpmsg: smd: Switch to SPDX license identifier
Suman Anna
1
-9
/
+1
2018-04-26
rpmsg: qcom_smd: Access APCS through mailbox framework
Bjorn Andersson
1
-19
/
+49
2018-03-28
rpmsg: smd: Use announce_create to process any receive work
Bjorn Andersson
1
-0
/
+18
2018-03-28
rpmsg: smd: Fix container_of macros
Bjorn Andersson
1
-2
/
+2
2018-03-27
Revert "rpmsg: smd: Create device for all channels"
Bjorn Andersson
1
-0
/
+5
2018-03-20
rpmsg: smd: Use spinlock in tx path
Bjorn Andersson
1
-10
/
+11
2018-03-18
rpmsg: smd: use put_device() if device_register fail
Arvind Yadav
1
-1
/
+2
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-1
/
+1
2018-02-05
Merge tag 'rpmsg-v4.16' of git://github.com/andersson/remoteproc
Linus Torvalds
1
-16
/
+50
2018-01-19
rpmsg: smd: Fix double unlock in __qcom_smd_send()
Dan Carpenter
1
-5
/
+5
2017-12-19
rpmsg: smd: Don't hold the tx lock during wait
Bjorn Andersson
1
-0
/
+7
2017-12-19
rpmsg: smd: Fail send on a closed channel
Bjorn Andersson
1
-6
/
+8
2017-12-19
rpmsg: smd: Wake up all waiters
Bjorn Andersson
1
-2
/
+2
2017-12-19
rpmsg: smd: Create device for all channels
Bjorn Andersson
1
-5
/
+0
2017-12-19
rpmsg: smd: Perform handshake during open
Bjorn Andersson
1
-0
/
+30
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-07-26
rpmsg: qcom_smd: add of_node node to edge device
Srinivas Kandagatla
1
-0
/
+1
2017-05-17
rpmsg: Release rpmsg devices in backends
Bjorn Andersson
1
-0
/
+11
2017-01-18
rpmsg: smd: Register rpmsg user space interface for edges
Bjorn Andersson
1
-0
/
+20
2017-01-18
rpmsg: qcom_smd: Implement endpoint "poll"
Bjorn Andersson
1
-0
/
+16
2017-01-18
rpmsg: qcom_smd: Add support for "label" property
Bjorn Andersson
1
-0
/
+22
2016-12-13
Merge tag 'rpmsg-v4.10' of git://github.com/andersson/remoteproc
Linus Torvalds
1
-12
/
+5
2016-12-08
rpmsg: qcom_smd: Correct return value for O_NONBLOCK
Bjorn Andersson
1
-1
/
+1
2016-11-15
rpmsg: smd: Expose edge registration functions
Bjorn Andersson
1
-0
/
+1
2016-11-01
rpmsg: smd: Reduce restrictions when finding channel
Bjorn Andersson
1
-11
/
+4
2016-09-09
rpmsg: Introduce Qualcomm SMD backend
Bjorn Andersson
1
-0
/
+1434