summaryrefslogtreecommitdiff
path: root/drivers/remoteproc/st_remoteproc.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-27remoteproc: st: Fix indexing of memory-regionsBjorn Andersson1-1/+0
2025-11-25remoteproc: Use of_reserved_mem_region_* functions for "memory-region"Rob Herring (Arm)1-22/+21
2025-01-15remoteproc: st: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski1-8/+2
2025-01-15remoteproc: st: Simplify with dev_err_probeKrzysztof Kozlowski1-24/+20
2024-10-29remoteproc: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-02-02remoteproc: st: Use devm_rproc_alloc() helperAndrew Davis1-10/+5
2023-10-16remoteproc: st: Fix sometimes uninitialized ret in st_rproc_probe()Nathan Chancellor1-1/+3
2023-10-11remoteproc: st: Use device_get_match_data()Rob Herring1-10/+4
2023-05-09remoteproc: st: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-19remoteproc: st: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2023-04-03remoteproc: st: Call of_node_put() on iteration errorMathieu Poirier1-1/+4
2020-04-23remoteproc: remove rproc_elf32_sanity_checkClement Leger1-1/+1
2020-03-26remoteproc: Rename rproc_elf_sanity_check for elf32Clement Leger1-1/+1
2020-03-26remoteproc: Use u64 type for boot_addrClement Leger1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-02-21remoteproc: st: add reserved memory supportLoic Pallardy1-11/+80
2017-08-28remoteproc: st: explicitly request exclusive reset controlPhilipp Zabel1-2/+4
2017-02-07remoteproc: st: add virtio communication supportLoic Pallardy1-2/+111
2017-02-07remoteproc: st: correct probe error managementLoic Pallardy1-2/+4
2017-01-18drivers: remoteproc: constify rproc_ops structuresBhumika Goyal1-1/+1
2016-11-01remoteproc: st: Fix error return code in st_rproc_probe()Wei Yongjun1-1/+3
2016-10-03remoteproc: Split driver and consumer dereferencingBjorn Andersson1-2/+2
2016-03-29remoteproc: st: fix check of syscon_regmap_lookup_by_phandle() return valueVladimir Zapolskiy1-2/+2
2016-01-30remoteproc: Supply controller driver for ST's Remote ProcessorsLee Jones1-0/+297