summaryrefslogtreecommitdiff
path: root/include/linux/remoteproc.h
AgeCommit message (Expand)Author
2021-10-15remoteproc: Remove vdev_to_rvdev and vdev_to_rproc from remoteproc APIArnaud Pouliquen
2021-07-28remoteproc: fix kernel doc for struct rproc_opsDong Aisheng
2021-05-27remoteproc: Fix various kernel-doc warningsSuman Anna
2021-03-18remoteproc: Properly deal with the resource table when detachingMathieu Poirier
2021-03-18remoteproc: Introduce function rproc_detach()Mathieu Poirier
2021-03-18remoteproc: Add new detach() remoteproc operationMathieu Poirier
2021-03-18remoteproc: Add new get_loaded_rsc_table() to rproc_opsMathieu Poirier
2021-03-18remoteproc: Properly represent the attached stateMathieu Poirier
2021-03-18remoteproc: Add new RPROC_ATTACHED stateMathieu Poirier
2021-03-11remoteproc: add is_iomem to da_to_vaPeng Fan
2021-03-11remoteproc: introduce is_iomem to rproc_mem_entryPeng Fan
2020-12-10remoteproc: coredump: Add minidump functionalitySiddharth Gupta
2020-12-10remoteproc: core: Add ops to enable custom coredump functionalitySiddharth Gupta
2020-11-25remoteproc: Add a rproc_set_firmware() APISuman Anna
2020-10-13remoteproc: Change default dump configuration to "disabled"Rishabh Bhatnagar
2020-08-04remoteproc: Add remoteproc character device interfaceSiddharth Gupta
2020-07-21remoteproc: Add inline coredump functionalityRishabh Bhatnagar
2020-07-21remoteproc: Pass size and offset as arguments to segment dump functionRishabh Bhatnagar
2020-07-17remoteproc: Make function rproc_resource_cleanup() publicMathieu Poirier
2020-07-16remoteproc: Properly handle firmware name when attachingMathieu Poirier
2020-07-16remoteproc: Add new attach() remoteproc operationMathieu Poirier
2020-07-16remoteproc: Add new RPROC_DETACHED stateMathieu Poirier
2020-05-12remoteproc: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-04-22remoteproc: Add prepare and unprepare opsLoic Pallardy
2020-04-20remoteproc: Add device-managed variants of rproc_alloc/rproc_addPaul Cercueil
2020-04-20remoteproc: Use kstrdup_const() rather than kstrdup()Mathieu Poirier
2020-04-19remoteproc: add rproc_coredump_set_elf_infoClement Leger
2020-03-25remoteproc: Introduce "panic" callback in opsBjorn Andersson
2020-03-25remoteproc: Adapt coredump to generate correct elf typeClement Leger
2020-03-25remoteproc: Use u64 type for boot_addrClement Leger
2020-03-25remoteproc: Use size_t instead of int for rproc_mem_entry lenClement Leger
2020-03-25remoteproc: Use size_t type for len in da_to_vaClement Leger
2019-06-29remoteproc: add vendor resources handlingClement Leger
2019-02-20remoteproc: fix recovery procedureLoic Pallardy
2019-02-20remoteproc: create vdev subdevice with specific dma memory poolLoic Pallardy
2019-01-06remoteproc: fix kernel-doc comment for parse_fwFabien Dessenne
2018-10-19remoteproc: Add mechanism for custom dump function assignmentSibi Sankar
2018-10-19remoteproc: Introduce custom dump function for each remoteproc segmentSibi Sankar
2018-10-14remoteproc: modify vring allocation to rely on centralized carveout allocatorLoic Pallardy
2018-10-09remoteproc: add helper function to allocate rproc_mem_entry from reserved memoryLoic Pallardy
2018-10-09remoteproc: add alloc ops in rproc_mem_entry structLoic Pallardy
2018-10-09remoteproc: introduce rproc_add_carveout functionLoic Pallardy
2018-10-09remoteproc: add helper function to allocate and init rproc_mem_entry structLoic Pallardy
2018-10-09remoteproc: add name in rproc_mem_entry structLoic Pallardy
2018-10-09remoteproc: add release ops in rproc_mem_entry structLoic Pallardy
2018-10-05remoteproc: Add missing kernel-doc comment for auto-bootSuman Anna
2018-06-26remoteproc: Introduce prepare and unprepare for subdevicesBjorn Andersson
2018-06-26remoteproc: Make client initialize ops in rproc_subdevBjorn Andersson
2018-06-26remoteproc: Rename subdev functions to start/stopBjorn Andersson
2018-04-25remoteproc: fix crashed parameter logic on stop callArnaud Pouliquen