aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-4/+6
2017-05-02virtio: add context flag to find vqsGravatar Michael S. Tsirkin 1-4/+6
2017-03-28soc: qcom: smd: Remove standalone driverGravatar Bjorn Andersson 1-3/+3
2017-03-20remoteproc: qcom: fix QCOM_SMD dependenciesGravatar Arnd Bergmann 1-3/+3
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+2
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsGravatar Christoph Hellwig 1-1/+2
2017-02-22remoteproc: qcom: mdt_loader: Use signed type for offsetGravatar Bjorn Andersson 1-1/+1
2017-02-06remoteproc: st: add virtio communication supportGravatar Loic Pallardy 2-2/+114
2017-02-06remoteproc: st: correct probe error managementGravatar Loic Pallardy 1-2/+4
2017-02-06remoteproc: Modify the function namesGravatar Sarangdhar Joshi 1-9/+5
2017-02-06remoteproc: Reduce asynchronous request_firmware to auto-boot onlyGravatar Sarangdhar Joshi 1-6/+8
2017-02-06remoteproc: Drop qcom_scm_pas_supported() from adsp_probe()Gravatar Sarangdhar Joshi 1-5/+0
2017-02-06remoteproc: qcom: Use common SMD edge handlerGravatar Bjorn Andersson 3-0/+14
2017-02-06remoteproc: qcom: wcnss: Make SMD handling commonGravatar Bjorn Andersson 3-26/+67
2017-02-06remoteproc: Move qcom_mdt_loader into drivers/soc/qcomGravatar Bjorn Andersson 7-225/+3
2017-02-06remoteproc: qcom: mdt_loader: Refactor MDT loaderGravatar Bjorn Andersson 4-105/+98
2017-02-06remoteproc: qcom: mdt_loader: Don't overwrite firmware objectGravatar Bjorn Andersson 1-3/+4
2017-02-06remoteproc: qcom: Extract non-mdt related helperGravatar Bjorn Andersson 9-20/+67
2017-02-06remoteproc: qcom: q6v5: Decouple driver from MDT loaderGravatar Bjorn Andersson 2-57/+90
2017-02-06remoteproc: qcom: q6v5: Remove mss supply from 8916Gravatar Bjorn Andersson 1-8/+3
2017-02-01remoteproc: qcom: fix initializers for qcom_mss_reg_res arrayGravatar Arnd Bergmann 1-2/+2
2017-01-30remoteproc: Drop firmware_loading_completeGravatar Sarangdhar Joshi 1-11/+11
2017-01-30remoteproc: Add RPROC_DELETED stateGravatar Sarangdhar Joshi 1-0/+1
2017-01-30remoteproc: Move rproc_delete_debug_dir() to rproc_del()Gravatar Sarangdhar Joshi 1-2/+2
2017-01-30remoteproc: qcom: Add SLPI rproc support to load and boot slpi proc.Gravatar Avaneesh Kumar Dwivedi 1-1/+9
2017-01-30remoteproc: qcom: Add additional agree2_clk and px regulator resource.Gravatar Avaneesh Kumar Dwivedi 1-5/+38
2017-01-30remoteproc: qcom: Compatible string based resource initialization.Gravatar Avaneesh Kumar Dwivedi 1-14/+33
2017-01-18drivers: remoteproc: constify rproc_ops structuresGravatar Bhumika Goyal 5-5/+5
2017-01-18remoteproc: qcom: Initialize and enable proxy and active regulators.Gravatar Avaneesh Kumar Dwivedi 1-50/+169
2017-01-18remoteproc: qcom: Initialize and enable proxy and active clocks.Gravatar Avaneesh Kumar Dwivedi 1-42/+109
2017-01-18remoteproc: qcom: Compatible string based private resource initialization.Gravatar Avaneesh Kumar Dwivedi 1-3/+22
2017-01-18remoteproc: add some kind of helpGravatar Pavel Machek 1-2/+5
2016-12-30Revert "remoteproc: Merge table_ptr and cached_table pointers"Gravatar Bjorn Andersson 1-10/+16
2016-12-30remoteproc: fix vdev reference managementGravatar Loic Pallardy 1-3/+0
2016-12-09remoteproc: qcom_adsp_pil: select qcom_scmGravatar Arnd Bergmann 1-0/+1
2016-12-09remoteproc: Drop wait in __rproc_boot()Gravatar Bjorn Andersson 1-19/+3
2016-12-09remoteproc/ste: Delete unused driverGravatar Jean Delvare 3-353/+0
2016-12-09remoteproc: Remove "experimental" warningGravatar Bjorn Andersson 1-3/+0
2016-12-09remoteproc: qcom_adsp_pil: select qcom_scmGravatar Arnd Bergmann 1-0/+1
2016-12-02remoteproc: qcom: mdt_loader: add include for sizesGravatar Stanimir Varbanov 1-0/+1
2016-11-19remoteproc: Update last rproc_put users to rproc_freeGravatar Bjorn Andersson 2-4/+4
2016-11-19remoteproc: qcom: adsp: Add missing MODULE_DEVICE_TABLEGravatar Bjorn Andersson 1-0/+1
2016-11-18remoteproc: wcnss-pil: add QCOM_SMD dependencyGravatar Arnd Bergmann 1-0/+1
2016-11-16remoteproc: Add support for xo clockGravatar Sarangdhar Joshi 1-1/+29
2016-11-16remoteproc: adsp-pil: fix recursive dependencyGravatar Arnd Bergmann 1-1/+1
2016-11-16Merge branch 'topic/st_fdma' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Bjorn Andersson 3-9/+381
2016-11-15remoteproc: Introduce Qualcomm ADSP PILGravatar Bjorn Andersson 3-0/+411
2016-11-14remoteproc: qcom_wcnss: Fix circular module dependencyGravatar Bjorn Andersson 5-16/+29
2016-11-14remoteproc: Merge table_ptr and cached_table pointersGravatar Bjorn Andersson 1-16/+10
2016-11-14remoteproc: Remove custom vdev handler listGravatar Bjorn Andersson 1-11/+0