aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/remoteproc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-04remoteproc: Add remoteproc character device interfaceSiddharth Gupta1-0/+5
2020-07-21remoteproc: Add inline coredump functionalityRishabh Bhatnagar1-0/+16
2020-07-21remoteproc: Pass size and offset as arguments to segment dump functionRishabh Bhatnagar1-2/+3
2020-07-17remoteproc: Make function rproc_resource_cleanup() publicMathieu Poirier1-0/+1
2020-07-16remoteproc: Properly handle firmware name when attachingMathieu Poirier1-0/+2
2020-07-16remoteproc: Add new attach() remoteproc operationMathieu Poirier1-0/+2
2020-07-16remoteproc: Add new RPROC_DETACHED stateMathieu Poirier1-1/+4
2020-05-12remoteproc: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-3/+3
2020-04-22remoteproc: Add prepare and unprepare opsLoic Pallardy1-0/+4
2020-04-20remoteproc: Add device-managed variants of rproc_alloc/rproc_addPaul Cercueil1-0/+5
2020-04-20remoteproc: Use kstrdup_const() rather than kstrdup()Mathieu Poirier1-1/+1
2020-04-19remoteproc: add rproc_coredump_set_elf_infoClement Leger1-0/+2
2020-03-25remoteproc: Introduce "panic" callback in opsBjorn Andersson1-0/+3
2020-03-25remoteproc: Adapt coredump to generate correct elf typeClement Leger1-0/+1
2020-03-25remoteproc: Use u64 type for boot_addrClement Leger1-2/+2
2020-03-25remoteproc: Use size_t instead of int for rproc_mem_entry lenClement Leger1-3/+3
2020-03-25remoteproc: Use size_t type for len in da_to_vaClement Leger1-1/+1
2019-06-29remoteproc: add vendor resources handlingClement Leger1-6/+26
2019-02-20remoteproc: fix recovery procedureLoic Pallardy1-2/+1
2019-02-20remoteproc: create vdev subdevice with specific dma memory poolLoic Pallardy1-0/+1
2019-01-06remoteproc: fix kernel-doc comment for parse_fwFabien Dessenne1-2/+2
2018-10-19remoteproc: Add mechanism for custom dump function assignmentSibi Sankar1-0/+6
2018-10-19remoteproc: Introduce custom dump function for each remoteproc segmentSibi Sankar1-0/+6
2018-10-14remoteproc: modify vring allocation to rely on centralized carveout allocatorLoic Pallardy1-2/+4
2018-10-09remoteproc: add helper function to allocate rproc_mem_entry from reserved memoryLoic Pallardy1-0/+6
2018-10-09remoteproc: add alloc ops in rproc_mem_entry structLoic Pallardy1-0/+7
2018-10-09remoteproc: introduce rproc_add_carveout functionLoic Pallardy1-0/+2
2018-10-09remoteproc: add helper function to allocate and init rproc_mem_entry structLoic Pallardy1-0/+6
2018-10-09remoteproc: add name in rproc_mem_entry structLoic Pallardy1-0/+2
2018-10-09remoteproc: add release ops in rproc_mem_entry structLoic Pallardy1-1/+4
2018-10-05remoteproc: Add missing kernel-doc comment for auto-bootSuman Anna1-0/+1
2018-06-26remoteproc: Introduce prepare and unprepare for subdevicesBjorn Andersson1-0/+4
2018-06-26remoteproc: Make client initialize ops in rproc_subdevBjorn Andersson1-4/+1
2018-06-26remoteproc: Rename subdev functions to start/stopBjorn Andersson1-7/+7
2018-04-25remoteproc: fix crashed parameter logic on stop callArnaud Pouliquen1-1/+1
2018-02-12remoteproc: Pass type of shutdown to subdev removeBjorn Andersson1-3/+4
2018-02-12remoteproc: Rename "load_rsc_table" to "parse_fw"Bjorn Andersson1-1/+1
2018-02-12remoteproc: Add remote processor coredump supportSarangdhar Joshi1-0/+18
2018-01-15remoteproc: Drop dangling find_rsc_table dummiesBjorn Andersson1-4/+0
2018-01-15remoteproc: Move resource table load logic to findBjorn Andersson1-0/+2
2018-01-15remoteproc: Merge rproc_ops and rproc_fw_opsBjorn Andersson1-2/+15
2018-01-15remoteproc: Clone rproc_ops in rproc_alloc()Bjorn Andersson1-1/+1
2018-01-15remoteproc: Cache resource table sizeBjorn Andersson1-0/+2
2018-01-15remoteproc: Remove depricated crash completionBjorn Andersson1-2/+0
2017-09-01remoteproc: Introduce rproc handle accessor for childrenBjorn Andersson1-0/+2
2017-01-30remoteproc: Drop firmware_loading_completeSarangdhar Joshi1-2/+0
2017-01-30remoteproc: Add RPROC_DELETED stateSarangdhar Joshi1-1/+3
2016-12-30Revert "remoteproc: Merge table_ptr and cached_table pointers"Bjorn Andersson1-1/+3
2016-11-14remoteproc: Merge table_ptr and cached_table pointersBjorn Andersson1-3/+1
2016-11-14remoteproc: Decouple vdev resources and devicesBjorn Andersson1-0/+5