aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rpmsg.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-03rpmsg: Switch to SPDX license identifierSuman Anna1-26/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-01-18rpmsg: Introduce "poll" to endpoint opsBjorn Andersson1-0/+13
2016-10-31rpmsg: Provide function stubs for APIBjorn Andersson1-10/+113
2016-10-31rpmsg: Introduce a driver override mechanismBjorn Andersson1-0/+2
2016-09-08rpmsg: Allow callback to return errorsBjorn Andersson1-2/+2
2016-09-08rpmsg: Move virtio specifics from public headerBjorn Andersson1-52/+0
2016-09-08rpmsg: virtio: Hide vrp pointer from the public APIBjorn Andersson1-3/+0
2016-09-08rpmsg: Hide rpmsg indirection tablesBjorn Andersson1-47/+0
2016-09-08rpmsg: Move endpoint related interface to rpmsg coreBjorn Andersson1-142/+6
2016-09-08rpmsg: Indirection table for rpmsg_endpoint operationsBjorn Andersson1-24/+38
2016-09-08rpmsg: Introduce indirection table for rpmsg_device operationsBjorn Andersson1-0/+23
2016-09-08rpmsg: Clean up rpmsg device vs channel namingBjorn Andersson1-15/+17
2016-09-08rpmsg: Make rpmsg_create_ept() take channel_info structBjorn Andersson1-1/+14
2016-09-08rpmsg: rpmsg_send() operations takes rpmsg_endpointBjorn Andersson1-30/+40
2016-08-12rpmsg: Drop prototypes for non-existing functionsBjorn Andersson1-2/+0
2016-08-12rpmsg: align code with open parenthesisAnna, Suman1-3/+3
2016-05-06rpmsg: add helper macro module_rpmsg_driverAndrew F. Davis1-0/+12
2016-05-06rpmsg: add THIS_MODULE to rpmsg_driver in rpmsg coreAndrew F. Davis1-1/+5
2012-07-04rpmsg: make sure inflight messages don't invoke just-removed callbacksOhad Ben-Cohen1-0/+3
2012-07-04rpmsg: avoid premature deallocation of endpointsOhad Ben-Cohen1-0/+3
2012-02-08rpmsg: add virtio-based remote processor messaging busOhad Ben-Cohen1-0/+326