aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc/stm32_rproc.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-13remoteproc: stm32: Clean up redundant dev_err_probe()Gravatar Chen Jiahao 1-2/+2
2023-08-21remoteproc: stm32: fix incorrect optional pointersGravatar Arnd Bergmann 1-6/+6
2023-07-15remoteproc: Explicitly include correct DT includesGravatar Rob Herring 1-2/+2
2023-07-03Merge tag 'rproc-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Gravatar Linus Torvalds 1-25/+57
2023-06-22remoteproc: stm32: use correct format strings on 64-bitGravatar Arnd Bergmann 1-3/+3
2023-05-23remoteproc: stm32: Fix error code in stm32_rproc_parse_dt()Gravatar Dan Carpenter 1-1/+1
2023-05-15remoteproc: stm32: Allow hold boot management by the SCMI reset controllerGravatar Arnaud Pouliquen 1-21/+55
2023-05-09remoteproc: stm32: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-04-03remoteproc: stm32_rproc: Add mutex protection for workqueueGravatar Arnaud Pouliquen 1-0/+8
2023-04-03remoteproc: stm32: Call of_node_put() on iteration errorGravatar Mathieu Poirier 1-1/+5
2022-01-03remoteproc: stm32: Improve crash recovery timeGravatar Arnaud Pouliquen 1-1/+1
2021-06-23remoteproc: stm32: fix mbox_send_message callGravatar Arnaud Pouliquen 1-9/+5
2021-05-27remoteproc: stm32: fix phys_addr_t format stringGravatar Arnd Bergmann 1-1/+1
2021-04-14remoteproc: stm32: add capability to detachGravatar Arnaud Pouliquen 1-2/+37
2021-03-18remoteproc: stm32: Move memory parsing to rproc_opsGravatar Arnaud POULIQUEN 1-21/+6
2021-03-18remoteproc: stm32: Move resource table setup to rproc_opsGravatar Mathieu Poirier 1-73/+68
2021-01-07remoteproc: stm32: improve debug using dev_err_probeGravatar Arnaud Pouliquen 1-10/+13
2020-11-17remoteproc: stm32: Constify st_rproc_opsGravatar Rikard Falkeborn 1-1/+1
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