aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/remoteproc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-15remoteproc: core: Export the rproc coredump APIsSiddharth Gupta1-0/+4
2022-09-28remoteproc: Introduce rproc featuresPeng Fan1-0/+16
2022-09-21remoteproc: virtio: Create platform device for the remoteproc_virtioArnaud Pouliquen1-4/+2
2022-08-11remoteproc: rename len of rpoc_vring to numXuan Zhuo1-2/+2
2022-03-11remoteproc: Change rproc_shutdown() to return a statusSuman Anna1-1/+1
2022-03-11remoteproc: move rproc_da_to_va declaration to remoteproc.hSuman Anna1-0/+1
2022-03-04remoteproc: Introduce sysfs_read_only flagPuranjay Mohan1-0/+2
2021-10-15remoteproc: Remove vdev_to_rvdev and vdev_to_rproc from remoteproc APIArnaud Pouliquen1-12/+0
2021-07-28remoteproc: fix kernel doc for struct rproc_opsDong Aisheng1-3/+2
2021-05-27remoteproc: Fix various kernel-doc warningsSuman Anna1-23/+27
2021-03-18remoteproc: Properly deal with the resource table when detachingMathieu Poirier1-0/+3
2021-03-18remoteproc: Introduce function rproc_detach()Mathieu Poirier1-0/+1
2021-03-18remoteproc: Add new detach() remoteproc operationMathieu Poirier1-0/+2
2021-03-18remoteproc: Add new get_loaded_rsc_table() to rproc_opsMathieu Poirier1-1/+5
2021-03-18remoteproc: Properly represent the attached stateMathieu Poirier1-2/+0
2021-03-18remoteproc: Add new RPROC_ATTACHED stateMathieu Poirier1-2/+5
2021-03-11remoteproc: add is_iomem to da_to_vaPeng Fan1-1/+1
2021-03-11remoteproc: introduce is_iomem to rproc_mem_entryPeng Fan1-0/+2
2020-12-10remoteproc: coredump: Add minidump functionalitySiddharth Gupta1-0/+1
2020-12-10remoteproc: core: Add ops to enable custom coredump functionalitySiddharth Gupta1-0/+2
2020-11-25remoteproc: Add a rproc_set_firmware() APISuman Anna1-0/+1
2020-10-13remoteproc: Change default dump configuration to "disabled"Rishabh Bhatnagar1-4/+4
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