summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * remoteproc: code cleanup of resource parsingSjur Brændeland2013-04-051-40/+12
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-1/+1
|\ \
| * | treewide: Fix typo in printk and commentsMasanari Iida2013-04-241-1/+1
| |/
* | remoteproc: fix error path of handle_vdevSjur Brændeland2013-04-051-1/+3
* | remoteproc: fix the error check for idr_allocSuman Anna2013-04-051-1/+1
|/
* remoteproc: convert to idr_alloc()Tejun Heo2013-02-271-7/+3
* remoteproc: don't use idr_remove_all()Tejun Heo2013-02-271-1/+0
* remoteproc: Fix use of format specifyerEmil Goode2012-10-021-4/+6
* remoteproc: fix a potential NULL-dereference on cleanupDan Carpenter2012-10-021-11/+11
* remtoteproc: maintain max notifyidSjur Brændeland2012-09-181-0/+15
* remoteproc: create a 'recovery' debugfs entryFernando Guzman Lugo2012-09-181-1/+2
* remoteproc: add actual recovery implementationFernando Guzman Lugo2012-09-181-22/+62
OpenPOWER on IntegriCloud