summaryrefslogtreecommitdiffstats
path: root/include/linux/remoteproc.h
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: core: Export the rproc coredump APIsSiddharth Gupta2023-07-151-0/+4
* remoteproc: Introduce rproc featuresPeng Fan2022-09-281-0/+16
* remoteproc: virtio: Create platform device for the remoteproc_virtioArnaud Pouliquen2022-09-211-4/+2
* remoteproc: rename len of rpoc_vring to numXuan Zhuo2022-08-111-2/+2
* remoteproc: Change rproc_shutdown() to return a statusSuman Anna2022-03-111-1/+1
* remoteproc: move rproc_da_to_va declaration to remoteproc.hSuman Anna2022-03-111-0/+1
* remoteproc: Introduce sysfs_read_only flagPuranjay Mohan2022-03-041-0/+2
* remoteproc: Remove vdev_to_rvdev and vdev_to_rproc from remoteproc APIArnaud Pouliquen2021-10-151-12/+0
* remoteproc: fix kernel doc for struct rproc_opsDong Aisheng2021-07-281-3/+2
* remoteproc: Fix various kernel-doc warningsSuman Anna2021-05-271-23/+27
* remoteproc: Properly deal with the resource table when detachingMathieu Poirier2021-03-181-0/+3
* remoteproc: Introduce function rproc_detach()Mathieu Poirier2021-03-181-0/+1
* remoteproc: Add new detach() remoteproc operationMathieu Poirier2021-03-181-0/+2
* remoteproc: Add new get_loaded_rsc_table() to rproc_opsMathieu Poirier2021-03-181-1/+5
* remoteproc: Properly represent the attached stateMathieu Poirier2021-03-181-2/+0
* remoteproc: Add new RPROC_ATTACHED stateMathieu Poirier2021-03-181-2/+5
* remoteproc: add is_iomem to da_to_vaPeng Fan2021-03-111-1/+1
* remoteproc: introduce is_iomem to rproc_mem_entryPeng Fan2021-03-111-0/+2
* remoteproc: coredump: Add minidump functionalitySiddharth Gupta2020-12-101-0/+1
* remoteproc: core: Add ops to enable custom coredump functionalitySiddharth Gupta2020-12-101-0/+2
* remoteproc: Add a rproc_set_firmware() APISuman Anna2020-11-251-0/+1
* remoteproc: Change default dump configuration to "disabled"Rishabh Bhatnagar2020-10-131-4/+4
* remoteproc: Add remoteproc character device interfaceSiddharth Gupta2020-08-041-0/+5
* remoteproc: Add inline coredump functionalityRishabh Bhatnagar2020-07-211-0/+16
* remoteproc: Pass size and offset as arguments to segment dump functionRishabh Bhatnagar2020-07-211-2/+3
* remoteproc: Make function rproc_resource_cleanup() publicMathieu Poirier2020-07-171-0/+1
* remoteproc: Properly handle firmware name when attachingMathieu Poirier2020-07-161-0/+2
* remoteproc: Add new attach() remoteproc operationMathieu Poirier2020-07-161-0/+2
* remoteproc: Add new RPROC_DETACHED stateMathieu Poirier2020-07-161-1/+4
* 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