summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_core.c
AgeCommit message (Expand)Author
2018-04-25remoteproc: fix crashed parameter logic on stop callArnaud Pouliquen
2018-02-12remoteproc: Pass type of shutdown to subdev removeBjorn Andersson
2018-02-12remoteproc: Rename "load_rsc_table" to "parse_fw"Bjorn Andersson
2018-02-12remoteproc: Add remote processor coredump supportSarangdhar Joshi
2018-01-15remoteproc: Reset table_ptr on stopBjorn Andersson
2018-01-15remoteproc: Move resource table load logic to findBjorn Andersson
2018-01-15remoteproc: Don't handle empty resource tableBjorn Andersson
2018-01-15remoteproc: Merge rproc_ops and rproc_fw_opsBjorn Andersson
2018-01-15remoteproc: Clone rproc_ops in rproc_alloc()Bjorn Andersson
2018-01-15remoteproc: Cache resource table sizeBjorn Andersson
2018-01-15remoteproc: Remove depricated crash completionBjorn Andersson
2017-09-01remoteproc: Introduce rproc handle accessor for childrenBjorn Andersson
2017-08-30remoteproc: Stop subdevices in reverse orderBjorn Andersson
2017-08-24remoteproc: make device_type constBhumika Goyal
2017-07-26remoteproc: Merge __rproc_boot() with rproc_boot()Suman Anna
2017-05-30remoteproc: fix spelling mistake: "Resouce" -> "Resource"Colin Ian King
2017-05-26remoteproc: Modify recovery path to use rproc_{start,stop}()Sarangdhar Joshi
2017-05-26remoteproc: Introduce rproc_{start,stop}() functionsSarangdhar Joshi
2017-02-06remoteproc: Modify the function namesSarangdhar Joshi
2017-02-06remoteproc: Reduce asynchronous request_firmware to auto-boot onlySarangdhar Joshi
2017-01-30remoteproc: Drop firmware_loading_completeSarangdhar Joshi
2017-01-30remoteproc: Move rproc_delete_debug_dir() to rproc_del()Sarangdhar Joshi
2016-12-30Revert "remoteproc: Merge table_ptr and cached_table pointers"Bjorn Andersson
2016-12-30remoteproc: fix vdev reference managementLoic Pallardy
2016-12-09remoteproc: Drop wait in __rproc_boot()Bjorn Andersson
2016-12-09remoteproc: Remove "experimental" warningBjorn Andersson
2016-11-14remoteproc: Merge table_ptr and cached_table pointersBjorn Andersson
2016-11-14remoteproc: Remove custom vdev handler listBjorn Andersson
2016-11-14remoteproc: Update max_notifyid as we allocate vringsBjorn Andersson
2016-11-14remoteproc: Decouple vdev resources and devicesBjorn Andersson
2016-11-14remoteproc: Further extend the vdev life cycleBjorn Andersson
2016-11-14remoteproc: virtio: Anchor vring life cycle in vdevBjorn Andersson
2016-11-14remoteproc: Assign kref to rproc_vdevBjorn Andersson
2016-11-09remoteproc: Introduce subdevicesBjorn Andersson
2016-10-31remoteproc: Add a sysfs interface for firmware and stateMatt Redfearn
2016-10-18remoteproc: Keep local copy of firmware nameMatt Redfearn
2016-10-02remoteproc: Refactor rproc module lockingBjorn Andersson
2016-10-02remoteproc: Split driver and consumer dereferencingBjorn Andersson
2016-10-02remoteproc: Correct resource handling upon boot failureBjorn Andersson
2016-09-19remoteproc: Drop unnecessary NULL checkBjorn Andersson
2016-09-06remoteproc: core: transform struct fw_rsc_vdev_vring reserved field in paLoic PALLARDY
2016-08-18remoteproc: Only update table_ptr if we have a loaded tableBjorn Andersson
2016-08-17remoteproc: Move handling of cached table to boot/shutdownBjorn Andersson
2016-08-17remoteproc: Move vdev handling to boot/shutdownBjorn Andersson
2016-08-17remoteproc: Calculate max_notifyid during loadBjorn Andersson
2016-08-17remoteproc: Introduce auto-boot flagBjorn Andersson
2016-08-12remoteproc: print hex numbers with a leading 0x formatAnna, Suman
2016-08-12remoteproc: align code with open parenthesisAnna, Suman
2016-08-12remoteproc: use variable names for sizeof() operatorAnna, Suman
2016-08-12remoteproc: fix couple of minor typosAnna, Suman