aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-15remoteproc: Reset table_ptr on stopBjorn Andersson1-0/+3
2018-01-15remoteproc: Move resource table load logic to findBjorn Andersson1-25/+7
2018-01-15remoteproc: Don't handle empty resource tableBjorn Andersson1-0/+3
2018-01-15remoteproc: Merge rproc_ops and rproc_fw_opsBjorn Andersson1-2/+8
2018-01-15remoteproc: Clone rproc_ops in rproc_alloc()Bjorn Andersson1-1/+8
2018-01-15remoteproc: Cache resource table sizeBjorn Andersson1-13/+7
2018-01-15remoteproc: Remove depricated crash completionBjorn Andersson1-10/+0
2017-09-01remoteproc: Introduce rproc handle accessor for childrenBjorn Andersson1-0/+18
2017-08-30remoteproc: Stop subdevices in reverse orderBjorn Andersson1-1/+1
2017-08-24remoteproc: make device_type constBhumika Goyal1-1/+1
2017-07-26remoteproc: Merge __rproc_boot() with rproc_boot()Suman Anna1-11/+2
2017-05-30remoteproc: fix spelling mistake: "Resouce" -> "Resource"Colin Ian King1-1/+1
2017-05-26remoteproc: Modify recovery path to use rproc_{start,stop}()Sarangdhar Joshi1-9/+26
2017-05-26remoteproc: Introduce rproc_{start,stop}() functionsSarangdhar Joshi1-56/+87
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