aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/stm32_rproc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-03remoteproc: stm32: Improve crash recovery timeArnaud Pouliquen1-1/+1
2021-06-23remoteproc: stm32: fix mbox_send_message callArnaud Pouliquen1-9/+5
2021-05-27remoteproc: stm32: fix phys_addr_t format stringArnd Bergmann1-1/+1
2021-04-14remoteproc: stm32: add capability to detachArnaud Pouliquen1-2/+37
2021-03-18remoteproc: stm32: Move memory parsing to rproc_opsArnaud POULIQUEN1-21/+6
2021-03-18remoteproc: stm32: Move resource table setup to rproc_opsMathieu Poirier1-73/+68
2021-01-07remoteproc: stm32: improve debug using dev_err_probeArnaud Pouliquen1-10/+13
2020-11-17remoteproc: stm32: Constify st_rproc_opsRikard Falkeborn1-1/+1
2020-09-15remoteproc: stm32: Fix pointer assignementMathieu Poirier1-1/+1
2020-07-17remoteproc: stm32: Update M4 state in stm32_rproc_stop()Mathieu Poirier1-0/+12
2020-07-17remoteproc: stm32: Introduce new attach() operationMathieu Poirier1-0/+8
2020-07-17remoteproc: stm32: Properly handle the resource table when attachingMathieu Poirier1-0/+76
2020-07-17remoteproc: stm32: Parse memory regions when attaching to M4Mathieu Poirier1-3/+20
2020-07-17remoteproc: stm32: Properly set co-processor state when attachingMathieu Poirier1-0/+31
2020-07-17remoteproc: stm32: Parse syscon that will manage M4 synchronisationMathieu Poirier1-0/+26
2020-07-17remoteproc: stm32: Remove memory translation from DT parsingMathieu Poirier1-1/+5
2020-07-17remoteproc: stm32: Decouple rproc from DT parsingMathieu Poirier1-11/+12
2020-07-17remoteproc: stm32: Request IRQ with platform deviceMathieu Poirier1-2/+3
2020-07-17remoteproc: stm32: Decouple rproc from memory translationMathieu Poirier1-4/+4
2020-06-08Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteprocLinus Torvalds1-1/+2
2020-04-22remoteproc: remove rproc_elf32_sanity_checkClement Leger1-1/+1
2020-04-19remoteproc: use rproc_coredump_set_elf_info in driversClement Leger1-0/+1
2020-04-17remoteproc: pull in slab.hMichael S. Tsirkin1-0/+1
2020-03-25remoteproc: stm32: demote warning about optional property absenceAhmad Fatoum1-1/+1
2020-03-25remoteproc: Rename rproc_elf_sanity_check for elf32Clement Leger1-1/+1
2019-11-18remoteproc: stm32: fix probe error caseFabien Dessenne1-2/+15
2019-11-14remoteproc: stm32: wakeup the system by wdg irqFabien Dessenne1-0/+45
2019-11-08remoteproc: stm32: use workqueue to treat mailbox callbackArnaud Pouliquen1-5/+33
2019-08-26remoteproc: stm32: manage the get_irq probe defer caseFabien Dessenne1-0/+3
2019-08-26remoteproc: stm32: clear MCU PDDS at firmware startFabien Dessenne1-0/+11
2019-07-08remoteproc: stm32: fix building without ARM SMCCArnd Bergmann1-1/+1
2019-06-29remoteproc: stm32: add an ST stm32_rproc driverFabien Dessenne1-0/+628