summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-03-12remoteproc: qcom: mdt_loader: Don't overwrite firmware objectBjorn Andersson1-3/+4
2017-01-19remoteproc: st: Fix error return code in st_rproc_probe()Wei Yongjun1-1/+3
2017-01-19remoteproc: qcom_wcnss: Fix circular module dependencyBjorn Andersson5-16/+29
2016-10-07Merge tag 'rpmsg-v4.9' of git://github.com/andersson/remoteprocLinus Torvalds9-549/+2308
2016-10-03remoteproc: Refactor rproc module lockingBjorn Andersson1-12/+8
2016-10-03remoteproc: Split driver and consumer dereferencingBjorn Andersson10-20/+36
2016-10-03remoteproc: Correct resource handling upon boot failureBjorn Andersson1-4/+5
2016-09-19remoteproc: Drop unnecessary NULL checkBjorn Andersson1-7/+0
2016-09-09rpmsg: Move rpmsg_device API to new fileBjorn Andersson5-51/+79
2016-09-06remoteproc: core: transform struct fw_rsc_vdev_vring reserved field in paLoic PALLARDY2-8/+2
2016-08-23remoteproc: qcom: wcnss: Fix return value check in wcnss_probe()Wei Yongjun1-2/+2
2016-08-18remoteproc: qcom: Introduce WCNSS peripheral image loaderBjorn Andersson5-0/+852
2016-08-18remoteproc: Only update table_ptr if we have a loaded tableBjorn Andersson1-10/+6
2016-08-18remoteproc: Move handling of cached table to boot/shutdownBjorn Andersson2-39/+18
2016-08-18remoteproc: Move vdev handling to boot/shutdownBjorn Andersson1-22/+15
2016-08-18remoteproc: Calculate max_notifyid during loadBjorn Andersson1-12/+4
2016-08-18remoteproc: Introduce auto-boot flagBjorn Andersson4-14/+30
2016-08-13remoteproc/omap: revise a minor error trace messageAnna, Suman1-1/+2
2016-08-13remoteproc/omap: fix various code formatting issuesAnna, Suman2-4/+4
2016-08-13remoteproc: print hex numbers with a leading 0x formatAnna, Suman1-4/+4
2016-08-13remoteproc: align code with open parenthesisAnna, Suman6-41/+41
2016-08-13remoteproc: fix bare unsigned type usageAnna, Suman2-7/+7
2016-08-13remoteproc: use variable names for sizeof() operatorAnna, Suman1-2/+2
2016-08-13remoteproc: fix couple of minor typosAnna, Suman2-2/+2
2016-08-13remoteproc: use proper format-specifier for printing dma_addr_tAnna, Suman1-6/+6
2016-08-10remoteproc: qcom: hexagon: Fix error return code in q6v5_probe()Wei Yongjun1-1/+3
2016-08-10remoteproc: core: Remove pointless OOM printLee Jones1-1/+0
2016-08-10remoteproc: core: Trivial: Improve error checking, spelling and debug printsLee Jones1-6/+6
2016-08-10remoteproc: core: Ensure error message is clearLee Jones1-2/+3
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski111-804/+705
2016-07-15remoteproc: qcom: hexagon: Clean up mpss validationBjorn Andersson1-11/+7
2016-07-15remoteproc: qcom: remove redundant dev_err call in q6v5_init_mem()Wei Yongjun1-6/+2
2016-07-13remoteproc: qcom: Driver for the self-authenticating Hexagon v5Bjorn Andersson5-0/+1124
2016-06-14remoteproc: Fix potential race condition in rproc_addDave Gerlach1-6/+9
2016-05-12remoteproc: Add additional crash reasonsBjorn Andersson2-0/+6
2016-05-12remoteproc: core: Make the loaded resource table optionalBjorn Andersson1-6/+2
2016-05-06remoteproc: core: Task sync during rproc_fw_boot()Lee Jones3-3/+29
2016-03-28remoteproc: st: fix check of syscon_regmap_lookup_by_phandle() return valueVladimir Zapolskiy1-2/+2
2016-01-30remoteproc: Supply controller driver for ST's Remote ProcessorsLee Jones3-0/+307
2016-01-30remoteproc: debugfs: Add ability to boot remote processor using debugfsLee Jones1-0/+34
2016-01-30remoteproc: debugfs: Return error on invalid 'count' valueLee Jones1-1/+1
2016-01-30remoteproc/wkup_m3: Use MODULE_DEVICE_TABLE to export aliasDave Gerlach1-0/+1
2016-01-30remoteproc: report error if resource table doesn't existStefan Agner1-1/+3
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi13-14/+14
2015-11-26remoteproc: fix memory leak of remoteproc ida cache layersSuman Anna1-0/+2
2015-11-26remoteproc: avoid stack overflow in debugfs fileArnd Bergmann1-1/+1
2015-06-18remoteproc: fix !CONFIG_OF build breakageOhad Ben-Cohen1-0/+7
2015-06-17remoteproc/wkup_m3: add a remoteproc driver for TI Wakeup M3Dave Gerlach4-0/+301
2015-06-17remoteproc: add a rproc ops for performing address translationSuman Anna2-6/+27
2015-06-16remoteproc: introduce rproc_get_by_phandle APIDave Gerlach3-3/+60
[next]