summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rproc-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Linus Torvalds2021-07-071-23/+49
|\
| * remoteproc: core: Cleanup device in case of failureSiddharth Gupta2021-06-231-3/+12
| * remoteproc: core: Fix cdev remove and rproc delSiddharth Gupta2021-06-231-1/+1
| * remoteproc: core: Move validate before device addSiddharth Gupta2021-06-231-4/+4
| * remoteproc: core: Move cdev add before device addSiddharth Gupta2021-06-231-5/+5
| * remoteproc: Fix various kernel-doc warningsSuman Anna2021-05-271-14/+30
| * remoteproc: Add kernel-doc comment for is_iomemSuman Anna2021-05-271-0/+1
* | Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-07-051-1/+1
|\ \
| * | firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo2021-05-131-1/+1
| |/
* / kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
|/
* remoteproc: Properly deal with a stop request when attachedMathieu Poirier2021-03-181-0/+4
* remoteproc: Properly deal with a kernel panic when attachedMathieu Poirier2021-03-181-1/+5
* remoteproc: Properly deal with the resource table when stoppingMathieu Poirier2021-03-181-1/+47
* remoteproc: Properly deal with the resource table when detachingMathieu Poirier2021-03-181-0/+81
* remoteproc: Introduce function rproc_detach()Mathieu Poirier2021-03-181-1/+57
* remoteproc: Introduce function __rproc_detach()Mathieu Poirier2021-03-181-0/+30
* remoteproc: stm32: Move memory parsing to rproc_opsArnaud POULIQUEN2021-03-181-2/+12
* remoteproc: Add new get_loaded_rsc_table() to rproc_opsMathieu Poirier2021-03-181-0/+32
* remoteproc: Properly represent the attached stateMathieu Poirier2021-03-181-19/+1
* remoteproc: Rename function rproc_actuate()Mathieu Poirier2021-03-181-4/+4
* remoteproc: Remove useless check in rproc_del()Mathieu Poirier2021-03-181-3/+1
* remoteproc: add is_iomem to da_to_vaPeng Fan2021-03-111-2/+5
* remoteproc: core: Remove casting to rproc_handle_resource_tJindong Yue2021-03-111-13/+16
* remoteproc: core: Fix rproc->firmware free in rproc_set_firmware()Daniele Alessandrelli2021-02-091-1/+1
* remoteproc: core: Add ops to enable custom coredump functionalitySiddharth Gupta2020-12-101-1/+5
* remoteproc: Add a rproc_set_firmware() APISuman Anna2020-11-251-0/+63
* dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-0/+1
* dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan2020-09-171-1/+23
* remoteproc: core: Register the character device interfaceSiddharth Gupta2020-08-041-0/+7
* remoteproc: Introduce rproc_of_parse_firmware() helperSuman Anna2020-07-281-0/+23
* remoteproc: Move coredump functionality to a new fileRishabh Bhatnagar2020-07-211-191/+0
* remoteproc: Make function rproc_resource_cleanup() publicMathieu Poirier2020-07-171-1/+2
* remoteproc: Properly handle firmware name when attachingMathieu Poirier2020-07-161-0/+18
* remoteproc: Refactor function rproc_free_vring()Mathieu Poirier2020-07-161-4/+16
* remoteproc: Refactor function rproc_trigger_auto_boot()Mathieu Poirier2020-07-161-0/+9
* remoteproc: Refactor function rproc_boot()Mathieu Poirier2020-07-161-11/+17
* remoteproc: Introducing function rproc_validate()Mathieu Poirier2020-07-161-0/+41
* remoteproc: Introducing function rproc_actuate()Mathieu Poirier2020-07-161-1/+58
* remoteproc: Introducing function rproc_attach()Mathieu Poirier2020-07-161-0/+42
* remoteproc: remoteproc_core: Use 'gnu_printf' format notationLee Jones2020-07-151-0/+3
* Revert "remoteproc: Add support for runtime PM"Mathieu Poirier2020-07-011-16/+1
* remoteproc: Fix an error code in devm_rproc_alloc()Dan Carpenter2020-05-201-1/+1
* remoteproc: Add support for runtime PMPaul Cercueil2020-05-181-1/+16
* remoteproc: Fix and restore the parenting hierarchy for vdevSuman Anna2020-05-121-1/+1
* remoteproc: core: Prevent system suspend during remoteproc recoveryRishabh Bhatnagar2020-05-121-0/+5
* remoteproc: Add prepare and unprepare opsLoic Pallardy2020-04-221-1/+14
* remoteproc: remove rproc_elf32_sanity_checkClement Leger2020-04-221-2/+1
* remoteproc: Add device-managed variants of rproc_alloc/rproc_addPaul Cercueil2020-04-201-0/+67
* remoteproc: Use a local copy for the name fieldSuman Anna2020-04-201-1/+5
* remoteproc: Get rid of tedious error pathMathieu Poirier2020-04-201-12/+9