summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rpmsg-v4.9' of git://github.com/andersson/remoteprocLinus Torvalds2016-10-061-2/+2
|\
| * rpmsg: Move rpmsg_device API to new fileBjorn Andersson2016-09-081-2/+2
* | remoteproc: Refactor rproc module lockingBjorn Andersson2016-10-021-12/+8
* | remoteproc: Split driver and consumer dereferencingBjorn Andersson2016-10-028-17/+32
* | remoteproc: Correct resource handling upon boot failureBjorn Andersson2016-10-021-4/+5
* | remoteproc: Drop unnecessary NULL checkBjorn Andersson2016-09-191-7/+0
* | remoteproc: core: transform struct fw_rsc_vdev_vring reserved field in paLoic PALLARDY2016-09-061-6/+0
* | remoteproc: qcom: wcnss: Fix return value check in wcnss_probe()Wei Yongjun2016-08-221-2/+2
* | remoteproc: qcom: Introduce WCNSS peripheral image loaderBjorn Andersson2016-08-185-0/+852
* | remoteproc: Only update table_ptr if we have a loaded tableBjorn Andersson2016-08-181-10/+6
* | remoteproc: Move handling of cached table to boot/shutdownBjorn Andersson2016-08-171-37/+18
* | remoteproc: Move vdev handling to boot/shutdownBjorn Andersson2016-08-171-22/+15
* | remoteproc: Calculate max_notifyid during loadBjorn Andersson2016-08-171-12/+4
* | remoteproc: Introduce auto-boot flagBjorn Andersson2016-08-173-14/+29
* | remoteproc/omap: revise a minor error trace messageAnna, Suman2016-08-121-1/+2
* | remoteproc/omap: fix various code formatting issuesAnna, Suman2016-08-121-1/+1
* | remoteproc: print hex numbers with a leading 0x formatAnna, Suman2016-08-121-4/+4
* | remoteproc: align code with open parenthesisAnna, Suman2016-08-125-39/+39
* | remoteproc: fix bare unsigned type usageAnna, Suman2016-08-121-6/+6
* | remoteproc: use variable names for sizeof() operatorAnna, Suman2016-08-121-2/+2
* | remoteproc: fix couple of minor typosAnna, Suman2016-08-122-2/+2
* | remoteproc: use proper format-specifier for printing dma_addr_tAnna, Suman2016-08-121-6/+6
* | remoteproc: qcom: hexagon: Fix error return code in q6v5_probe()Wei Yongjun2016-08-101-1/+3
* | remoteproc: core: Remove pointless OOM printLee Jones2016-08-101-1/+0
* | remoteproc: core: Trivial: Improve error checking, spelling and debug printsLee Jones2016-08-101-6/+6
* | remoteproc: core: Ensure error message is clearLee Jones2016-08-101-2/+3
|/
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-4/+3
* remoteproc: qcom: hexagon: Clean up mpss validationBjorn Andersson2016-07-141-11/+7
* remoteproc: qcom: remove redundant dev_err call in q6v5_init_mem()Wei Yongjun2016-07-141-6/+2
* remoteproc: qcom: Driver for the self-authenticating Hexagon v5Bjorn Andersson2016-07-135-0/+1124
* remoteproc: Fix potential race condition in rproc_addDave Gerlach2016-06-141-6/+9
* remoteproc: Add additional crash reasonsBjorn Andersson2016-05-121-0/+2
* remoteproc: core: Make the loaded resource table optionalBjorn Andersson2016-05-121-6/+2
* remoteproc: core: Task sync during rproc_fw_boot()Lee Jones2016-05-063-3/+29
* remoteproc: st: fix check of syscon_regmap_lookup_by_phandle() return valueVladimir Zapolskiy2016-03-281-2/+2
* remoteproc: Supply controller driver for ST's Remote ProcessorsLee Jones2016-01-293-0/+307
* remoteproc: debugfs: Add ability to boot remote processor using debugfsLee Jones2016-01-291-0/+34
* remoteproc: debugfs: Return error on invalid 'count' valueLee Jones2016-01-291-1/+1
* remoteproc/wkup_m3: Use MODULE_DEVICE_TABLE to export aliasDave Gerlach2016-01-291-0/+1
* remoteproc: report error if resource table doesn't existStefan Agner2016-01-291-1/+3
* virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi2016-01-121-1/+1
* remoteproc: fix memory leak of remoteproc ida cache layersSuman Anna2015-11-261-0/+2
* remoteproc: avoid stack overflow in debugfs fileArnd Bergmann2015-11-261-1/+1
* remoteproc: fix !CONFIG_OF build breakageOhad Ben-Cohen2015-06-181-0/+7
* remoteproc/wkup_m3: add a remoteproc driver for TI Wakeup M3Dave Gerlach2015-06-173-0/+271
* remoteproc: add a rproc ops for performing address translationSuman Anna2015-06-171-6/+25
* remoteproc: introduce rproc_get_by_phandle APIDave Gerlach2015-06-161-0/+50
* remoteproc: fix various checkpatch warningsSuman Anna2015-05-022-19/+10
* remoteproc/davinci: fix quoted split string checkpatch warningSuman Anna2015-05-021-2/+1
* remoteproc/ste: add blank lines after declarationsSuman Anna2015-05-021-2/+2
OpenPOWER on IntegriCloud