summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_core.c
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: Modify the function namesSarangdhar Joshi2017-02-061-9/+5Star
* remoteproc: Reduce asynchronous request_firmware to auto-boot onlySarangdhar Joshi2017-02-061-6/+8
* remoteproc: Drop firmware_loading_completeSarangdhar Joshi2017-01-301-11/+11
* remoteproc: Move rproc_delete_debug_dir() to rproc_del()Sarangdhar Joshi2017-01-301-2/+2
* Revert "remoteproc: Merge table_ptr and cached_table pointers"Bjorn Andersson2016-12-301-10/+16
* remoteproc: fix vdev reference managementLoic Pallardy2016-12-301-3/+0Star
* remoteproc: Drop wait in __rproc_boot()Bjorn Andersson2016-12-101-19/+3Star
* remoteproc: Remove "experimental" warningBjorn Andersson2016-12-101-3/+0Star
* remoteproc: Merge table_ptr and cached_table pointersBjorn Andersson2016-11-151-16/+10Star
* remoteproc: Remove custom vdev handler listBjorn Andersson2016-11-151-11/+0Star
* remoteproc: Update max_notifyid as we allocate vringsBjorn Andersson2016-11-151-10/+5Star
* remoteproc: Decouple vdev resources and devicesBjorn Andersson2016-11-151-15/+20
* remoteproc: Further extend the vdev life cycleBjorn Andersson2016-11-151-1/+6
* remoteproc: virtio: Anchor vring life cycle in vdevBjorn Andersson2016-11-151-0/+20
* remoteproc: Assign kref to rproc_vdevBjorn Andersson2016-11-151-0/+10
* remoteproc: Introduce subdevicesBjorn Andersson2016-11-101-0/+72
* remoteproc: Add a sysfs interface for firmware and stateMatt Redfearn2016-11-011-0/+3
* remoteproc: Keep local copy of firmware nameMatt Redfearn2016-10-191-15/+16
* remoteproc: Refactor rproc module lockingBjorn Andersson2016-10-031-12/+8Star
* remoteproc: Split driver and consumer dereferencingBjorn Andersson2016-10-031-3/+18
* remoteproc: Correct resource handling upon boot failureBjorn Andersson2016-10-031-4/+5
* remoteproc: Drop unnecessary NULL checkBjorn Andersson2016-09-201-7/+0Star
* remoteproc: core: transform struct fw_rsc_vdev_vring reserved field in paLoic PALLARDY2016-09-061-6/+0Star
* remoteproc: Only update table_ptr if we have a loaded tableBjorn Andersson2016-08-181-10/+6Star
* remoteproc: Move handling of cached table to boot/shutdownBjorn Andersson2016-08-181-37/+18Star
* remoteproc: Move vdev handling to boot/shutdownBjorn Andersson2016-08-181-22/+15Star
* remoteproc: Calculate max_notifyid during loadBjorn Andersson2016-08-181-12/+4Star
* remoteproc: Introduce auto-boot flagBjorn Andersson2016-08-181-1/+27
* remoteproc: print hex numbers with a leading 0x formatAnna, Suman2016-08-131-4/+4
* remoteproc: align code with open parenthesisAnna, Suman2016-08-131-14/+13Star
* remoteproc: use variable names for sizeof() operatorAnna, Suman2016-08-131-2/+2
* remoteproc: fix couple of minor typosAnna, Suman2016-08-131-1/+1
* remoteproc: use proper format-specifier for printing dma_addr_tAnna, Suman2016-08-131-6/+6
* remoteproc: core: Remove pointless OOM printLee Jones2016-08-101-1/+0Star
* 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-131-0/+2
* remoteproc: core: Make the loaded resource table optionalBjorn Andersson2016-05-131-6/+2Star
* 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-301-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/+9Star
* remoteproc: add IOMMU hardware capability flagSuman Anna2015-03-121-13/+2Star
* remoteproc: Cocci spatch "memdup.spatch"Thomas Meyer2013-07-011-2/+1Star
* 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