summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
...
* | remoteproc: Merge table_ptr and cached_table pointersBjorn Andersson2016-11-151-16/+10Star
* | remoteproc: Remove custom vdev handler listBjorn Andersson2016-11-151-11/+0Star
* | remoteproc: Update max_notifyid as we allocate vringsBjorn Andersson2016-11-151-10/+5Star
* | remoteproc: Decouple vdev resources and devicesBjorn Andersson2016-11-151-15/+20
* | remoteproc: Further extend the vdev life cycleBjorn Andersson2016-11-151-1/+6
* | remoteproc: virtio: Anchor vring life cycle in vdevBjorn Andersson2016-11-152-6/+21
* | remoteproc: Assign kref to rproc_vdevBjorn Andersson2016-11-153-4/+17
* | remoteproc: wcnss: Bond SMD edge to remoteprocBjorn Andersson2016-11-151-0/+27
* | remoteproc: Introduce subdevicesBjorn Andersson2016-11-101-0/+72
* | remoteproc: st: Fix error return code in st_rproc_probe()Wei Yongjun2016-11-011-1/+3
* | remoteproc: debugfs: Remove state entry which is duplicated is sysfsMatt Redfearn2016-11-011-71/+0Star
* | remoteproc: Add a sysfs interface for firmware and stateMatt Redfearn2016-11-014-0/+160
* | remoteproc: qcom: wcnss_iris: Fix module autoloadJavier Martinez Canillas2016-10-191-0/+1
* | remoteproc: qcom: wcnss: Fix module autoloadJavier Martinez Canillas2016-10-191-0/+1
* | remoteproc: qcom: q6v5_pil: Fix module autoloadJavier Martinez Canillas2016-10-191-0/+1
* | remoteproc: Keep local copy of firmware nameMatt Redfearn2016-10-191-15/+16
|/
* Merge tag 'rpmsg-v4.9' of git://github.com/andersson/remoteprocLinus Torvalds2016-10-071-2/+2
|\
| * rpmsg: Move rpmsg_device API to new fileBjorn Andersson2016-09-091-2/+2
* | remoteproc: Refactor rproc module lockingBjorn Andersson2016-10-031-12/+8Star
* | remoteproc: Split driver and consumer dereferencingBjorn Andersson2016-10-038-17/+32
* | remoteproc: Correct resource handling upon boot failureBjorn Andersson2016-10-031-4/+5
* | remoteproc: Drop unnecessary NULL checkBjorn Andersson2016-09-201-7/+0Star
* | remoteproc: core: transform struct fw_rsc_vdev_vring reserved field in paLoic PALLARDY2016-09-061-6/+0Star
* | remoteproc: qcom: wcnss: Fix return value check in wcnss_probe()Wei Yongjun2016-08-231-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/+6Star
* | remoteproc: Move handling of cached table to boot/shutdownBjorn Andersson2016-08-181-37/+18Star
* | remoteproc: Move vdev handling to boot/shutdownBjorn Andersson2016-08-181-22/+15Star
* | remoteproc: Calculate max_notifyid during loadBjorn Andersson2016-08-181-12/+4Star
* | remoteproc: Introduce auto-boot flagBjorn Andersson2016-08-183-14/+29
* | remoteproc/omap: revise a minor error trace messageAnna, Suman2016-08-131-1/+2
* | remoteproc/omap: fix various code formatting issuesAnna, Suman2016-08-131-1/+1
* | remoteproc: print hex numbers with a leading 0x formatAnna, Suman2016-08-131-4/+4
* | remoteproc: align code with open parenthesisAnna, Suman2016-08-135-39/+39
* | remoteproc: fix bare unsigned type usageAnna, Suman2016-08-131-6/+6
* | remoteproc: use variable names for sizeof() operatorAnna, Suman2016-08-131-2/+2
* | remoteproc: fix couple of minor typosAnna, Suman2016-08-132-2/+2
* | remoteproc: use proper format-specifier for printing dma_addr_tAnna, Suman2016-08-131-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/+0Star
* | 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/+3Star
* remoteproc: qcom: hexagon: Clean up mpss validationBjorn Andersson2016-07-151-11/+7Star
* remoteproc: qcom: remove redundant dev_err call in q6v5_init_mem()Wei Yongjun2016-07-151-6/+2Star
* 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-131-0/+2
* remoteproc: core: Make the loaded resource table optionalBjorn Andersson2016-05-131-6/+2Star
* remoteproc: core: Task sync during rproc_fw_boot()Lee Jones2016-05-063-3/+29