summaryrefslogtreecommitdiff
path: root/drivers/remoteproc/remoteproc_core.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-13remoteproc: align code with open parenthesisAnna, Suman1-14/+13
2016-08-13remoteproc: use variable names for sizeof() operatorAnna, Suman1-2/+2
2016-08-13remoteproc: fix couple of minor typosAnna, Suman1-1/+1
2016-08-13remoteproc: 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-13remoteproc: Add additional crash reasonsBjorn Andersson1-0/+2
2016-05-13remoteproc: 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-30remoteproc: 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