aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-20remoteproc: Fix an error code in devm_rproc_alloc()Dan Carpenter1-1/+1
2020-05-18remoteproc: Add support for runtime PMPaul Cercueil1-1/+16
2020-05-12remoteproc: Fix and restore the parenting hierarchy for vdevSuman Anna1-1/+1
2020-05-12remoteproc: core: Prevent system suspend during remoteproc recoveryRishabh Bhatnagar1-0/+5
2020-04-22remoteproc: Add prepare and unprepare opsLoic Pallardy1-1/+14
2020-04-22remoteproc: remove rproc_elf32_sanity_checkClement Leger1-2/+1
2020-04-20remoteproc: Add device-managed variants of rproc_alloc/rproc_addPaul Cercueil1-0/+67
2020-04-20remoteproc: Use a local copy for the name fieldSuman Anna1-1/+5
2020-04-20remoteproc: Get rid of tedious error pathMathieu Poirier1-12/+9
2020-04-20remoteproc: Split rproc_ops allocation from rproc_alloc()Mathieu Poirier1-12/+21
2020-04-20remoteproc: Restructure firmware name allocationMathieu Poirier1-7/+7
2020-04-20remoteproc: Use kstrdup_const() rather than kstrdup()Mathieu Poirier1-4/+4
2020-04-19remoteproc: add rproc_coredump_set_elf_infoClement Leger1-2/+30
2020-04-19remoteproc: Simplify default name allocationMathieu Poirier1-12/+7
2020-04-19remoteproc: Split firmware name allocation from rproc_alloc()Mathieu Poirier1-27/+39
2020-04-19remoteproc: Fix IDR initialisation in rproc_alloc()Alex Elder1-2/+1
2020-03-25remoteproc: Introduce "panic" callback in opsBjorn Andersson1-0/+43
2020-03-25remoteproc: Traverse rproc_list under RCU read lockBjorn Andersson1-5/+9
2020-03-25remoteproc: re-check state in rproc_trigger_recovery()Alex Elder1-2/+6
2020-03-25remoteproc: Adapt coredump to generate correct elf typeClement Leger1-32/+35
2020-03-25remoteproc: Allow overriding only sanity_checkClement Leger1-1/+2
2020-03-25remoteproc: Rename rproc_elf_sanity_check for elf32Clement Leger1-1/+1
2020-03-25remoteproc: Use size_t instead of int for rproc_mem_entry lenClement Leger1-6/+8
2020-03-25remoteproc: Use size_t type for len in da_to_vaClement Leger1-1/+1
2020-03-25remoteproc: fix kernel-doc warningsArnaud Pouliquen1-2/+8
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