summaryrefslogtreecommitdiffstats
path: root/include/linux/rpmsg.h
Commit message (Expand)AuthorAgeFilesLines
* rpmsg: Introduce "poll" to endpoint opsBjorn Andersson2017-01-181-0/+13
* rpmsg: Provide function stubs for APIBjorn Andersson2016-10-311-10/+113
* rpmsg: Introduce a driver override mechanismBjorn Andersson2016-10-311-0/+2
* rpmsg: Allow callback to return errorsBjorn Andersson2016-09-081-2/+2
* rpmsg: Move virtio specifics from public headerBjorn Andersson2016-09-081-52/+0
* rpmsg: virtio: Hide vrp pointer from the public APIBjorn Andersson2016-09-081-3/+0
* rpmsg: Hide rpmsg indirection tablesBjorn Andersson2016-09-081-47/+0
* rpmsg: Move endpoint related interface to rpmsg coreBjorn Andersson2016-09-081-142/+6
* rpmsg: Indirection table for rpmsg_endpoint operationsBjorn Andersson2016-09-081-24/+38
* rpmsg: Introduce indirection table for rpmsg_device operationsBjorn Andersson2016-09-081-0/+23
* rpmsg: Clean up rpmsg device vs channel namingBjorn Andersson2016-09-081-15/+17
* rpmsg: Make rpmsg_create_ept() take channel_info structBjorn Andersson2016-09-081-1/+14
* rpmsg: rpmsg_send() operations takes rpmsg_endpointBjorn Andersson2016-09-081-30/+40
* rpmsg: Drop prototypes for non-existing functionsBjorn Andersson2016-08-121-2/+0
* rpmsg: align code with open parenthesisAnna, Suman2016-08-121-3/+3
* rpmsg: add helper macro module_rpmsg_driverAndrew F. Davis2016-05-061-0/+12
* rpmsg: add THIS_MODULE to rpmsg_driver in rpmsg coreAndrew F. Davis2016-05-061-1/+5
* rpmsg: make sure inflight messages don't invoke just-removed callbacksOhad Ben-Cohen2012-07-041-0/+3
* rpmsg: avoid premature deallocation of endpointsOhad Ben-Cohen2012-07-041-0/+3
* rpmsg: add virtio-based remote processor messaging busOhad Ben-Cohen2012-02-081-0/+326