index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
remoteproc
/
stm32_rproc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-28
remoteproc: stm32_rproc: Fix mailbox interrupts queuing
Gwenael Treuveur
1
-1
/
+1
2024-02-02
remoteproc: stm32: Use devm_rproc_alloc() helper
Andrew Davis
1
-3
/
+1
2024-01-23
remoteproc: stm32: Fix incorrect type assignment returned by stm32_rproc_get_...
Arnaud Pouliquen
1
-1
/
+1
2024-01-23
remoteproc: stm32: Fix incorrect type in assignment for va
Arnaud Pouliquen
1
-2
/
+2
2023-09-13
remoteproc: stm32: Clean up redundant dev_err_probe()
Chen Jiahao
1
-2
/
+2
2023-08-22
remoteproc: stm32: fix incorrect optional pointers
Arnd Bergmann
1
-6
/
+6
2023-07-15
remoteproc: Explicitly include correct DT includes
Rob Herring
1
-2
/
+2
2023-07-04
Merge tag 'rproc-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...
Linus Torvalds
1
-25
/
+57
2023-06-22
remoteproc: stm32: use correct format strings on 64-bit
Arnd Bergmann
1
-3
/
+3
2023-05-23
remoteproc: stm32: Fix error code in stm32_rproc_parse_dt()
Dan Carpenter
1
-1
/
+1
2023-05-15
remoteproc: stm32: Allow hold boot management by the SCMI reset controller
Arnaud Pouliquen
1
-21
/
+55
2023-05-09
remoteproc: stm32: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-04-03
remoteproc: stm32_rproc: Add mutex protection for workqueue
Arnaud Pouliquen
1
-0
/
+8
2023-04-03
remoteproc: stm32: Call of_node_put() on iteration error
Mathieu Poirier
1
-1
/
+5
2022-01-03
remoteproc: stm32: Improve crash recovery time
Arnaud Pouliquen
1
-1
/
+1
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