summaryrefslogtreecommitdiff
path: root/include/linux/remoteproc.h
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-121-3/+3
* remoteproc: Add prepare and unprepare opsLoic Pallardy2020-04-221-0/+4
* remoteproc: Add device-managed variants of rproc_alloc/rproc_addPaul Cercueil2020-04-201-0/+5
* remoteproc: Use kstrdup_const() rather than kstrdup()Mathieu Poirier2020-04-201-1/+1
* remoteproc: add rproc_coredump_set_elf_infoClement Leger2020-04-191-0/+2
* remoteproc: Introduce "panic" callback in opsBjorn Andersson2020-03-251-0/+3
* remoteproc: Adapt coredump to generate correct elf typeClement Leger2020-03-251-0/+1
* remoteproc: Use u64 type for boot_addrClement Leger2020-03-251-2/+2
* remoteproc: Use size_t instead of int for rproc_mem_entry lenClement Leger2020-03-251-3/+3
* remoteproc: Use size_t type for len in da_to_vaClement Leger2020-03-251-1/+1
* remoteproc: add vendor resources handlingClement Leger2019-06-291-6/+26
* remoteproc: fix recovery procedureLoic Pallardy2019-02-201-2/+1
* remoteproc: create vdev subdevice with specific dma memory poolLoic Pallardy2019-02-201-0/+1
* remoteproc: fix kernel-doc comment for parse_fwFabien Dessenne2019-01-061-2/+2
* remoteproc: Add mechanism for custom dump function assignmentSibi Sankar2018-10-191-0/+6
* remoteproc: Introduce custom dump function for each remoteproc segmentSibi Sankar2018-10-191-0/+6
* remoteproc: modify vring allocation to rely on centralized carveout allocatorLoic Pallardy2018-10-141-2/+4
* remoteproc: add helper function to allocate rproc_mem_entry from reserved memoryLoic Pallardy2018-10-091-0/+6
* remoteproc: add alloc ops in rproc_mem_entry structLoic Pallardy2018-10-091-0/+7
* remoteproc: introduce rproc_add_carveout functionLoic Pallardy2018-10-091-0/+2
* remoteproc: add helper function to allocate and init rproc_mem_entry structLoic Pallardy2018-10-091-0/+6
* remoteproc: add name in rproc_mem_entry structLoic Pallardy2018-10-091-0/+2
* remoteproc: add release ops in rproc_mem_entry structLoic Pallardy2018-10-091-1/+4
* remoteproc: Add missing kernel-doc comment for auto-bootSuman Anna2018-10-051-0/+1
* remoteproc: Introduce prepare and unprepare for subdevicesBjorn Andersson2018-06-261-0/+4
* remoteproc: Make client initialize ops in rproc_subdevBjorn Andersson2018-06-261-4/+1
* remoteproc: Rename subdev functions to start/stopBjorn Andersson2018-06-261-7/+7
* remoteproc: fix crashed parameter logic on stop callArnaud Pouliquen2018-04-251-1/+1
* remoteproc: Pass type of shutdown to subdev removeBjorn Andersson2018-02-121-3/+4
* remoteproc: Rename "load_rsc_table" to "parse_fw"Bjorn Andersson2018-02-121-1/+1
* remoteproc: Add remote processor coredump supportSarangdhar Joshi2018-02-121-0/+18
* remoteproc: Drop dangling find_rsc_table dummiesBjorn Andersson2018-01-151-4/+0
* remoteproc: Move resource table load logic to findBjorn Andersson2018-01-151-0/+2
* remoteproc: Merge rproc_ops and rproc_fw_opsBjorn Andersson2018-01-151-2/+15
* remoteproc: Clone rproc_ops in rproc_alloc()Bjorn Andersson2018-01-151-1/+1
* remoteproc: Cache resource table sizeBjorn Andersson2018-01-151-0/+2
* remoteproc: Remove depricated crash completionBjorn Andersson2018-01-151-2/+0
* remoteproc: Introduce rproc handle accessor for childrenBjorn Andersson2017-09-011-0/+2
* remoteproc: Drop firmware_loading_completeSarangdhar Joshi2017-01-301-2/+0
* remoteproc: Add RPROC_DELETED stateSarangdhar Joshi2017-01-301-1/+3
* Revert "remoteproc: Merge table_ptr and cached_table pointers"Bjorn Andersson2016-12-301-1/+3
* remoteproc: Merge table_ptr and cached_table pointersBjorn Andersson2016-11-141-3/+1
* remoteproc: Decouple vdev resources and devicesBjorn Andersson2016-11-141-0/+5
* remoteproc: Assign kref to rproc_vdevBjorn Andersson2016-11-141-0/+3
* remoteproc: Introduce subdevicesBjorn Andersson2016-11-091-0/+22
* remoteproc: Keep local copy of firmware nameMatt Redfearn2016-10-181-1/+1
* remoteproc: Split driver and consumer dereferencingBjorn Andersson2016-10-021-0/+1
* remoteproc: core: transform struct fw_rsc_vdev_vring reserved field in paLoic PALLARDY2016-09-061-2/+2
* remoteproc: Modify FW_RSC_ADDR_ANY definitionLoic PALLARDY2016-09-061-1/+1
* remoteproc: Move handling of cached table to boot/shutdownBjorn Andersson2016-08-171-2/+0