aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg/virtio_rpmsg_bus.c
AgeCommit message (Expand)AuthorFilesLines
34 hoursrpmsg: virtio: drop owner assignmentKrzysztof Kozlowski1-1/+0
2023-12-18rpmsg: virtio: Free driver_override when rpmsg_remove()Xiaolei Wang1-0/+1
2023-10-23rpmsg: virtio: Replace deprecated strncpy with strscpy/_padJustin Stitt1-3/+3
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/remo...Linus 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 add...Loic 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
2016-08-12rpmsg: use proper format-specifier for printing dma_addr_tAnna, Suman1-2/+2
2016-08-12rpmsg: remove pointless OOM printsAnna, Suman1-7/+3
2016-08-12rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colonLee Jones1-1/+1
2016-08-10rpmsg: remove unneeded conversions to boolAndrew F. Davis1-1/+1
2016-05-06rpmsg: add THIS_MODULE to rpmsg_driver in rpmsg coreAndrew F. Davis1-3/+5
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi1-1/+1
2015-03-13virtio_rpmsg: set DRIVER_OK before using deviceMichael S. Tsirkin1-1/+16
2014-11-26rpmsg: use less buffers when vrings are smallSuman Anna1-14/+30
2013-05-07Merge tag 'rpmsg-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/...Linus Torvalds1-14/+35
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+4
2013-04-29drivers/rpmsg/virtio_rpmsg_bus.c: fix error return code in rpmsg_probe()Wei Yongjun1-1/+3
2013-04-15rpmsg: process _all_ pending messages in rpmsg_recv_doneRobert Tivy1-14/+35
2013-03-20virtio_rpmsg_bus: use simplified virtqueue accessors.Rusty Russell1-4/+4
2013-02-27rpmsg: convert to idr_alloc()Tejun Heo1-18/+12
2013-02-27rpmsg: don't use idr_remove_all()Tejun Heo1-1/+0
2013-01-29Merge branch 'master' into for-nextJiri Kosina1-6/+4
2013-01-09treewide: Fix typo in various driversMasanari Iida1-1/+1
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-12-18virtio: rpmsg: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell1-4/+2
2012-09-12rpmsg: fix dma_free_coherent dev parameterFernando Guzman Lugo1-3/+3
2012-07-26Merge tag 'remoteproc-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2012-07-17rpmsg: fix dependency on initialization orderFederico Fuga1-1/+1
2012-07-06remoteproc: maintain a generic child device for each rprocOhad Ben-Cohen1-1/+2
2012-07-04rpmsg: make sure inflight messages don't invoke just-removed callbacksOhad Ben-Cohen1-6/+19
2012-07-04rpmsg: avoid premature deallocation of endpointsOhad Ben-Cohen1-2/+34
2012-03-04rpmsg: fix build warning when dma_addr_t is 64-bitMark Asselstine1-2/+2
2012-02-28rpmsg: fix published buffer length in rpmsg_recv_doneOhad Ben-Cohen1-1/+2
2012-02-28rpmsg: validate incoming message length before propagatingOhad Ben-Cohen1-0/+10
2012-02-28rpmsg: fix name service endpoint leakOhad Ben-Cohen1-6/+23
2012-02-22rpmsg: rename virtqueue_add_buf_gfp to virtqueue_add_bufAxel Lin1-4/+4
2012-02-08rpmsg: add virtio-based remote processor messaging busOhad Ben-Cohen1-0/+1026