summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
...
* | remoteproc: Decouple vdev resources and devicesBjorn Andersson2016-11-141-15/+20
* | remoteproc: Further extend the vdev life cycleBjorn Andersson2016-11-141-1/+6
* | remoteproc: virtio: Anchor vring life cycle in vdevBjorn Andersson2016-11-142-6/+21
* | remoteproc: Assign kref to rproc_vdevBjorn Andersson2016-11-143-4/+17
* | remoteproc: wcnss: Bond SMD edge to remoteprocBjorn Andersson2016-11-141-0/+27
* | remoteproc: Introduce subdevicesBjorn Andersson2016-11-091-0/+72
* | remoteproc: st: Fix error return code in st_rproc_probe()Wei Yongjun2016-10-311-1/+3
* | remoteproc: debugfs: Remove state entry which is duplicated is sysfsMatt Redfearn2016-10-311-71/+0
* | remoteproc: Add a sysfs interface for firmware and stateMatt Redfearn2016-10-314-0/+160
* | remoteproc: qcom: wcnss_iris: Fix module autoloadJavier Martinez Canillas2016-10-181-0/+1
* | remoteproc: qcom: wcnss: Fix module autoloadJavier Martinez Canillas2016-10-181-0/+1
* | remoteproc: qcom: q6v5_pil: Fix module autoloadJavier Martinez Canillas2016-10-181-0/+1
* | remoteproc: Keep local copy of firmware nameMatt Redfearn2016-10-181-15/+16
|/
* 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