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