summaryrefslogtreecommitdiff
path: root/drivers/remoteproc/remoteproc_core.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-26remoteproc: Make client initialize ops in rproc_subdevBjorn Andersson1-11/+7
2018-06-26remoteproc: Make start and stop in subdev optionalBjorn Andersson1-7/+13
2018-06-26remoteproc: Rename subdev functions to start/stopBjorn Andersson1-15/+15
2018-04-26remoteproc: fix crashed parameter logic on stop callArnaud Pouliquen1-2/+2
2018-02-13remoteproc: Pass type of shutdown to subdev removeBjorn Andersson1-9/+9
2018-02-12remoteproc: Rename "load_rsc_table" to "parse_fw"Bjorn Andersson1-3/+3
2018-02-12remoteproc: Add remote processor coredump supportSarangdhar Joshi1-0/+128
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-02remoteproc: Introduce rproc handle accessor for childrenBjorn Andersson1-0/+18
2017-08-31remoteproc: 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-31remoteproc: fix spelling mistake: "Resouce" -> "Resource"Colin Ian King1-1/+1
2017-05-27remoteproc: Modify recovery path to use rproc_{start,stop}()Sarangdhar Joshi1-9/+26
2017-05-27remoteproc: Introduce rproc_{start,stop}() functionsSarangdhar Joshi1-56/+87
2017-02-07remoteproc: Modify the function namesSarangdhar Joshi1-9/+5
2017-02-07remoteproc: Reduce asynchronous request_firmware to auto-boot onlySarangdhar Joshi1-6/+8
2017-01-31remoteproc: Drop firmware_loading_completeSarangdhar Joshi1-11/+11
2017-01-31remoteproc: 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-10remoteproc: Drop wait in __rproc_boot()Bjorn Andersson1-19/+3
2016-12-10remoteproc: Remove "experimental" warningBjorn Andersson1-3/+0
2016-11-15remoteproc: Merge table_ptr and cached_table pointersBjorn Andersson1-16/+10
2016-11-15remoteproc: Remove custom vdev handler listBjorn Andersson1-11/+0
2016-11-15remoteproc: Update max_notifyid as we allocate vringsBjorn Andersson1-10/+5
2016-11-15remoteproc: Decouple vdev resources and devicesBjorn Andersson1-15/+20
2016-11-15remoteproc: Further extend the vdev life cycleBjorn Andersson1-1/+6
2016-11-15remoteproc: virtio: Anchor vring life cycle in vdevBjorn Andersson1-0/+20
2016-11-15remoteproc: Assign kref to rproc_vdevBjorn Andersson1-0/+10
2016-11-10remoteproc: Introduce subdevicesBjorn Andersson1-0/+72
2016-11-01remoteproc: Add a sysfs interface for firmware and stateMatt Redfearn1-0/+3
2016-10-19remoteproc: Keep local copy of firmware nameMatt Redfearn1-15/+16
2016-10-03remoteproc: Refactor rproc module lockingBjorn Andersson1-12/+8
2016-10-03remoteproc: Split driver and consumer dereferencingBjorn Andersson1-3/+18
2016-10-03remoteproc: Correct resource handling upon boot failureBjorn Andersson1-4/+5
2016-09-20remoteproc: 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-18remoteproc: Move handling of cached table to boot/shutdownBjorn Andersson1-37/+18
2016-08-18remoteproc: Move vdev handling to boot/shutdownBjorn Andersson1-22/+15
2016-08-18remoteproc: Calculate max_notifyid during loadBjorn Andersson1-12/+4
2016-08-18remoteproc: Introduce auto-boot flagBjorn Andersson1-1/+27
2016-08-13remoteproc: print hex numbers with a leading 0x formatAnna, Suman1-4/+4