summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/stm32_rproc.c
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: stm32: fix mbox_send_message callArnaud Pouliquen2021-06-231-9/+5
* remoteproc: stm32: fix phys_addr_t format stringArnd Bergmann2021-05-271-1/+1
* remoteproc: stm32: add capability to detachArnaud Pouliquen2021-04-141-2/+37
* remoteproc: stm32: Move memory parsing to rproc_opsArnaud POULIQUEN2021-03-181-21/+6
* remoteproc: stm32: Move resource table setup to rproc_opsMathieu Poirier2021-03-181-73/+68
* remoteproc: stm32: improve debug using dev_err_probeArnaud Pouliquen2021-01-071-10/+13
* remoteproc: stm32: Constify st_rproc_opsRikard Falkeborn2020-11-171-1/+1
* remoteproc: stm32: Fix pointer assignementMathieu Poirier2020-09-151-1/+1
* remoteproc: stm32: Update M4 state in stm32_rproc_stop()Mathieu Poirier2020-07-171-0/+12
* remoteproc: stm32: Introduce new attach() operationMathieu Poirier2020-07-171-0/+8
* remoteproc: stm32: Properly handle the resource table when attachingMathieu Poirier2020-07-171-0/+76
* remoteproc: stm32: Parse memory regions when attaching to M4Mathieu Poirier2020-07-171-3/+20
* remoteproc: stm32: Properly set co-processor state when attachingMathieu Poirier2020-07-171-0/+31
* remoteproc: stm32: Parse syscon that will manage M4 synchronisationMathieu Poirier2020-07-171-0/+26
* remoteproc: stm32: Remove memory translation from DT parsingMathieu Poirier2020-07-171-1/+5
* remoteproc: stm32: Decouple rproc from DT parsingMathieu Poirier2020-07-171-11/+12
* remoteproc: stm32: Request IRQ with platform deviceMathieu Poirier2020-07-171-2/+3
* remoteproc: stm32: Decouple rproc from memory translationMathieu Poirier2020-07-171-4/+4
* Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds2020-06-081-1/+2
|\
| * remoteproc: remove rproc_elf32_sanity_checkClement Leger2020-04-221-1/+1
| * remoteproc: use rproc_coredump_set_elf_info in driversClement Leger2020-04-191-0/+1
* | remoteproc: pull in slab.hMichael S. Tsirkin2020-04-171-0/+1
|/
* remoteproc: stm32: demote warning about optional property absenceAhmad Fatoum2020-03-251-1/+1
* remoteproc: Rename rproc_elf_sanity_check for elf32Clement Leger2020-03-251-1/+1
* remoteproc: stm32: fix probe error caseFabien Dessenne2019-11-181-2/+15
* remoteproc: stm32: wakeup the system by wdg irqFabien Dessenne2019-11-141-0/+45
* remoteproc: stm32: use workqueue to treat mailbox callbackArnaud Pouliquen2019-11-081-5/+33
* remoteproc: stm32: manage the get_irq probe defer caseFabien Dessenne2019-08-261-0/+3
* remoteproc: stm32: clear MCU PDDS at firmware startFabien Dessenne2019-08-261-0/+11
* remoteproc: stm32: fix building without ARM SMCCArnd Bergmann2019-07-081-1/+1
* remoteproc: stm32: add an ST stm32_rproc driverFabien Dessenne2019-06-291-0/+628