summaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rpmsg-v4.10' of git://github.com/andersson/remoteprocLinus Torvalds2016-12-132-28/+63
|\
| * rpmsg: qcom_smd: Correct return value for O_NONBLOCKBjorn Andersson2016-12-081-1/+1
| * rpmsg: Handle invalid parameters in public APIBjorn Andersson2016-10-311-2/+37
| * rpmsg: Support drivers without primary endpointBjorn Andersson2016-10-311-14/+18
| * rpmsg: Introduce a driver override mechanismBjorn Andersson2016-10-311-0/+3
| * rpmsg: smd: Reduce restrictions when finding channelBjorn Andersson2016-10-311-11/+4
* | rpmsg: smd: Expose edge registration functionsBjorn Andersson2016-11-141-0/+1
|/
* rpmsg: smd: fix dependency on QCOM_SMD=nArnd Bergmann2016-09-121-1/+1
* rpmsg: Introduce Qualcomm SMD backendBjorn Andersson2016-09-083-0/+1445
* rpmsg: Allow callback to return errorsBjorn Andersson2016-09-081-4/+6
* rpmsg: Move virtio specifics from public headerBjorn Andersson2016-09-081-0/+52
* rpmsg: virtio: Hide vrp pointer from the public APIBjorn Andersson2016-09-081-8/+35
* rpmsg: Hide rpmsg indirection tablesBjorn Andersson2016-09-082-0/+50
* rpmsg: Split rpmsg core and virtio backendBjorn Andersson2016-09-083-223/+237
* rpmsg: Split off generic tail of create_channel()Bjorn Andersson2016-09-081-3/+15
* rpmsg: Move helper for finding rpmsg devices to coreBjorn Andersson2016-09-083-25/+68
* rpmsg: Move endpoint related interface to rpmsg coreBjorn Andersson2016-09-082-13/+160
* rpmsg: Indirection table for rpmsg_endpoint operationsBjorn Andersson2016-09-081-3/+82
* rpmsg: Move rpmsg_device API to new fileBjorn Andersson2016-09-084-49/+77
* rpmsg: Introduce indirection table for rpmsg_device operationsBjorn Andersson2016-09-081-6/+42
* rpmsg: Clean up rpmsg device vs channel namingBjorn Andersson2016-09-081-21/+21
* rpmsg: Make rpmsg_create_ept() take channel_info structBjorn Andersson2016-09-081-16/+10
* rpmsg: rpmsg_send() operations takes rpmsg_endpointBjorn Andersson2016-09-081-3/+3
* rpmsg: Name rpmsg devices based on channel idBjorn Andersson2016-09-081-10/+2
* rpmsg: Enable matching devices with drivers based on DTBjorn Andersson2016-09-081-4/+6
* rpmsg: use dynamic_hex_dump for hex dump tracesAnna, Suman2016-08-121-6/+12
* rpmsg: align code with open parenthesisAnna, Suman2016-08-121-21/+19
* rpmsg: use proper format-specifier for printing dma_addr_tAnna, Suman2016-08-121-2/+2
* rpmsg: remove pointless OOM printsAnna, Suman2016-08-121-7/+3
* rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colonLee Jones2016-08-121-1/+1
* rpmsg: remove unneeded conversions to boolAndrew F. Davis2016-08-101-1/+1
* rpmsg: add THIS_MODULE to rpmsg_driver in rpmsg coreAndrew F. Davis2016-05-061-3/+5
* virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi2016-01-121-1/+1
* virtio_rpmsg: set DRIVER_OK before using deviceMichael S. Tsirkin2015-03-131-1/+16
* rpmsg: use less buffers when vrings are smallSuman Anna2014-11-261-14/+30
* Merge tag 'rpmsg-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/...Linus Torvalds2013-05-072-14/+36
|\
| * rpmsg: fix kconfig dependencies for VIRTIOSuman Anna2013-04-211-0/+1
| * rpmsg: process _all_ pending messages in rpmsg_recv_doneRobert Tivy2013-04-151-14/+35
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-021-4/+4
|\ \
| * | virtio_rpmsg_bus: use simplified virtqueue accessors.Rusty Russell2013-03-201-4/+4
| |/
* | drivers/rpmsg/virtio_rpmsg_bus.c: fix error return code in rpmsg_probe()Wei Yongjun2013-04-291-1/+3
|/
* rpmsg: convert to idr_alloc()Tejun Heo2013-02-271-18/+12
* rpmsg: don't use idr_remove_all()Tejun Heo2013-02-271-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-211-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2013-01-291-6/+4
| |\
| * | treewide: Fix typo in various driversMasanari Iida2013-01-091-1/+1
* | | drivers/rpmsg: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-2/+1
| |/ |/|
* | Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
* | virtio: rpmsg: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell2012-12-181-4/+2
|/
* Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-071-1/+0
|\
OpenPOWER on IntegriCloud