aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-30Revert "remoteproc: Merge table_ptr and cached_table pointers"Bjorn Andersson1-10/+16
2016-12-30remoteproc: fix vdev reference managementLoic Pallardy1-3/+0
2016-12-09remoteproc: qcom_adsp_pil: select qcom_scmArnd Bergmann1-0/+1
2016-12-09remoteproc: Drop wait in __rproc_boot()Bjorn Andersson1-19/+3
2016-12-09remoteproc/ste: Delete unused driverJean Delvare3-353/+0
2016-12-09remoteproc: Remove "experimental" warningBjorn Andersson1-3/+0
2016-12-09remoteproc: qcom_adsp_pil: select qcom_scmArnd Bergmann1-0/+1
2016-12-02remoteproc: qcom: mdt_loader: add include for sizesStanimir Varbanov1-0/+1
2016-11-19remoteproc: Update last rproc_put users to rproc_freeBjorn Andersson2-4/+4
2016-11-19remoteproc: qcom: adsp: Add missing MODULE_DEVICE_TABLEBjorn Andersson1-0/+1
2016-11-18remoteproc: wcnss-pil: add QCOM_SMD dependencyArnd Bergmann1-0/+1
2016-11-16remoteproc: Add support for xo clockSarangdhar Joshi1-1/+29
2016-11-16remoteproc: adsp-pil: fix recursive dependencyArnd Bergmann1-1/+1
2016-11-16Merge branch 'topic/st_fdma' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/slave-dma into rproc-nextBjorn Andersson3-9/+381
2016-11-15remoteproc: Introduce Qualcomm ADSP PILBjorn Andersson3-0/+411
2016-11-14remoteproc: qcom_wcnss: Fix circular module dependencyBjorn Andersson5-16/+29
2016-11-14remoteproc: Merge table_ptr and cached_table pointersBjorn Andersson1-16/+10
2016-11-14remoteproc: Remove custom vdev handler listBjorn Andersson1-11/+0
2016-11-14remoteproc: Update max_notifyid as we allocate vringsBjorn Andersson1-10/+5
2016-11-14remoteproc: Decouple vdev resources and devicesBjorn Andersson1-15/+20
2016-11-14remoteproc: Further extend the vdev life cycleBjorn Andersson1-1/+6
2016-11-14remoteproc: virtio: Anchor vring life cycle in vdevBjorn Andersson2-6/+21
2016-11-14remoteproc: Assign kref to rproc_vdevBjorn Andersson3-4/+17
2016-11-14remoteproc: wcnss: Bond SMD edge to remoteprocBjorn Andersson1-0/+27
2016-11-09remoteproc: Introduce subdevicesBjorn Andersson1-0/+72
2016-10-31remoteproc: st: Fix error return code in st_rproc_probe()Wei Yongjun1-1/+3
2016-10-31remoteproc: debugfs: Remove state entry which is duplicated is sysfsMatt Redfearn1-71/+0
2016-10-31remoteproc: Add a sysfs interface for firmware and stateMatt Redfearn4-0/+160
2016-10-18remoteproc: qcom: wcnss_iris: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-10-18remoteproc: qcom: wcnss: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-10-18remoteproc: qcom: q6v5_pil: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-10-18remoteproc: Keep local copy of firmware nameMatt Redfearn1-15/+16
2016-10-18remoteproc: Update Kconfig setup to 'depends on REMOTEPROC'Peter Griffin1-8/+12
2016-10-18remoteproc: st_slim_rproc: add a slimcore rproc driverPeter Griffin3-2/+370
2016-10-06Merge tag 'rpmsg-v4.9' of git://github.com/andersson/remoteprocLinus Torvalds1-2/+2
2016-10-02remoteproc: Refactor rproc module lockingBjorn Andersson1-12/+8
2016-10-02remoteproc: Split driver and consumer dereferencingBjorn Andersson8-17/+32
2016-10-02remoteproc: Correct resource handling upon boot failureBjorn Andersson1-4/+5
2016-09-19remoteproc: Drop unnecessary NULL checkBjorn Andersson1-7/+0
2016-09-08rpmsg: Move rpmsg_device API to new fileBjorn Andersson1-2/+2
2016-09-06remoteproc: core: transform struct fw_rsc_vdev_vring reserved field in paLoic PALLARDY1-6/+0
2016-08-22remoteproc: 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-17remoteproc: Move handling of cached table to boot/shutdownBjorn Andersson1-37/+18
2016-08-17remoteproc: Move vdev handling to boot/shutdownBjorn Andersson1-22/+15
2016-08-17remoteproc: Calculate max_notifyid during loadBjorn Andersson1-12/+4
2016-08-17remoteproc: Introduce auto-boot flagBjorn Andersson3-14/+29
2016-08-12remoteproc/omap: revise a minor error trace messageAnna, Suman1-1/+2
2016-08-12remoteproc/omap: fix various code formatting issuesAnna, Suman1-1/+1