summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_core.c
AgeCommit message (Expand)Author
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
2020-03-25remoteproc: Traverse rproc_list under RCU read lockBjorn Andersson
2020-03-25remoteproc: re-check state in rproc_trigger_recovery()Alex Elder
2020-03-25remoteproc: Adapt coredump to generate correct elf typeClement Leger
2020-03-25remoteproc: Allow overriding only sanity_checkClement Leger
2020-03-25remoteproc: Rename rproc_elf_sanity_check for elf32Clement 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
2020-03-25remoteproc: fix kernel-doc warningsArnaud Pouliquen
2020-01-20remoteproc: use struct_size() helperGustavo A. R. Silva
2020-01-20remoteproc: Initialize rproc_class before useBrandon Maier
2019-11-11remoteproc: Fix wrong rvring index computationClement Leger
2019-11-08remoteproc: fix argument 2 of rproc_mem_entry_initBen Dooks (Codethink)
2019-10-04remoteproc: remove useless typedefClement Leger
2019-07-17Merge tag 'rproc-v5.3' of git://github.com/andersson/remoteprocLinus Torvalds
2019-07-01remoteproc: copy parent dma_pfn_offset for vdevClement Leger
2019-06-29remoteproc: add vendor resources handlingClement Leger