summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: qcom_adsp_pil: select qcom_scmArnd Bergmann2016-12-101-0/+1
* remoteproc: Drop wait in __rproc_boot()Bjorn Andersson2016-12-101-19/+3Star
* remoteproc/ste: Delete unused driverJean Delvare2016-12-103-353/+0Star
* remoteproc: Remove "experimental" warningBjorn Andersson2016-12-101-3/+0Star
* remoteproc: qcom_adsp_pil: select qcom_scmArnd Bergmann2016-12-091-0/+1
* remoteproc: qcom: mdt_loader: add include for sizesStanimir Varbanov2016-12-021-0/+1
* remoteproc: Update last rproc_put users to rproc_freeBjorn Andersson2016-11-202-4/+4
* remoteproc: qcom: adsp: Add missing MODULE_DEVICE_TABLEBjorn Andersson2016-11-201-0/+1
* remoteproc: wcnss-pil: add QCOM_SMD dependencyArnd Bergmann2016-11-181-0/+1
* remoteproc: Add support for xo clockSarangdhar Joshi2016-11-171-1/+29
* remoteproc: adsp-pil: fix recursive dependencyArnd Bergmann2016-11-171-1/+1
* Merge branch 'topic/st_fdma' of git://git.kernel.org/pub/scm/linux/kernel/git...Bjorn Andersson2016-11-173-9/+381
|\
| * remoteproc: Update Kconfig setup to 'depends on REMOTEPROC'Peter Griffin2016-10-181-8/+12
| * remoteproc: st_slim_rproc: add a slimcore rproc driverPeter Griffin2016-10-183-2/+370
* | remoteproc: Introduce Qualcomm ADSP PILBjorn Andersson2016-11-163-0/+411
* | remoteproc: qcom_wcnss: Fix circular module dependencyBjorn Andersson2016-11-155-16/+29
* | 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