aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg/virtio_rpmsg_bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-26rpmsg: virtio: Fix the unregistration of the device rpmsg_ctrlArnaud Pouliquen1-1/+1
2022-04-26rpmsg: virtio: Fix possible double free in rpmsg_virtio_add_ctrl_dev()Hangyu Hua1-1/+1
2022-04-26rpmsg: virtio: Fix possible double free in rpmsg_probe()Hangyu Hua1-3/+2
2022-03-13rpmsg: Update rpmsg_chrdev_register_device functionArnaud Pouliquen1-1/+1
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-1/+1
2021-11-18rpmsg: Fix documentation return formattingArnaud Pouliquen1-1/+1
2021-11-10Merge tag 'rpmsg-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linuxLinus Torvalds1-2/+1
2021-10-21rpmsg: core: add API to get MTUArnaud Pouliquen1-0/+10
2021-10-08rpmsg: virtio_rpmsg_bus: use dev_warn_ratelimited for msg with no recipientAlexandru Ardelean1-1/+1
2021-10-08rpmsg: virtio: Remove unused including <linux/of_device.h>Cai Huoqing1-1/+0
2021-03-17rpmsg: virtio: Register the rpmsg_char deviceArnaud Pouliquen1-5/+57
2020-11-24rpmsg: Turn name service into a stand alone driverArnaud Pouliquen1-67/+20
2020-11-24rpmsg: virtio: Add rpmsg channel device opsArnaud Pouliquen1-0/+22
2020-11-24rpmsg: virtio: Rename rpmsg_create_channelArnaud Pouliquen1-3/+3
2020-11-24rpmsg: Move structure rpmsg_ns_msg to header fileMathieu Poirier1-31/+1
2020-11-24rpmsg: virtio: Move from virtio to rpmsg byte conversionMathieu Poirier1-25/+28
2020-09-15rpmsg: virtio: fix compilation warning for virtio_rpmsg_channel descriptionArnaud Pouliquen1-1/+6
2020-07-21rpmsg: virtio: add endianness conversionsGuennadi Liakhovetski1-29/+34
2020-05-12rpmsg: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2019-08-27rpmsg: virtio_rpmsg_bus: replace "%p" with "%pK"Suman Anna1-1/+1
2019-02-20rpmsg: virtio: change header file sort styleLoic Pallardy1-9/+9
2019-02-20rpmsg: virtio: allocate buffer from parentLoic Pallardy1-3/+3
2018-06-03rpmsg: virtio_rpmsg_bus: Switch to SPDX license identifierSuman Anna1-9/+1
2017-08-24rpmsg: virtio_rpmsg_bus: fix sg_set_buf() when addr is not a valid kernel addressLoic Pallardy1-3/+25
2017-08-24rpmsg: virtio_rpmsg: set rpmsg_buf_size customizableLoic Pallardy1-9/+13
2017-07-26rpmsg: virtio_rpmsg_bus: fix export of rpmsg_send_offchannel_raw()Suman Anna1-1/+0
2017-06-25rpmsg: virtio_rpmsg_bus: cleanup multiple assignment to opsHenri Roosen1-3/+0
2017-06-25rpmsg: virtio_rpmsg_bus: fix nameservice addressHenri Roosen1-1/+1
2017-06-25rpmsg: virtio_rpmsg_bus: fix announce for devices without endpointHenri Roosen1-2/+2
2017-05-17rpmsg: Release rpmsg devices in backendsBjorn Andersson1-0/+9
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin1-1/+1
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+1
2016-09-08rpmsg: Allow callback to return errorsBjorn Andersson1-4/+6
2016-09-08rpmsg: Move virtio specifics from public headerBjorn Andersson1-0/+52
2016-09-08rpmsg: virtio: Hide vrp pointer from the public APIBjorn Andersson1-8/+35
2016-09-08rpmsg: Split rpmsg core and virtio backendBjorn Andersson1-223/+2
2016-09-08rpmsg: Split off generic tail of create_channel()Bjorn Andersson1-3/+15
2016-09-08rpmsg: Move helper for finding rpmsg devices to coreBjorn Andersson1-25/+4
2016-09-08rpmsg: Move endpoint related interface to rpmsg coreBjorn Andersson1-13/+0
2016-09-08rpmsg: Indirection table for rpmsg_endpoint operationsBjorn Andersson1-3/+82
2016-09-08rpmsg: Move rpmsg_device API to new fileBjorn Andersson1-48/+0
2016-09-08rpmsg: Introduce indirection table for rpmsg_device operationsBjorn Andersson1-6/+42
2016-09-08rpmsg: Clean up rpmsg device vs channel namingBjorn Andersson1-21/+21
2016-09-08rpmsg: Make rpmsg_create_ept() take channel_info structBjorn Andersson1-16/+10
2016-09-08rpmsg: rpmsg_send() operations takes rpmsg_endpointBjorn Andersson1-3/+3
2016-09-08rpmsg: Name rpmsg devices based on channel idBjorn Andersson1-10/+2
2016-09-08rpmsg: Enable matching devices with drivers based on DTBjorn Andersson1-4/+6
2016-08-12rpmsg: use dynamic_hex_dump for hex dump tracesAnna, Suman1-6/+12
2016-08-12rpmsg: align code with open parenthesisAnna, Suman1-21/+19