summaryrefslogtreecommitdiff
path: root/drivers/rpmsg/virtio_rpmsg_bus.c
AgeCommit message (Expand)Author
2023-12-18rpmsg: virtio: Free driver_override when rpmsg_remove()Xiaolei Wang
2023-10-23rpmsg: virtio: Replace deprecated strncpy with strscpy/_padJustin Stitt
2022-04-26rpmsg: virtio: Fix the unregistration of the device rpmsg_ctrlArnaud Pouliquen
2022-04-26rpmsg: virtio: Fix possible double free in rpmsg_virtio_add_ctrl_dev()Hangyu Hua
2022-04-26rpmsg: virtio: Fix possible double free in rpmsg_probe()Hangyu Hua
2022-03-13rpmsg: Update rpmsg_chrdev_register_device functionArnaud Pouliquen
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin
2021-11-18rpmsg: Fix documentation return formattingArnaud Pouliquen
2021-11-10Merge tag 'rpmsg-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds
2021-10-21rpmsg: core: add API to get MTUArnaud Pouliquen
2021-10-08rpmsg: virtio_rpmsg_bus: use dev_warn_ratelimited for msg with no recipientAlexandru Ardelean
2021-10-08rpmsg: virtio: Remove unused including <linux/of_device.h>Cai Huoqing
2021-03-17rpmsg: virtio: Register the rpmsg_char deviceArnaud Pouliquen
2020-11-24rpmsg: Turn name service into a stand alone driverArnaud Pouliquen
2020-11-24rpmsg: virtio: Add rpmsg channel device opsArnaud Pouliquen
2020-11-24rpmsg: virtio: Rename rpmsg_create_channelArnaud Pouliquen
2020-11-24rpmsg: Move structure rpmsg_ns_msg to header fileMathieu Poirier
2020-11-24rpmsg: virtio: Move from virtio to rpmsg byte conversionMathieu Poirier
2020-09-15rpmsg: virtio: fix compilation warning for virtio_rpmsg_channel descriptionArnaud Pouliquen
2020-07-21rpmsg: virtio: add endianness conversionsGuennadi Liakhovetski
2020-05-12rpmsg: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2019-08-27rpmsg: virtio_rpmsg_bus: replace "%p" with "%pK"Suman Anna
2019-02-20rpmsg: virtio: change header file sort styleLoic Pallardy
2019-02-20rpmsg: virtio: allocate buffer from parentLoic Pallardy
2018-06-03rpmsg: virtio_rpmsg_bus: Switch to SPDX license identifierSuman Anna
2017-08-24rpmsg: virtio_rpmsg_bus: fix sg_set_buf() when addr is not a valid kernel add...Loic Pallardy
2017-08-24rpmsg: virtio_rpmsg: set rpmsg_buf_size customizableLoic Pallardy
2017-07-26rpmsg: virtio_rpmsg_bus: fix export of rpmsg_send_offchannel_raw()Suman Anna
2017-06-25rpmsg: virtio_rpmsg_bus: cleanup multiple assignment to opsHenri Roosen
2017-06-25rpmsg: virtio_rpmsg_bus: fix nameservice addressHenri Roosen
2017-06-25rpmsg: virtio_rpmsg_bus: fix announce for devices without endpointHenri Roosen
2017-05-17rpmsg: Release rpmsg devices in backendsBjorn Andersson
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig
2016-09-08rpmsg: Allow callback to return errorsBjorn Andersson
2016-09-08rpmsg: Move virtio specifics from public headerBjorn Andersson
2016-09-08rpmsg: virtio: Hide vrp pointer from the public APIBjorn Andersson
2016-09-08rpmsg: Split rpmsg core and virtio backendBjorn Andersson
2016-09-08rpmsg: Split off generic tail of create_channel()Bjorn Andersson
2016-09-08rpmsg: Move helper for finding rpmsg devices to coreBjorn Andersson
2016-09-08rpmsg: Move endpoint related interface to rpmsg coreBjorn Andersson
2016-09-08rpmsg: Indirection table for rpmsg_endpoint operationsBjorn Andersson
2016-09-08rpmsg: Move rpmsg_device API to new fileBjorn Andersson
2016-09-08rpmsg: Introduce indirection table for rpmsg_device operationsBjorn Andersson
2016-09-08rpmsg: Clean up rpmsg device vs channel namingBjorn Andersson
2016-09-08rpmsg: Make rpmsg_create_ept() take channel_info structBjorn Andersson
2016-09-08rpmsg: rpmsg_send() operations takes rpmsg_endpointBjorn Andersson
2016-09-08rpmsg: Name rpmsg devices based on channel idBjorn Andersson
2016-09-08rpmsg: Enable matching devices with drivers based on DTBjorn Andersson