aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-20remoteproc: use struct_size() helperGustavo A. R. Silva1-2/+2
2020-01-20remoteproc: Initialize rproc_class before useBrandon Maier1-1/+1
2019-11-11remoteproc: Fix wrong rvring index computationClement Leger1-1/+1
2019-11-08remoteproc: fix argument 2 of rproc_mem_entry_initBen Dooks (Codethink)1-2/+3
2019-10-04remoteproc: remove useless typedefClement Leger1-2/+0
2019-07-17Merge tag 'rproc-v5.3' of git://github.com/andersson/remoteprocLinus Torvalds1-0/+15
2019-07-01remoteproc: copy parent dma_pfn_offset for vdevClement Leger1-0/+1
2019-06-29remoteproc: add vendor resources handlingClement Leger1-0/+14
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-02-20remoteproc: fix rproc_check_carveout_da() returned error and commentsLoic Pallardy1-10/+12
2019-02-20remoteproc: fix trace buffer va initializationLoic Pallardy1-20/+15
2019-02-20remoteproc: fix rproc_alloc_carveout() for rproc with iommu domainLoic Pallardy1-10/+16
2019-02-20remoteproc: add warning on resource table castLoic Pallardy1-2/+14
2019-02-20remoteproc: fix rproc_alloc_carveout() bad variable castLoic Pallardy1-1/+1
2019-02-20remoteproc: fix rproc_da_to_va in case of unallocated carveoutLoic Pallardy1-0/+4
2019-02-20remoteproc: correct rproc_mem_entry_init() commentsLoic Pallardy1-1/+2
2019-02-20remoteproc: fix recovery procedureLoic Pallardy1-1/+4
2019-02-20remoteproc: create vdev subdevice with specific dma memory poolLoic Pallardy1-3/+44
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