summaryrefslogtreecommitdiff
path: root/drivers/remoteproc/remoteproc_core.c
AgeCommit message (Expand)Author
2021-05-27remoteproc: Fix various kernel-doc warningsSuman Anna
2021-05-27remoteproc: Add kernel-doc comment for is_iomemSuman Anna
2021-03-18remoteproc: Properly deal with a stop request when attachedMathieu Poirier
2021-03-18remoteproc: Properly deal with a kernel panic when attachedMathieu Poirier
2021-03-18remoteproc: Properly deal with the resource table when stoppingMathieu Poirier
2021-03-18remoteproc: Properly deal with the resource table when detachingMathieu Poirier
2021-03-18remoteproc: Introduce function rproc_detach()Mathieu Poirier
2021-03-18remoteproc: Introduce function __rproc_detach()Mathieu Poirier
2021-03-18remoteproc: stm32: Move memory parsing to rproc_opsArnaud POULIQUEN
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: Rename function rproc_actuate()Mathieu Poirier
2021-03-18remoteproc: Remove useless check in rproc_del()Mathieu Poirier
2021-03-11remoteproc: add is_iomem to da_to_vaPeng Fan
2021-03-11remoteproc: core: Remove casting to rproc_handle_resource_tJindong Yue
2021-02-09remoteproc: core: Fix rproc->firmware free in rproc_set_firmware()Daniele Alessandrelli
2020-12-10remoteproc: core: Add ops to enable custom coredump functionalitySiddharth Gupta
2020-11-25remoteproc: Add a rproc_set_firmware() APISuman Anna
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan
2020-08-04remoteproc: core: Register the character device interfaceSiddharth Gupta
2020-07-28remoteproc: Introduce rproc_of_parse_firmware() helperSuman Anna
2020-07-21remoteproc: Move coredump functionality to a new fileRishabh Bhatnagar
2020-07-17remoteproc: Make function rproc_resource_cleanup() publicMathieu Poirier
2020-07-16remoteproc: Properly handle firmware name when attachingMathieu Poirier
2020-07-16remoteproc: Refactor function rproc_free_vring()Mathieu Poirier
2020-07-16remoteproc: Refactor function rproc_trigger_auto_boot()Mathieu Poirier
2020-07-16remoteproc: Refactor function rproc_boot()Mathieu Poirier
2020-07-16remoteproc: Introducing function rproc_validate()Mathieu Poirier
2020-07-16remoteproc: Introducing function rproc_actuate()Mathieu Poirier
2020-07-16remoteproc: Introducing function rproc_attach()Mathieu Poirier
2020-07-15remoteproc: remoteproc_core: Use 'gnu_printf' format notationLee Jones
2020-07-01Revert "remoteproc: Add support for runtime PM"Mathieu Poirier
2020-05-20remoteproc: Fix an error code in devm_rproc_alloc()Dan Carpenter
2020-05-18remoteproc: Add support for runtime PMPaul Cercueil
2020-05-12remoteproc: Fix and restore the parenting hierarchy for vdevSuman Anna
2020-05-12remoteproc: core: Prevent system suspend during remoteproc recoveryRishabh Bhatnagar
2020-04-22remoteproc: Add prepare and unprepare opsLoic Pallardy
2020-04-22remoteproc: remove rproc_elf32_sanity_checkClement Leger
2020-04-20remoteproc: Add device-managed variants of rproc_alloc/rproc_addPaul Cercueil
2020-04-20remoteproc: Use a local copy for the name fieldSuman Anna
2020-04-20remoteproc: Get rid of tedious error pathMathieu Poirier
2020-04-20remoteproc: Split rproc_ops allocation from rproc_alloc()Mathieu Poirier
2020-04-20remoteproc: Restructure firmware name allocationMathieu Poirier
2020-04-20remoteproc: Use kstrdup_const() rather than kstrdup()Mathieu Poirier
2020-04-19remoteproc: add rproc_coredump_set_elf_infoClement Leger
2020-04-19remoteproc: Simplify default name allocationMathieu Poirier
2020-04-19remoteproc: Split firmware name allocation from rproc_alloc()Mathieu Poirier
2020-04-19remoteproc: Fix IDR initialisation in rproc_alloc()Alex Elder
2020-03-25remoteproc: Introduce "panic" callback in opsBjorn Andersson