开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
remoteproc
/
st_remoteproc.c
Age
Commit message (
Expand
)
Author
2024-10-29
remoteproc: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-02-02
remoteproc: st: Use devm_rproc_alloc() helper
Andrew Davis
2023-10-16
remoteproc: st: Fix sometimes uninitialized ret in st_rproc_probe()
Nathan Chancellor
2023-10-11
remoteproc: st: Use device_get_match_data()
Rob Herring
2023-05-09
remoteproc: st: Convert to platform remove callback returning void
Uwe Kleine-König
2023-04-18
remoteproc: st: Use of_property_present() for testing DT property presence
Rob Herring
2023-04-03
remoteproc: st: Call of_node_put() on iteration error
Mathieu Poirier
2020-04-22
remoteproc: remove rproc_elf32_sanity_check
Clement Leger
2020-03-25
remoteproc: Rename rproc_elf_sanity_check for elf32
Clement Leger
2020-03-25
remoteproc: Use u64 type for boot_addr
Clement Leger
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-02-20
remoteproc: st: add reserved memory support
Loic Pallardy
2017-08-27
remoteproc: st: explicitly request exclusive reset control
Philipp Zabel
2017-02-06
remoteproc: st: add virtio communication support
Loic Pallardy
2017-02-06
remoteproc: st: correct probe error management
Loic Pallardy
2017-01-18
drivers: remoteproc: constify rproc_ops structures
Bhumika Goyal
2016-10-31
remoteproc: st: Fix error return code in st_rproc_probe()
Wei Yongjun
2016-10-02
remoteproc: Split driver and consumer dereferencing
Bjorn Andersson
2016-03-28
remoteproc: st: fix check of syscon_regmap_lookup_by_phandle() return value
Vladimir Zapolskiy
2016-01-29
remoteproc: Supply controller driver for ST's Remote Processors
Lee Jones