aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc/remoteproc_core.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12remoteproc: Pass type of shutdown to subdev removeGravatar Bjorn Andersson 1-9/+9
2018-02-12remoteproc: Rename "load_rsc_table" to "parse_fw"Gravatar Bjorn Andersson 1-3/+3
2018-02-12remoteproc: Add remote processor coredump supportGravatar Sarangdhar Joshi 1-0/+128
2018-01-15remoteproc: Reset table_ptr on stopGravatar Bjorn Andersson 1-0/+3
2018-01-15remoteproc: Move resource table load logic to findGravatar Bjorn Andersson 1-25/+7
2018-01-15remoteproc: Don't handle empty resource tableGravatar Bjorn Andersson 1-0/+3
2018-01-15remoteproc: Merge rproc_ops and rproc_fw_opsGravatar Bjorn Andersson 1-2/+8
2018-01-15remoteproc: Clone rproc_ops in rproc_alloc()Gravatar Bjorn Andersson 1-1/+8
2018-01-15remoteproc: Cache resource table sizeGravatar Bjorn Andersson 1-13/+7
2018-01-15remoteproc: Remove depricated crash completionGravatar Bjorn Andersson 1-10/+0
2017-09-01remoteproc: Introduce rproc handle accessor for childrenGravatar Bjorn Andersson 1-0/+18
2017-08-30remoteproc: Stop subdevices in reverse orderGravatar Bjorn Andersson 1-1/+1
2017-08-24remoteproc: make device_type constGravatar Bhumika Goyal 1-1/+1
2017-07-26remoteproc: Merge __rproc_boot() with rproc_boot()Gravatar Suman Anna 1-11/+2
2017-05-30remoteproc: fix spelling mistake: "Resouce" -> "Resource"Gravatar Colin Ian King 1-1/+1
2017-05-26remoteproc: Modify recovery path to use rproc_{start,stop}()Gravatar Sarangdhar Joshi 1-9/+26
2017-05-26remoteproc: Introduce rproc_{start,stop}() functionsGravatar Sarangdhar Joshi 1-56/+87
2017-02-06remoteproc: Modify the function namesGravatar Sarangdhar Joshi 1-9/+5
2017-02-06remoteproc: Reduce asynchronous request_firmware to auto-boot onlyGravatar Sarangdhar Joshi 1-6/+8
2017-01-30remoteproc: Drop firmware_loading_completeGravatar Sarangdhar Joshi 1-11/+11
2017-01-30remoteproc: Move rproc_delete_debug_dir() to rproc_del()Gravatar Sarangdhar Joshi 1-2/+2
2016-12-30Revert "remoteproc: Merge table_ptr and cached_table pointers"Gravatar Bjorn Andersson 1-10/+16
2016-12-30remoteproc: fix vdev reference managementGravatar Loic Pallardy 1-3/+0
2016-12-09remoteproc: Drop wait in __rproc_boot()Gravatar Bjorn Andersson 1-19/+3
2016-12-09remoteproc: Remove "experimental" warningGravatar Bjorn Andersson 1-3/+0
2016-11-14remoteproc: Merge table_ptr and cached_table pointersGravatar Bjorn Andersson 1-16/+10
2016-11-14remoteproc: Remove custom vdev handler listGravatar Bjorn Andersson 1-11/+0
2016-11-14remoteproc: Update max_notifyid as we allocate vringsGravatar Bjorn Andersson 1-10/+5
2016-11-14remoteproc: Decouple vdev resources and devicesGravatar Bjorn Andersson 1-15/+20
2016-11-14remoteproc: Further extend the vdev life cycleGravatar Bjorn Andersson 1-1/+6
2016-11-14remoteproc: virtio: Anchor vring life cycle in vdevGravatar Bjorn Andersson 1-0/+20
2016-11-14remoteproc: Assign kref to rproc_vdevGravatar Bjorn Andersson 1-0/+10
2016-11-09remoteproc: Introduce subdevicesGravatar Bjorn Andersson 1-0/+72
2016-10-31remoteproc: Add a sysfs interface for firmware and stateGravatar Matt Redfearn 1-0/+3
2016-10-18remoteproc: Keep local copy of firmware nameGravatar Matt Redfearn 1-15/+16
2016-10-02remoteproc: Refactor rproc module lockingGravatar Bjorn Andersson 1-12/+8
2016-10-02remoteproc: Split driver and consumer dereferencingGravatar Bjorn Andersson 1-3/+18
2016-10-02remoteproc: Correct resource handling upon boot failureGravatar Bjorn Andersson 1-4/+5
2016-09-19remoteproc: Drop unnecessary NULL checkGravatar Bjorn Andersson 1-7/+0
2016-09-06remoteproc: core: transform struct fw_rsc_vdev_vring reserved field in paGravatar Loic PALLARDY 1-6/+0
2016-08-18remoteproc: Only update table_ptr if we have a loaded tableGravatar Bjorn Andersson 1-10/+6
2016-08-17remoteproc: Move handling of cached table to boot/shutdownGravatar Bjorn Andersson 1-37/+18
2016-08-17remoteproc: Move vdev handling to boot/shutdownGravatar Bjorn Andersson 1-22/+15
2016-08-17remoteproc: Calculate max_notifyid during loadGravatar Bjorn Andersson 1-12/+4
2016-08-17remoteproc: Introduce auto-boot flagGravatar Bjorn Andersson 1-1/+27
2016-08-12remoteproc: print hex numbers with a leading 0x formatGravatar Anna, Suman 1-4/+4
2016-08-12remoteproc: align code with open parenthesisGravatar Anna, Suman 1-14/+13
2016-08-12remoteproc: use variable names for sizeof() operatorGravatar Anna, Suman 1-2/+2
2016-08-12remoteproc: fix couple of minor typosGravatar Anna, Suman 1-1/+1
2016-08-12remoteproc: use proper format-specifier for printing dma_addr_tGravatar Anna, Suman 1-6/+6