aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-19remoteproc: Add mechanism for custom dump function assignmentSibi Sankar1-0/+38
2018-10-19remoteproc: Introduce custom dump function for each remoteproc segmentSibi Sankar1-7/+11
2018-10-14remoteproc: modify vring allocation to rely on centralized carveout allocatorLoic Pallardy1-29/+32
2018-10-09remoteproc: modify rproc_handle_carveout to support pre-registered regionLoic Pallardy1-0/+30
2018-10-09remoteproc: add helper function to check carveout device addressLoic Pallardy1-0/+47
2018-10-09remoteproc: add helper function to allocate rproc_mem_entry from reserved memoryLoic Pallardy1-0/+37
2018-10-09remoteproc: add alloc ops in rproc_mem_entry structLoic Pallardy1-93/+168
2018-10-09remoteproc: introduce rproc_find_carveout_by_name functionLoic Pallardy1-0/+42
2018-10-09remoteproc: introduce rproc_add_carveout functionLoic Pallardy1-1/+15
2018-10-09remoteproc: add helper function to allocate and init rproc_mem_entry structLoic Pallardy1-16/+49
2018-10-09remoteproc: add name in rproc_mem_entry structLoic Pallardy1-0/+1
2018-10-09remoteproc: add release ops in rproc_mem_entry structLoic Pallardy1-2/+21
2018-10-09remoteproc: add rproc_va_to_pa functionLoic Pallardy1-1/+17
2018-10-09remoteproc: configure IOMMU only if device address requestedLoic Pallardy1-1/+9
2018-07-30remoteproc: replace "%p" with "%pK"Loic Pallardy1-3/+3
2018-07-30remoteproc: Reset table_ptr in rproc_start() failure pathsSuman Anna1-2/+3
2018-06-26remoteproc: Introduce prepare and unprepare for subdevicesBjorn Andersson1-3/+53
2018-06-26remoteproc: rename subdev probe and remove functionsAlex Elder1-4/+4
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-25remoteproc: fix crashed parameter logic on stop callArnaud Pouliquen1-2/+2
2018-02-12remoteproc: 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-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