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