summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/st_remoteproc.c
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: st: Use devm_rproc_alloc() helperAndrew Davis2024-02-021-10/+5
* remoteproc: st: Fix sometimes uninitialized ret in st_rproc_probe()Nathan Chancellor2023-10-161-1/+3
* remoteproc: st: Use device_get_match_data()Rob Herring2023-10-111-10/+4
* remoteproc: st: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
* remoteproc: st: Use of_property_present() for testing DT property presenceRob Herring2023-04-181-1/+1
* remoteproc: st: Call of_node_put() on iteration errorMathieu Poirier2023-04-031-1/+4
* remoteproc: remove rproc_elf32_sanity_checkClement Leger2020-04-221-1/+1
* remoteproc: Rename rproc_elf_sanity_check for elf32Clement Leger2020-03-251-1/+1
* remoteproc: Use u64 type for boot_addrClement Leger2020-03-251-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* remoteproc: st: add reserved memory supportLoic Pallardy2019-02-201-11/+80
* remoteproc: st: explicitly request exclusive reset controlPhilipp Zabel2017-08-271-2/+4
* remoteproc: st: add virtio communication supportLoic Pallardy2017-02-061-2/+111
* remoteproc: st: correct probe error managementLoic Pallardy2017-02-061-2/+4
* drivers: remoteproc: constify rproc_ops structuresBhumika Goyal2017-01-181-1/+1
* remoteproc: st: Fix error return code in st_rproc_probe()Wei Yongjun2016-10-311-1/+3
* remoteproc: Split driver and consumer dereferencingBjorn Andersson2016-10-021-2/+2
* remoteproc: st: fix check of syscon_regmap_lookup_by_phandle() return valueVladimir Zapolskiy2016-03-281-2/+2
* remoteproc: Supply controller driver for ST's Remote ProcessorsLee Jones2016-01-291-0/+297