aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg/virtio_rpmsg_bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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/rpmsgLinus Torvalds1-14/+35
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus 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