aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc/remoteproc_virtio.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-22remoteproc: virtio: Fix wdg cannot recovery remote processorGravatar Joakim Zhang 1-3/+3
2023-05-09remoteproc: virtio: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2022-10-05remoteproc: virtio: Fix warning on bindings by removing the of_match_tableGravatar Arnaud Pouliquen 1-7/+1
2022-09-21remoteproc: virtio: Create platform device for the remoteproc_virtioGravatar Arnaud Pouliquen 1-71/+72
2022-09-21remoteproc: Move rproc_vdev management to remoteproc_virtio.cGravatar Arnaud Pouliquen 1-2/+152
2022-08-16virtio: Revert "virtio: find_vqs() add arg sizes"Gravatar Michael S. Tsirkin 1-1/+0
2022-08-11virtio: find_vqs() add arg sizesGravatar Xuan Zhuo 1-0/+1
2022-08-11virtio: record the maximum queue num supported by the device.Gravatar Xuan Zhuo 1-0/+2
2022-08-11remoteproc: rename len of rpoc_vring to numGravatar Xuan Zhuo 1-5/+5
2021-10-15remoteproc: Remove vdev_to_rvdev and vdev_to_rproc from remoteproc APIGravatar Arnaud Pouliquen 1-0/+12
2021-05-27remoteproc: Fix various kernel-doc warningsGravatar Suman Anna 1-2/+4
2020-10-06dma-mapping: split <linux/dma-mapping.h>Gravatar Christoph Hellwig 1-1/+1
2020-05-12remoteproc: Fall back to using parent memory pool if no dedicated availableGravatar Tero Kristo 1-0/+12
2020-04-22remoteproc: Add missing '\n' in log messagesGravatar Christophe JAILLET 1-2/+1
2020-03-25remoteproc: Fix NULL pointer dereference in rproc_virtio_notifyGravatar Nikita Shubin 1-0/+7
2020-03-25remoteproc: fix kernel-doc warningsGravatar Arnaud Pouliquen 1-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Gravatar Thomas Gleixner 1-9/+1
2019-03-14Merge tag 'rproc-v5.1' of git://github.com/andersson/remoteprocGravatar Linus Torvalds 1-5/+56
2019-03-12remoteproc: fix for "dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag"Gravatar Stephen Rothwell 1-2/+1
2019-02-20remoteproc: fix recovery procedureGravatar Loic Pallardy 1-4/+16
2019-02-20remoteproc: create vdev subdevice with specific dma memory poolGravatar Loic Pallardy 1-1/+41
2019-01-14virtio: don't allocate vqs when names[i] = NULLGravatar Wei Wang 1-2/+7
2018-11-26virtio_ring: disable packed ring on unsupported transportsGravatar Tiwei Bie 1-0/+13
2018-10-14remoteproc: modify vring allocation to rely on centralized carveout allocatorGravatar Loic Pallardy 1-1/+13
2018-07-30remoteproc: replace "%p" with "%pK"Gravatar Loic Pallardy 1-1/+1
2018-01-02virtio_remoteproc: correct put_device virtio_device.devGravatar weiping zhang 1-1/+1
2017-05-02virtio: add context flag to find vqsGravatar Michael S. Tsirkin 1-4/+6
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsGravatar Christoph Hellwig 1-1/+2
2016-11-14remoteproc: virtio: Anchor vring life cycle in vdevGravatar Bjorn Andersson 1-6/+1
2016-11-14remoteproc: Assign kref to rproc_vdevGravatar Bjorn Andersson 1-4/+6
2016-08-17remoteproc: Introduce auto-boot flagGravatar Bjorn Andersson 1-13/+0
2016-08-12remoteproc: align code with open parenthesisGravatar Anna, Suman 1-5/+5
2016-08-12remoteproc: fix bare unsigned type usageGravatar Anna, Suman 1-6/+6
2016-05-06remoteproc: core: Task sync during rproc_fw_boot()Gravatar Lee Jones 1-1/+1
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyGravatar Stefan Hajnoczi 1-1/+1
2014-12-09virtio: allow finalize_features to failGravatar Michael S. Tsirkin 1-1/+3
2014-12-09virtio: assert 32 bit features in transportsGravatar Michael S. Tsirkin 1-0/+3
2014-12-09virtio: add support for 64 bit features.Gravatar Michael S. Tsirkin 1-1/+1
2014-12-09virtio: use u32, not bitmap for featuresGravatar Michael S. Tsirkin 1-1/+1
2013-10-29virtio_ring: change host notification APIGravatar Heinz Graalfs 1-1/+2
2013-04-07remoteproc: support virtio config space.Gravatar Sjur Brændeland 1-15/+64
2013-02-11virtio: make config_ops constGravatar Stephen Hemminger 1-1/+1
2012-11-29remoteproc: fix error path of ->find_vqsGravatar Ohad Ben-Cohen 1-6/+12
2012-09-28virtio: support reserved vqsGravatar Michael S. Tsirkin 1-0/+3
2012-09-28virtio-ring: move queue_index to vring_virtqueueGravatar Jason Wang 1-1/+1
2012-07-06remoteproc: remove the now-redundant krefGravatar Ohad Ben-Cohen 1-4/+4
2012-07-06remoteproc: maintain a generic child device for each rprocGravatar Ohad Ben-Cohen 1-6/+7
2012-07-04remoteproc: allocate vrings on demand, free when not neededGravatar Ohad Ben-Cohen 1-2/+11
2012-03-06remoteproc: remove the hardcoded vring alignmentGravatar Ohad Ben-Cohen 1-1/+1
2012-03-06remoteproc: remove the single rpmsg vdev limitationGravatar Ohad Ben-Cohen 1-75/+65