aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner1-1/+1
2018-05-29remoteproc: q6v5: Allow defining GLINK edge for mss remoteprocSibi Sankar1-0/+3
2018-05-29remoteproc: q6v5: Add support for mss remoteproc on SDM845Sibi Sankar1-4/+111
2018-05-29remoteproc: q6v5: Introduce reset assert/deassert helper functionsSibi Sankar1-3/+13
2018-05-21remoteproc: q6v5: Move proxy unvote to handover irq handlerSibi Sankar1-7/+43
2018-05-21remoteproc: q6v5: Return irq from q6v5_request_irq()Bjorn Andersson1-5/+6
2018-05-09remoteproc/davinci: use octal permissions for module_param()Bartosz Golaszewski1-1/+1
2018-05-09remoteproc/davinci: prepare and unprepare the clock where neededBartosz Golaszewski1-3/+3
2018-05-09remoteproc/davinci: add the missing retval check for clk_enable()Bartosz Golaszewski1-1/+7
2018-05-09Merge tag 'v4.17-rc4' into rproc-nextBjorn Andersson2-2/+4
2018-04-25remoteproc: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-1/+0
2018-04-25remoteproc: qcom: Fix potential device node leaksTobias Jordan1-0/+2
2018-04-25remoteproc: fix crashed parameter logic on stop callArnaud Pouliquen1-2/+2
2018-04-17remoteproc: Prevent incorrect rproc state on xfer mem ownership failureSibi Sankar1-6/+4
2018-04-05remoteproc: fix null pointer dereference on glink only platformsSibi Sankar1-0/+6
2018-03-27soc: qcom: qmi: add CONFIG_NET dependencyArnd Bergmann1-0/+1
2018-03-18remoteproc: imx_rproc: Slightly simplify code in 'imx_rproc_probe()'Christophe JAILLET1-6/+4
2018-03-18remoteproc: imx_rproc: Re-use existing error handling path in 'imx_rproc_probe()'Christophe JAILLET1-4/+3
2018-03-18remoteproc: imx_rproc: Fix an error handling path in 'imx_rproc_probe()'Christophe JAILLET1-2/+4
2018-02-12remoteproc: qcom: Introduce sysmonBjorn Andersson7-0/+637
2018-02-12remoteproc: Pass type of shutdown to subdev removeBjorn Andersson2-12/+12
2018-02-12remoteproc: qcom: Register segments for core dumpSarangdhar Joshi4-0/+48
2018-02-12soc: qcom: mdt-loader: Return relocation baseBjorn Andersson2-2/+5
2018-02-12remoteproc: Rename "load_rsc_table" to "parse_fw"Bjorn Andersson2-7/+6
2018-02-12remoteproc: Add remote processor coredump supportSarangdhar Joshi2-0/+129
2018-02-12remoteproc: Remove null character write of shared memJitendra Sharma3-12/+0
2018-02-05Merge tag 'rproc-v4.16' of git://github.com/andersson/remoteprocLinus Torvalds10-199/+91
2018-01-15remoteproc: Reset table_ptr on stopBjorn Andersson1-0/+3
2018-01-15remoteproc: Drop dangling find_rsc_table dummiesBjorn Andersson6-54/+0
2018-01-15remoteproc: Move resource table load logic to findBjorn Andersson3-50/+35
2018-01-15remoteproc: Don't handle empty resource tableBjorn Andersson1-0/+3
2018-01-15remoteproc: Merge rproc_ops and rproc_fw_opsBjorn Andersson7-88/+52
2018-01-15remoteproc: Clone rproc_ops in rproc_alloc()Bjorn Andersson1-1/+8
2018-01-15remoteproc: Cache resource table sizeBjorn Andersson1-13/+7
2018-01-15remoteproc: Remove depricated crash completionBjorn Andersson1-10/+0
2018-01-02virtio_remoteproc: correct put_device virtio_device.devweiping zhang1-1/+1
2017-11-28remoteproc: qcom: Use PTR_ERR_OR_ZERO() in glink probVasyl Gomonovych1-1/+1
2017-11-17Merge tag 'rproc-v4.15' of git://github.com/andersson/remoteprocLinus Torvalds2-39/+382
2017-11-17Merge tag 'rpmsg-v4.15' of git://github.com/andersson/remoteprocLinus Torvalds1-4/+0
2017-11-14remoteproc: qcom: Fix error handling paths in order to avoid memory leaksChristophe JAILLET1-2/+5
2017-11-06remoteproc: qcom: Drop pr_err in q6v5_xfer_mem_ownership()Bjorn Andersson1-14/+15
2017-11-06remoteproc: debug: add carveouts list dump featureLoic Pallardy1-0/+31
2017-11-06remoteproc: debug: add resource table dump featureLoic Pallardy1-0/+99
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-30remoteproc: qcom: Add support for mss remoteproc on msm8996Avaneesh Kumar Dwivedi1-24/+140
2017-10-30remoteproc: qcom: Make secure world call for mem ownership switchAvaneesh Kumar Dwivedi1-5/+101
2017-10-30remoteproc: qcom: refactor mss fw image loading sequenceAvaneesh Kumar Dwivedi1-11/+8
2017-10-25rpmsg: Allow RPMSG_VIRTIO to be enabled via menuconfig or defconfigAnup Patel1-4/+0
2017-10-11remoteproc: imx_rproc: fix return value check in imx_rproc_addr_init()Wei Yongjun1-3/+2
2017-10-10remoteproc: qcom: fix RPMSG_QCOM_GLINK_SMEM dependenciesArnd Bergmann1-0/+2