summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_core.c
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: Drop wait in __rproc_boot()Bjorn Andersson2016-12-091-19/+3
* remoteproc: Remove "experimental" warningBjorn Andersson2016-12-091-3/+0
* remoteproc: Merge table_ptr and cached_table pointersBjorn Andersson2016-11-141-16/+10
* remoteproc: Remove custom vdev handler listBjorn Andersson2016-11-141-11/+0
* remoteproc: Update max_notifyid as we allocate vringsBjorn Andersson2016-11-141-10/+5
* remoteproc: Decouple vdev resources and devicesBjorn Andersson2016-11-141-15/+20
* remoteproc: Further extend the vdev life cycleBjorn Andersson2016-11-141-1/+6
* remoteproc: virtio: Anchor vring life cycle in vdevBjorn Andersson2016-11-141-0/+20
* remoteproc: Assign kref to rproc_vdevBjorn Andersson2016-11-141-0/+10
* remoteproc: Introduce subdevicesBjorn Andersson2016-11-091-0/+72
* remoteproc: Add a sysfs interface for firmware and stateMatt Redfearn2016-10-311-0/+3
* remoteproc: Keep local copy of firmware nameMatt Redfearn2016-10-181-15/+16
* remoteproc: Refactor rproc module lockingBjorn Andersson2016-10-021-12/+8
* remoteproc: Split driver and consumer dereferencingBjorn Andersson2016-10-021-3/+18
* remoteproc: Correct resource handling upon boot failureBjorn Andersson2016-10-021-4/+5
* remoteproc: Drop unnecessary NULL checkBjorn Andersson2016-09-191-7/+0
* remoteproc: core: transform struct fw_rsc_vdev_vring reserved field in paLoic PALLARDY2016-09-061-6/+0
* remoteproc: Only update table_ptr if we have a loaded tableBjorn Andersson2016-08-181-10/+6
* remoteproc: Move handling of cached table to boot/shutdownBjorn Andersson2016-08-171-37/+18
* remoteproc: Move vdev handling to boot/shutdownBjorn Andersson2016-08-171-22/+15
* remoteproc: Calculate max_notifyid during loadBjorn Andersson2016-08-171-12/+4
* remoteproc: Introduce auto-boot flagBjorn Andersson2016-08-171-1/+27
* remoteproc: print hex numbers with a leading 0x formatAnna, Suman2016-08-121-4/+4
* remoteproc: align code with open parenthesisAnna, Suman2016-08-121-14/+13
* remoteproc: use variable names for sizeof() operatorAnna, Suman2016-08-121-2/+2
* remoteproc: fix couple of minor typosAnna, Suman2016-08-121-1/+1
* remoteproc: use proper format-specifier for printing dma_addr_tAnna, Suman2016-08-121-6/+6
* remoteproc: core: Remove pointless OOM printLee Jones2016-08-101-1/+0
* remoteproc: core: Trivial: Improve error checking, spelling and debug printsLee Jones2016-08-101-6/+6
* remoteproc: core: Ensure error message is clearLee Jones2016-08-101-2/+3
* remoteproc: Fix potential race condition in rproc_addDave Gerlach2016-06-141-6/+9
* remoteproc: Add additional crash reasonsBjorn Andersson2016-05-121-0/+2
* remoteproc: core: Make the loaded resource table optionalBjorn Andersson2016-05-121-6/+2
* remoteproc: core: Task sync during rproc_fw_boot()Lee Jones2016-05-061-2/+27
* remoteproc: report error if resource table doesn't existStefan Agner2016-01-291-1/+3
* remoteproc: fix memory leak of remoteproc ida cache layersSuman Anna2015-11-261-0/+2
* remoteproc: fix !CONFIG_OF build breakageOhad Ben-Cohen2015-06-181-0/+7
* remoteproc: add a rproc ops for performing address translationSuman Anna2015-06-171-6/+25
* remoteproc: introduce rproc_get_by_phandle APIDave Gerlach2015-06-161-0/+50
* remoteproc: fix various checkpatch warningsSuman Anna2015-05-021-18/+9
* remoteproc: add IOMMU hardware capability flagSuman Anna2015-03-121-13/+2
* remoteproc: Cocci spatch "memdup.spatch"Thomas Meyer2013-07-011-2/+1
* remoteproc: free carveout memories only after unmapping themSuman Anna2013-07-011-7/+7
* remoteproc: fix error return code in rproc_fw_boot()Wei Yongjun2013-06-301-3/+4
* Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-071-73/+138
|\
| * remoteproc: support default firmware name in rproc_alloc()Robert Tivy2013-04-071-4/+24
| * remoteproc: set vring addresses in resource tableSjur Brændeland2013-04-071-2/+17
| * remoteproc: support virtio config space.Sjur Brændeland2013-04-071-3/+0
| * remoteproc: perserve resource table dataOhad Ben-Cohen2013-04-071-20/+78
| * remoteproc: calculate max_notifyid by counting vringsSjur Brændeland2013-04-071-15/+18
OpenPOWER on IntegriCloud