aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-10remoteproc: imx_rproc: fix a couple off by one bugsDan Carpenter1-2/+2
2017-09-09Merge tag 'rpmsg-v4.14' of git://github.com/andersson/remoteprocLinus Torvalds4-0/+64
2017-09-01remoteproc: Introduce rproc handle accessor for childrenBjorn Andersson1-0/+18
2017-09-01remoteproc: qcom: Make ssr_notifiers localBjorn Andersson1-1/+1
2017-09-01remoteproc: qcom: adsp: Allow defining GLINK edgeBjorn Andersson4-0/+64
2017-08-30remoteproc: Stop subdevices in reverse orderBjorn Andersson1-1/+1
2017-08-30remoteproc: imx_rproc: add a NXP/Freescale imx_rproc driverOleksij Rempel3-0/+436
2017-08-29remoteproc: qcom: Use PTR_ERR_OR_ZEROHimanshu Jha2-5/+2
2017-08-27remoteproc: st: explicitly request exclusive reset controlPhilipp Zabel1-2/+4
2017-08-27remoteproc: qcom: explicitly request exclusive reset controlPhilipp Zabel1-1/+2
2017-08-27remoteproc/keystone: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-08-24remoteproc/keystone: Add support for Keystone 66AK2G SOCsSuman Anna1-0/+1
2017-08-24remoteproc/davinci: Add device tree support for OMAP-L138 DSPSuman Anna1-3/+27
2017-08-24remoteproc/davinci: Add support to parse internal memoriesSuman Anna1-0/+62
2017-08-24remoteproc/davinci: Switch to platform_get_resource_byname()Suman Anna1-2/+4
2017-08-24remoteproc: make device_type constBhumika Goyal1-1/+1
2017-08-02remoteproc: qcom: Add support for SSR notificationsBjorn Andersson4-0/+90
2017-07-26remoteproc: Merge __rproc_boot() with rproc_boot()Suman Anna2-12/+2
2017-06-27remoteproc/keystone: Fix circular dependencies for ARM configsSuman Anna1-1/+0
2017-06-27remoteproc: Drop redundant REMOTEPROC dependency from driver KconfigsSuman Anna1-9/+0
2017-06-27remoteproc: Drop VIRTUALIZATION dependency from REMOTEPROCSuman Anna1-1/+0
2017-06-26remoteproc/keystone: Ensure the DSPs are in reset in probeAndrew F. Davis1-0/+10
2017-06-26remoteproc/keystone: Add a remoteproc driver for Keystone 2 DSPsSuman Anna3-0/+529
2017-06-25remoteproc/davinci: fix unbalanced reset between start and stop opsSuman Anna1-10/+1
2017-06-25remoteproc/davinci: simplify the reset functionSuman Anna1-20/+3
2017-06-25remoteproc/davinci: Update Kconfig to depend on DMA_CMASuman Anna1-1/+1
2017-05-30remoteproc: fix spelling mistake: "Resouce" -> "Resource"Colin Ian King1-1/+1
2017-05-26remoteproc: Modify recovery path to use rproc_{start,stop}()Sarangdhar Joshi1-9/+26
2017-05-26remoteproc: Introduce rproc_{start,stop}() functionsSarangdhar Joshi1-56/+87
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+6
2017-05-02virtio: add context flag to find vqsMichael S. Tsirkin1-4/+6
2017-03-28soc: qcom: smd: Remove standalone driverBjorn Andersson1-3/+3
2017-03-20remoteproc: qcom: fix QCOM_SMD dependenciesArnd Bergmann1-3/+3
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+2
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+2
2017-02-22remoteproc: qcom: mdt_loader: Use signed type for offsetBjorn Andersson1-1/+1
2017-02-06remoteproc: st: add virtio communication supportLoic Pallardy2-2/+114