summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_core.c
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: Fix an error code in devm_rproc_alloc()Dan Carpenter2020-05-201-1/+1
* remoteproc: Add support for runtime PMPaul Cercueil2020-05-181-1/+16
* remoteproc: Fix and restore the parenting hierarchy for vdevSuman Anna2020-05-121-1/+1
* remoteproc: core: Prevent system suspend during remoteproc recoveryRishabh Bhatnagar2020-05-121-0/+5
* remoteproc: Add prepare and unprepare opsLoic Pallardy2020-04-221-1/+14
* remoteproc: remove rproc_elf32_sanity_checkClement Leger2020-04-221-2/+1
* remoteproc: Add device-managed variants of rproc_alloc/rproc_addPaul Cercueil2020-04-201-0/+67
* remoteproc: Use a local copy for the name fieldSuman Anna2020-04-201-1/+5
* remoteproc: Get rid of tedious error pathMathieu Poirier2020-04-201-12/+9
* remoteproc: Split rproc_ops allocation from rproc_alloc()Mathieu Poirier2020-04-201-12/+21
* remoteproc: Restructure firmware name allocationMathieu Poirier2020-04-201-7/+7
* remoteproc: Use kstrdup_const() rather than kstrdup()Mathieu Poirier2020-04-201-4/+4
* remoteproc: add rproc_coredump_set_elf_infoClement Leger2020-04-191-2/+30
* remoteproc: Simplify default name allocationMathieu Poirier2020-04-191-12/+7
* remoteproc: Split firmware name allocation from rproc_alloc()Mathieu Poirier2020-04-191-27/+39
* remoteproc: Fix IDR initialisation in rproc_alloc()Alex Elder2020-04-191-2/+1
* remoteproc: Introduce "panic" callback in opsBjorn Andersson2020-03-251-0/+43
* remoteproc: Traverse rproc_list under RCU read lockBjorn Andersson2020-03-251-5/+9
* remoteproc: re-check state in rproc_trigger_recovery()Alex Elder2020-03-251-2/+6
* remoteproc: Adapt coredump to generate correct elf typeClement Leger2020-03-251-32/+35
* remoteproc: Allow overriding only sanity_checkClement Leger2020-03-251-1/+2
* remoteproc: Rename rproc_elf_sanity_check for elf32Clement Leger2020-03-251-1/+1
* remoteproc: Use size_t instead of int for rproc_mem_entry lenClement Leger2020-03-251-6/+8
* remoteproc: Use size_t type for len in da_to_vaClement Leger2020-03-251-1/+1
* remoteproc: fix kernel-doc warningsArnaud Pouliquen2020-03-251-2/+8
* remoteproc: use struct_size() helperGustavo A. R. Silva2020-01-201-2/+2
* remoteproc: Initialize rproc_class before useBrandon Maier2020-01-201-1/+1
* remoteproc: Fix wrong rvring index computationClement Leger2019-11-111-1/+1
* remoteproc: fix argument 2 of rproc_mem_entry_initBen Dooks (Codethink)2019-11-081-2/+3
* remoteproc: remove useless typedefClement Leger2019-10-041-2/+0
* Merge tag 'rproc-v5.3' of git://github.com/andersson/remoteprocLinus Torvalds2019-07-171-0/+15
|\
| * remoteproc: copy parent dma_pfn_offset for vdevClement Leger2019-07-011-0/+1
| * remoteproc: add vendor resources handlingClement Leger2019-06-291-0/+14
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
|/
* remoteproc: fix rproc_check_carveout_da() returned error and commentsLoic Pallardy2019-02-201-10/+12
* remoteproc: fix trace buffer va initializationLoic Pallardy2019-02-201-20/+15
* remoteproc: fix rproc_alloc_carveout() for rproc with iommu domainLoic Pallardy2019-02-201-10/+16
* remoteproc: add warning on resource table castLoic Pallardy2019-02-201-2/+14
* remoteproc: fix rproc_alloc_carveout() bad variable castLoic Pallardy2019-02-201-1/+1
* remoteproc: fix rproc_da_to_va in case of unallocated carveoutLoic Pallardy2019-02-201-0/+4
* remoteproc: correct rproc_mem_entry_init() commentsLoic Pallardy2019-02-201-1/+2
* remoteproc: fix recovery procedureLoic Pallardy2019-02-201-1/+4
* remoteproc: create vdev subdevice with specific dma memory poolLoic Pallardy2019-02-201-3/+44
* remoteproc: Add mechanism for custom dump function assignmentSibi Sankar2018-10-191-0/+38
* remoteproc: Introduce custom dump function for each remoteproc segmentSibi Sankar2018-10-191-7/+11
* remoteproc: modify vring allocation to rely on centralized carveout allocatorLoic Pallardy2018-10-141-29/+32
* remoteproc: modify rproc_handle_carveout to support pre-registered regionLoic Pallardy2018-10-091-0/+30
* remoteproc: add helper function to check carveout device addressLoic Pallardy2018-10-091-0/+47
* remoteproc: add helper function to allocate rproc_mem_entry from reserved memoryLoic Pallardy2018-10-091-0/+37
* remoteproc: add alloc ops in rproc_mem_entry structLoic Pallardy2018-10-091-93/+168