summaryrefslogtreecommitdiff
path: root/include/linux/rpmsg.h
AgeCommit message (Expand)Author
2021-11-10Merge tag 'rpmsg-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds
2021-10-21rpmsg: core: add API to get MTUArnaud Pouliquen
2021-09-13rpmsg: Fix rpmsg_create_ept return when RPMSG config is not definedArnaud Pouliquen
2021-03-17rpmsg: Move RPMSG_ADDR_ANY in user APIArnaud Pouliquen
2020-11-24rpmsg: Make rpmsg_{register|unregister}_device() publicMathieu Poirier
2020-11-24rpmsg: Introduce __rpmsg{16|32|64} typesMathieu Poirier
2018-06-03rpmsg: Switch to SPDX license identifierSuman Anna
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-01-18rpmsg: Introduce "poll" to endpoint opsBjorn Andersson
2016-10-31rpmsg: Provide function stubs for APIBjorn Andersson
2016-10-31rpmsg: Introduce a driver override mechanismBjorn Andersson
2016-09-08rpmsg: Allow callback to return errorsBjorn Andersson
2016-09-08rpmsg: Move virtio specifics from public headerBjorn Andersson
2016-09-08rpmsg: virtio: Hide vrp pointer from the public APIBjorn Andersson
2016-09-08rpmsg: Hide rpmsg indirection tablesBjorn Andersson
2016-09-08rpmsg: Move endpoint related interface to rpmsg coreBjorn Andersson
2016-09-08rpmsg: Indirection table for rpmsg_endpoint operationsBjorn Andersson
2016-09-08rpmsg: Introduce indirection table for rpmsg_device operationsBjorn Andersson
2016-09-08rpmsg: Clean up rpmsg device vs channel namingBjorn Andersson
2016-09-08rpmsg: Make rpmsg_create_ept() take channel_info structBjorn Andersson
2016-09-08rpmsg: rpmsg_send() operations takes rpmsg_endpointBjorn Andersson
2016-08-12rpmsg: Drop prototypes for non-existing functionsBjorn Andersson
2016-08-12rpmsg: align code with open parenthesisAnna, Suman
2016-05-06rpmsg: add helper macro module_rpmsg_driverAndrew F. Davis
2016-05-06rpmsg: add THIS_MODULE to rpmsg_driver in rpmsg coreAndrew F. Davis
2012-07-04rpmsg: make sure inflight messages don't invoke just-removed callbacksOhad Ben-Cohen
2012-07-04rpmsg: avoid premature deallocation of endpointsOhad Ben-Cohen
2012-02-08rpmsg: add virtio-based remote processor messaging busOhad Ben-Cohen