index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rpmsg
/
qcom_smd.c
Age
Commit message (
Expand
)
Author
2021-03-17
rpmsg: char: Use rpmsg_sendto to specify the message destination address
Arnaud Pouliquen
2020-09-15
rpmsg: smd: Fix a kobj leak in in qcom_smd_parse_edge()
Dan Carpenter
2018-09-27
rpmsg: smd: fix memory leak on channel create
Colin Ian King
2018-08-27
rpmsg: Convert to using %pOFn instead of device_node.name
Rob Herring
2018-07-30
rpmsg: smd: fix kerneldoc warnings
Srinivas Kandagatla
2018-07-01
rpmsg: smd: Add missing include of sizes.h
Niklas Cassel
2018-06-04
rpmsg: smd: do not use mananged resources for endpoints and channels
Srinivas Kandagatla
2018-06-03
rpmsg: smd: Switch to SPDX license identifier
Suman Anna
2018-04-25
rpmsg: qcom_smd: Access APCS through mailbox framework
Bjorn Andersson
2018-03-27
rpmsg: smd: Use announce_create to process any receive work
Bjorn Andersson
2018-03-27
rpmsg: smd: Fix container_of macros
Bjorn Andersson
2018-03-27
Revert "rpmsg: smd: Create device for all channels"
Bjorn Andersson
2018-03-20
rpmsg: smd: Use spinlock in tx path
Bjorn Andersson
2018-03-17
rpmsg: smd: use put_device() if device_register fail
Arvind Yadav
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-05
Merge tag 'rpmsg-v4.16' of git://github.com/andersson/remoteproc
Linus Torvalds
2018-01-19
rpmsg: smd: Fix double unlock in __qcom_smd_send()
Dan Carpenter
2017-12-18
rpmsg: smd: Don't hold the tx lock during wait
Bjorn Andersson
2017-12-18
rpmsg: smd: Fail send on a closed channel
Bjorn Andersson
2017-12-18
rpmsg: smd: Wake up all waiters
Bjorn Andersson
2017-12-18
rpmsg: smd: Create device for all channels
Bjorn Andersson
2017-12-18
rpmsg: smd: Perform handshake during open
Bjorn Andersson
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-07-26
rpmsg: qcom_smd: add of_node node to edge device
Srinivas Kandagatla
2017-05-17
rpmsg: Release rpmsg devices in backends
Bjorn Andersson
2017-01-18
rpmsg: smd: Register rpmsg user space interface for edges
Bjorn Andersson
2017-01-18
rpmsg: qcom_smd: Implement endpoint "poll"
Bjorn Andersson
2017-01-18
rpmsg: qcom_smd: Add support for "label" property
Bjorn Andersson
2016-12-13
Merge tag 'rpmsg-v4.10' of git://github.com/andersson/remoteproc
Linus Torvalds
2016-12-08
rpmsg: qcom_smd: Correct return value for O_NONBLOCK
Bjorn Andersson
2016-11-14
rpmsg: smd: Expose edge registration functions
Bjorn Andersson
2016-10-31
rpmsg: smd: Reduce restrictions when finding channel
Bjorn Andersson
2016-09-08
rpmsg: Introduce Qualcomm SMD backend
Bjorn Andersson