summaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg/virtio_rpmsg_bus.c
Commit message (Expand)AuthorAgeFilesLines
* rpmsg: virtio: change header file sort styleLoic Pallardy2019-02-211-9/+9
* rpmsg: virtio: allocate buffer from parentLoic Pallardy2019-02-211-3/+3
* rpmsg: virtio_rpmsg_bus: Switch to SPDX license identifierSuman Anna2018-06-041-9/+1Star
* rpmsg: virtio_rpmsg_bus: fix sg_set_buf() when addr is not a valid kernel add...Loic Pallardy2017-08-251-3/+25
* rpmsg: virtio_rpmsg: set rpmsg_buf_size customizableLoic Pallardy2017-08-251-9/+13
* rpmsg: virtio_rpmsg_bus: fix export of rpmsg_send_offchannel_raw()Suman Anna2017-07-261-1/+0Star
* rpmsg: virtio_rpmsg_bus: cleanup multiple assignment to opsHenri Roosen2017-06-251-3/+0Star
* rpmsg: virtio_rpmsg_bus: fix nameservice addressHenri Roosen2017-06-251-1/+1
* rpmsg: virtio_rpmsg_bus: fix announce for devices without endpointHenri Roosen2017-06-251-2/+2
* rpmsg: Release rpmsg devices in backendsBjorn Andersson2017-05-171-0/+9
* virtio: wrap find_vqsMichael S. Tsirkin2017-05-021-1/+1
* virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-271-1/+1
* rpmsg: Allow callback to return errorsBjorn Andersson2016-09-091-4/+6
* rpmsg: Move virtio specifics from public headerBjorn Andersson2016-09-091-0/+52
* rpmsg: virtio: Hide vrp pointer from the public APIBjorn Andersson2016-09-091-8/+35
* rpmsg: Split rpmsg core and virtio backendBjorn Andersson2016-09-091-223/+2Star
* rpmsg: Split off generic tail of create_channel()Bjorn Andersson2016-09-091-3/+15
* rpmsg: Move helper for finding rpmsg devices to coreBjorn Andersson2016-09-091-25/+4Star
* rpmsg: Move endpoint related interface to rpmsg coreBjorn Andersson2016-09-091-13/+0Star
* rpmsg: Indirection table for rpmsg_endpoint operationsBjorn Andersson2016-09-091-3/+82
* rpmsg: Move rpmsg_device API to new fileBjorn Andersson2016-09-091-48/+0Star
* rpmsg: Introduce indirection table for rpmsg_device operationsBjorn Andersson2016-09-091-6/+42
* rpmsg: Clean up rpmsg device vs channel namingBjorn Andersson2016-09-091-21/+21
* rpmsg: Make rpmsg_create_ept() take channel_info structBjorn Andersson2016-09-091-16/+10Star
* rpmsg: rpmsg_send() operations takes rpmsg_endpointBjorn Andersson2016-09-091-3/+3
* rpmsg: Name rpmsg devices based on channel idBjorn Andersson2016-09-091-10/+2Star
* rpmsg: Enable matching devices with drivers based on DTBjorn Andersson2016-09-091-4/+6
* rpmsg: use dynamic_hex_dump for hex dump tracesAnna, Suman2016-08-131-6/+12
* rpmsg: align code with open parenthesisAnna, Suman2016-08-131-21/+19Star
* rpmsg: use proper format-specifier for printing dma_addr_tAnna, Suman2016-08-131-2/+2
* rpmsg: remove pointless OOM printsAnna, Suman2016-08-131-7/+3Star
* rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colonLee Jones2016-08-131-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-071-14/+35
|\
| * 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-301-1/+3
|/
* rpmsg: convert to idr_alloc()Tejun Heo2013-02-281-18/+12Star
* rpmsg: don't use idr_remove_all()Tejun Heo2013-02-281-1/+0Star
* Merge branch 'master' into for-nextJiri Kosina2013-01-291-6/+4Star
|\
| * Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-2/+2
| * virtio: rpmsg: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell2012-12-181-4/+2Star
* | treewide: Fix typo in various driversMasanari Iida2013-01-091-1/+1
|/
* rpmsg: fix dma_free_coherent dev parameterFernando Guzman Lugo2012-09-121-3/+3
* Merge tag 'remoteproc-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-07-271-1/+2
|\