aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-15remoteproc: Fix a memory leak in an error handling path in 'rproc_handle_vdev()'Christophe JAILLET1-3/+5
2021-07-28remoteproc: use freezable workqueue for crash notificationsAlex Elder1-2/+2
2021-07-07Merge tag 'rproc-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteprocLinus Torvalds1-23/+49
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-23remoteproc: core: Cleanup device in case of failureSiddharth Gupta1-3/+12
2021-06-23remoteproc: core: Fix cdev remove and rproc delSiddharth Gupta1-1/+1
2021-06-23remoteproc: core: Move validate before device addSiddharth Gupta1-4/+4
2021-06-23remoteproc: core: Move cdev add before device addSiddharth Gupta1-5/+5
2021-05-27remoteproc: Fix various kernel-doc warningsSuman Anna1-14/+30
2021-05-27remoteproc: Add kernel-doc comment for is_iomemSuman Anna1-0/+1
2021-05-13firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo1-1/+1
2021-03-18remoteproc: Properly deal with a stop request when attachedMathieu Poirier1-0/+4
2021-03-18remoteproc: Properly deal with a kernel panic when attachedMathieu Poirier1-1/+5
2021-03-18remoteproc: Properly deal with the resource table when stoppingMathieu Poirier1-1/+47
2021-03-18remoteproc: Properly deal with the resource table when detachingMathieu Poirier1-0/+81
2021-03-18remoteproc: Introduce function rproc_detach()Mathieu Poirier1-1/+57
2021-03-18remoteproc: Introduce function __rproc_detach()Mathieu Poirier1-0/+30
2021-03-18remoteproc: stm32: Move memory parsing to rproc_opsArnaud POULIQUEN1-2/+12
2021-03-18remoteproc: Add new get_loaded_rsc_table() to rproc_opsMathieu Poirier1-0/+32
2021-03-18remoteproc: Properly represent the attached stateMathieu Poirier1-19/+1
2021-03-18remoteproc: Rename function rproc_actuate()Mathieu Poirier1-4/+4
2021-03-18remoteproc: Remove useless check in rproc_del()Mathieu Poirier1-3/+1
2021-03-11remoteproc: add is_iomem to da_to_vaPeng Fan1-2/+5
2021-03-11remoteproc: core: Remove casting to rproc_handle_resource_tJindong Yue1-13/+16
2021-02-09remoteproc: core: Fix rproc->firmware free in rproc_set_firmware()Daniele Alessandrelli1-1/+1
2020-12-10remoteproc: core: Add ops to enable custom coredump functionalitySiddharth Gupta1-1/+5
2020-11-25remoteproc: Add a rproc_set_firmware() APISuman Anna1-0/+63
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-0/+1
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan1-1/+23
2020-08-04remoteproc: core: Register the character device interfaceSiddharth Gupta1-0/+7
2020-07-28remoteproc: Introduce rproc_of_parse_firmware() helperSuman Anna1-0/+23
2020-07-21remoteproc: Move coredump functionality to a new fileRishabh Bhatnagar1-191/+0
2020-07-17remoteproc: Make function rproc_resource_cleanup() publicMathieu Poirier1-1/+2
2020-07-16remoteproc: Properly handle firmware name when attachingMathieu Poirier1-0/+18
2020-07-16remoteproc: Refactor function rproc_free_vring()Mathieu Poirier1-4/+16
2020-07-16remoteproc: Refactor function rproc_trigger_auto_boot()Mathieu Poirier1-0/+9
2020-07-16remoteproc: Refactor function rproc_boot()Mathieu Poirier1-11/+17
2020-07-16remoteproc: Introducing function rproc_validate()Mathieu Poirier1-0/+41
2020-07-16remoteproc: Introducing function rproc_actuate()Mathieu Poirier1-1/+58
2020-07-16remoteproc: Introducing function rproc_attach()Mathieu Poirier1-0/+42
2020-07-15remoteproc: remoteproc_core: Use 'gnu_printf' format notationLee Jones1-0/+3
2020-07-01Revert "remoteproc: Add support for runtime PM"Mathieu Poirier1-16/+1
2020-05-20remoteproc: Fix an error code in devm_rproc_alloc()Dan Carpenter1-1/+1
2020-05-18remoteproc: Add support for runtime PMPaul Cercueil1-1/+16
2020-05-12remoteproc: Fix and restore the parenting hierarchy for vdevSuman Anna1-1/+1
2020-05-12remoteproc: core: Prevent system suspend during remoteproc recoveryRishabh Bhatnagar1-0/+5
2020-04-22remoteproc: Add prepare and unprepare opsLoic Pallardy1-1/+14
2020-04-22remoteproc: remove rproc_elf32_sanity_checkClement Leger1-2/+1
2020-04-20remoteproc: Add device-managed variants of rproc_alloc/rproc_addPaul Cercueil1-0/+67