summaryrefslogtreecommitdiff
path: root/drivers/rpmsg/virtio_rpmsg_bus.c
AgeCommit message (Expand)Author
2020-02-12rpmsg: virtio rpmsg: compilation error and warningsIgor Opaniuk
2020-02-12rpmsg: virtio rpmsg: Add RPMsg char driver supportIgor Opaniuk
2019-02-21MLK-20940-2 rpmsg: adjust the order of rpmsg initializationClark Wang
2019-02-12MLK-20653 rpmsg: virtio_rpmsg_bus: fix unexpected huge vmap mappingsFugang Duan
2019-02-12MLK-18113: rpmsg: virtio_rpmsg_bus: fix rpmsg_probe() for virtio-mmio transportAnup Patel
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
2016-08-12rpmsg: use dynamic_hex_dump for hex dump tracesAnna, Suman
2016-08-12rpmsg: align code with open parenthesisAnna, Suman
2016-08-12rpmsg: use proper format-specifier for printing dma_addr_tAnna, Suman
2016-08-12rpmsg: remove pointless OOM printsAnna, Suman
2016-08-12rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colonLee Jones
2016-08-10rpmsg: remove unneeded conversions to boolAndrew F. Davis
2016-05-06rpmsg: add THIS_MODULE to rpmsg_driver in rpmsg coreAndrew F. Davis
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi
2015-03-13virtio_rpmsg: set DRIVER_OK before using deviceMichael S. Tsirkin
2014-11-26rpmsg: use less buffers when vrings are smallSuman Anna
2013-05-07Merge tag 'rpmsg-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/...Linus Torvalds
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-04-29drivers/rpmsg/virtio_rpmsg_bus.c: fix error return code in rpmsg_probe()Wei Yongjun
2013-04-15rpmsg: process _all_ pending messages in rpmsg_recv_doneRobert Tivy
2013-03-20virtio_rpmsg_bus: use simplified virtqueue accessors.Rusty Russell
2013-02-27rpmsg: convert to idr_alloc()Tejun Heo
2013-02-27rpmsg: don't use idr_remove_all()Tejun Heo
2013-01-29Merge branch 'master' into for-nextJiri Kosina
2013-01-09treewide: Fix typo in various driversMasanari Iida
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman
2012-12-18virtio: rpmsg: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell