summaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg/virtio_rpmsg_bus.c
Commit message (Expand)AuthorAgeFilesLines
* rpmsg: virtio: Register the rpmsg_char deviceArnaud Pouliquen2021-03-171-5/+57
* rpmsg: Turn name service into a stand alone driverArnaud Pouliquen2020-11-241-67/+20
* rpmsg: virtio: Add rpmsg channel device opsArnaud Pouliquen2020-11-241-0/+22
* rpmsg: virtio: Rename rpmsg_create_channelArnaud Pouliquen2020-11-241-3/+3
* rpmsg: Move structure rpmsg_ns_msg to header fileMathieu Poirier2020-11-241-31/+1
* rpmsg: virtio: Move from virtio to rpmsg byte conversionMathieu Poirier2020-11-241-25/+28
* rpmsg: virtio: fix compilation warning for virtio_rpmsg_channel descriptionArnaud Pouliquen2020-09-151-1/+6
* rpmsg: virtio: add endianness conversionsGuennadi Liakhovetski2020-07-211-29/+34
* rpmsg: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-121-1/+1
* rpmsg: virtio_rpmsg_bus: replace "%p" with "%pK"Suman Anna2019-08-271-1/+1
* rpmsg: virtio: change header file sort styleLoic Pallardy2019-02-201-9/+9
* rpmsg: virtio: allocate buffer from parentLoic Pallardy2019-02-201-3/+3
* rpmsg: virtio_rpmsg_bus: Switch to SPDX license identifierSuman Anna2018-06-031-9/+1
* rpmsg: virtio_rpmsg_bus: fix sg_set_buf() when addr is not a valid kernel add...Loic Pallardy2017-08-241-3/+25
* rpmsg: virtio_rpmsg: set rpmsg_buf_size customizableLoic Pallardy2017-08-241-9/+13
* rpmsg: virtio_rpmsg_bus: fix export of rpmsg_send_offchannel_raw()Suman Anna2017-07-261-1/+0
* rpmsg: virtio_rpmsg_bus: cleanup multiple assignment to opsHenri Roosen2017-06-251-3/+0
* 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-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: Split rpmsg core and virtio backendBjorn Andersson2016-09-081-223/+2
* 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-081-25/+4
* rpmsg: Move endpoint related interface to rpmsg coreBjorn Andersson2016-09-081-13/+0
* rpmsg: Indirection table for rpmsg_endpoint operationsBjorn Andersson2016-09-081-3/+82
* rpmsg: Move rpmsg_device API to new fileBjorn Andersson2016-09-081-48/+0
* 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-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
|\ \