aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-06remoteproc: Modify the function namesSarangdhar Joshi1-9/+5
2017-02-06remoteproc: Reduce asynchronous request_firmware to auto-boot onlySarangdhar Joshi1-6/+8
2017-01-30remoteproc: Drop firmware_loading_completeSarangdhar Joshi1-11/+11
2017-01-30remoteproc: Move rproc_delete_debug_dir() to rproc_del()Sarangdhar Joshi1-2/+2
2016-12-30Revert "remoteproc: Merge table_ptr and cached_table pointers"Bjorn Andersson1-10/+16
2016-12-30remoteproc: fix vdev reference managementLoic Pallardy1-3/+0
2016-12-09remoteproc: Drop wait in __rproc_boot()Bjorn Andersson1-19/+3
2016-12-09remoteproc: Remove "experimental" warningBjorn Andersson1-3/+0
2016-11-14remoteproc: Merge table_ptr and cached_table pointersBjorn Andersson1-16/+10
2016-11-14remoteproc: Remove custom vdev handler listBjorn Andersson1-11/+0
2016-11-14remoteproc: Update max_notifyid as we allocate vringsBjorn Andersson1-10/+5
2016-11-14remoteproc: Decouple vdev resources and devicesBjorn Andersson1-15/+20
2016-11-14remoteproc: Further extend the vdev life cycleBjorn Andersson1-1/+6
2016-11-14remoteproc: virtio: Anchor vring life cycle in vdevBjorn Andersson1-0/+20
2016-11-14remoteproc: Assign kref to rproc_vdevBjorn Andersson1-0/+10
2016-11-09remoteproc: Introduce subdevicesBjorn Andersson1-0/+72
2016-10-31remoteproc: Add a sysfs interface for firmware and stateMatt Redfearn1-0/+3
2016-10-18remoteproc: Keep local copy of firmware nameMatt Redfearn1-15/+16
2016-10-02remoteproc: Refactor rproc module lockingBjorn Andersson1-12/+8
2016-10-02remoteproc: Split driver and consumer dereferencingBjorn Andersson1-3/+18
2016-10-02remoteproc: Correct resource handling upon boot failureBjorn Andersson1-4/+5
2016-09-19remoteproc: Drop unnecessary NULL checkBjorn Andersson1-7/+0
2016-09-06remoteproc: core: transform struct fw_rsc_vdev_vring reserved field in paLoic PALLARDY1-6/+0
2016-08-18remoteproc: Only update table_ptr if we have a loaded tableBjorn Andersson1-10/+6
2016-08-17remoteproc: Move handling of cached table to boot/shutdownBjorn Andersson1-37/+18
2016-08-17remoteproc: Move vdev handling to boot/shutdownBjorn Andersson1-22/+15
2016-08-17remoteproc: Calculate max_notifyid during loadBjorn Andersson1-12/+4
2016-08-17remoteproc: Introduce auto-boot flagBjorn Andersson1-1/+27
2016-08-12remoteproc: print hex numbers with a leading 0x formatAnna, Suman1-4/+4
2016-08-12remoteproc: align code with open parenthesisAnna, Suman1-14/+13
2016-08-12remoteproc: use variable names for sizeof() operatorAnna, Suman1-2/+2
2016-08-12remoteproc: fix couple of minor typosAnna, Suman1-1/+1
2016-08-12remoteproc: use proper format-specifier for printing dma_addr_tAnna, Suman1-6/+6
2016-08-10remoteproc: core: Remove pointless OOM printLee Jones1-1/+0
2016-08-10remoteproc: core: Trivial: Improve error checking, spelling and debug printsLee Jones1-6/+6
2016-08-10remoteproc: core: Ensure error message is clearLee Jones1-2/+3
2016-06-14remoteproc: Fix potential race condition in rproc_addDave Gerlach1-6/+9
2016-05-12remoteproc: Add additional crash reasonsBjorn Andersson1-0/+2
2016-05-12remoteproc: core: Make the loaded resource table optionalBjorn Andersson1-6/+2
2016-05-06remoteproc: core: Task sync during rproc_fw_boot()Lee Jones1-2/+27
2016-01-29remoteproc: report error if resource table doesn't existStefan Agner1-1/+3
2015-11-26remoteproc: fix memory leak of remoteproc ida cache layersSuman Anna1-0/+2
2015-06-18remoteproc: fix !CONFIG_OF build breakageOhad Ben-Cohen1-0/+7
2015-06-17remoteproc: add a rproc ops for performing address translationSuman Anna1-6/+25
2015-06-16remoteproc: introduce rproc_get_by_phandle APIDave Gerlach1-0/+50
2015-05-02remoteproc: fix various checkpatch warningsSuman Anna1-18/+9
2015-03-12remoteproc: add IOMMU hardware capability flagSuman Anna1-13/+2
2013-07-01remoteproc: Cocci spatch "memdup.spatch"Thomas Meyer1-2/+1
2013-07-01remoteproc: free carveout memories only after unmapping themSuman Anna1-7/+7
2013-06-30remoteproc: fix error return code in rproc_fw_boot()Wei Yongjun1-3/+4