aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc/stm32_rproc.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-15remoteproc: stm32: Fix pointer assignementGravatar Mathieu Poirier 1-1/+1
2020-07-17remoteproc: stm32: Update M4 state in stm32_rproc_stop()Gravatar Mathieu Poirier 1-0/+12
2020-07-17remoteproc: stm32: Introduce new attach() operationGravatar Mathieu Poirier 1-0/+8
2020-07-17remoteproc: stm32: Properly handle the resource table when attachingGravatar Mathieu Poirier 1-0/+76
2020-07-17remoteproc: stm32: Parse memory regions when attaching to M4Gravatar Mathieu Poirier 1-3/+20
2020-07-17remoteproc: stm32: Properly set co-processor state when attachingGravatar Mathieu Poirier 1-0/+31
2020-07-17remoteproc: stm32: Parse syscon that will manage M4 synchronisationGravatar Mathieu Poirier 1-0/+26
2020-07-17remoteproc: stm32: Remove memory translation from DT parsingGravatar Mathieu Poirier 1-1/+5
2020-07-17remoteproc: stm32: Decouple rproc from DT parsingGravatar Mathieu Poirier 1-11/+12
2020-07-17remoteproc: stm32: Request IRQ with platform deviceGravatar Mathieu Poirier 1-2/+3
2020-07-17remoteproc: stm32: Decouple rproc from memory translationGravatar Mathieu Poirier 1-4/+4
2020-06-08Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Gravatar Linus Torvalds 1-1/+2
2020-04-22remoteproc: remove rproc_elf32_sanity_checkGravatar Clement Leger 1-1/+1
2020-04-19remoteproc: use rproc_coredump_set_elf_info in driversGravatar Clement Leger 1-0/+1
2020-04-17remoteproc: pull in slab.hGravatar Michael S. Tsirkin 1-0/+1
2020-03-25remoteproc: stm32: demote warning about optional property absenceGravatar Ahmad Fatoum 1-1/+1
2020-03-25remoteproc: Rename rproc_elf_sanity_check for elf32Gravatar Clement Leger 1-1/+1
2019-11-18remoteproc: stm32: fix probe error caseGravatar Fabien Dessenne 1-2/+15
2019-11-14remoteproc: stm32: wakeup the system by wdg irqGravatar Fabien Dessenne 1-0/+45
2019-11-08remoteproc: stm32: use workqueue to treat mailbox callbackGravatar Arnaud Pouliquen 1-5/+33
2019-08-26remoteproc: stm32: manage the get_irq probe defer caseGravatar Fabien Dessenne 1-0/+3
2019-08-26remoteproc: stm32: clear MCU PDDS at firmware startGravatar Fabien Dessenne 1-0/+11
2019-07-08remoteproc: stm32: fix building without ARM SMCCGravatar Arnd Bergmann 1-1/+1
2019-06-29remoteproc: stm32: add an ST stm32_rproc driverGravatar Fabien Dessenne 1-0/+628