summaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg/virtio_rpmsg_bus.c
Commit message (Expand)AuthorAgeFilesLines
* rpmsg: virtio: drop owner assignmentKrzysztof Kozlowski2024-05-221-1/+0
* rpmsg: virtio: Free driver_override when rpmsg_remove()Xiaolei Wang2023-12-181-0/+1
* rpmsg: virtio: Replace deprecated strncpy with strscpy/_padJustin Stitt2023-10-231-3/+3
* rpmsg: virtio: Fix the unregistration of the device rpmsg_ctrlArnaud Pouliquen2022-04-261-1/+1
* rpmsg: virtio: Fix possible double free in rpmsg_virtio_add_ctrl_dev()Hangyu Hua2022-04-261-1/+1
* rpmsg: virtio: Fix possible double free in rpmsg_probe()Hangyu Hua2022-04-261-3/+2
* rpmsg: Update rpmsg_chrdev_register_device functionArnaud Pouliquen2022-03-131-1/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-1/+1
|\
| * virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-1/+1
* | rpmsg: Fix documentation return formattingArnaud Pouliquen2021-11-181-1/+1
|/
* Merge tag 'rpmsg-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds2021-11-101-2/+1
|\
| * rpmsg: virtio_rpmsg_bus: use dev_warn_ratelimited for msg with no recipientAlexandru Ardelean2021-10-081-1/+1
| * rpmsg: virtio: Remove unused including <linux/of_device.h>Cai Huoqing2021-10-081-1/+0
* | rpmsg: core: add API to get MTUArnaud Pouliquen2021-10-211-0/+10
|/
* 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