Age | Commit message (Expand) | Author | Files | Lines |
2021-06-23 | remoteproc: stm32: fix mbox_send_message call | Arnaud Pouliquen | 1 | -9/+5 |
2021-05-28 | remoteproc: stm32: fix phys_addr_t format string | Arnd Bergmann | 1 | -1/+1 |
2021-04-14 | remoteproc: stm32: add capability to detach | Arnaud Pouliquen | 1 | -2/+37 |
2021-03-18 | remoteproc: stm32: Move memory parsing to rproc_ops | Arnaud POULIQUEN | 1 | -21/+6 |
2021-03-18 | remoteproc: stm32: Move resource table setup to rproc_ops | Mathieu Poirier | 1 | -73/+68 |
2021-01-07 | remoteproc: stm32: improve debug using dev_err_probe | Arnaud Pouliquen | 1 | -10/+13 |
2020-11-18 | remoteproc: stm32: Constify st_rproc_ops | Rikard Falkeborn | 1 | -1/+1 |
2020-09-15 | remoteproc: stm32: Fix pointer assignement | Mathieu Poirier | 1 | -1/+1 |
2020-07-18 | remoteproc: stm32: Update M4 state in stm32_rproc_stop() | Mathieu Poirier | 1 | -0/+12 |
2020-07-18 | remoteproc: stm32: Introduce new attach() operation | Mathieu Poirier | 1 | -0/+8 |
2020-07-18 | remoteproc: stm32: Properly handle the resource table when attaching | Mathieu Poirier | 1 | -0/+76 |
2020-07-18 | remoteproc: stm32: Parse memory regions when attaching to M4 | Mathieu Poirier | 1 | -3/+20 |
2020-07-18 | remoteproc: stm32: Properly set co-processor state when attaching | Mathieu Poirier | 1 | -0/+31 |
2020-07-18 | remoteproc: stm32: Parse syscon that will manage M4 synchronisation | Mathieu Poirier | 1 | -0/+26 |
2020-07-18 | remoteproc: stm32: Remove memory translation from DT parsing | Mathieu Poirier | 1 | -1/+5 |
2020-07-18 | remoteproc: stm32: Decouple rproc from DT parsing | Mathieu Poirier | 1 | -11/+12 |
2020-07-18 | remoteproc: stm32: Request IRQ with platform device | Mathieu Poirier | 1 | -2/+3 |
2020-07-18 | remoteproc: stm32: Decouple rproc from memory translation | Mathieu Poirier | 1 | -4/+4 |
2020-06-08 | Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ander... | Linus Torvalds | 1 | -1/+2 |
2020-04-23 | remoteproc: remove rproc_elf32_sanity_check | Clement Leger | 1 | -1/+1 |
2020-04-20 | remoteproc: use rproc_coredump_set_elf_info in drivers | Clement Leger | 1 | -0/+1 |
2020-04-17 | remoteproc: pull in slab.h | Michael S. Tsirkin | 1 | -0/+1 |
2020-03-26 | remoteproc: stm32: demote warning about optional property absence | Ahmad Fatoum | 1 | -1/+1 |
2020-03-26 | remoteproc: Rename rproc_elf_sanity_check for elf32 | Clement Leger | 1 | -1/+1 |
2019-11-19 | remoteproc: stm32: fix probe error case | Fabien Dessenne | 1 | -2/+15 |
2019-11-15 | remoteproc: stm32: wakeup the system by wdg irq | Fabien Dessenne | 1 | -0/+45 |
2019-11-09 | remoteproc: stm32: use workqueue to treat mailbox callback | Arnaud Pouliquen | 1 | -5/+33 |
2019-08-27 | remoteproc: stm32: manage the get_irq probe defer case | Fabien Dessenne | 1 | -0/+3 |
2019-08-27 | remoteproc: stm32: clear MCU PDDS at firmware start | Fabien Dessenne | 1 | -0/+11 |
2019-07-08 | remoteproc: stm32: fix building without ARM SMCC | Arnd Bergmann | 1 | -1/+1 |
2019-06-30 | remoteproc: stm32: add an ST stm32_rproc driver | Fabien Dessenne | 1 | -0/+628 |