summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rproc-v5.1' of git://github.com/andersson/remoteprocLinus Torvalds2019-03-1410-92/+595
|\
| * remoteproc: fix for "dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag"Stephen Rothwell2019-03-121-2/+1
| * remoteproc: fix rproc_check_carveout_da() returned error and commentsLoic Pallardy2019-02-201-10/+12
| * remoteproc: fix trace buffer va initializationLoic Pallardy2019-02-203-25/+40
| * remoteproc: fix rproc_alloc_carveout() for rproc with iommu domainLoic Pallardy2019-02-201-10/+16
| * remoteproc: add warning on resource table castLoic Pallardy2019-02-201-2/+14
| * remoteproc: fix rproc_alloc_carveout() bad variable castLoic Pallardy2019-02-201-1/+1
| * remoteproc: fix rproc_da_to_va in case of unallocated carveoutLoic Pallardy2019-02-201-0/+4
| * remoteproc: correct rproc_mem_entry_init() commentsLoic Pallardy2019-02-201-1/+2
| * remoteproc: fix recovery procedureLoic Pallardy2019-02-203-6/+21
| * remoteproc: st: add reserved memory supportLoic Pallardy2019-02-201-11/+80
| * remoteproc: create vdev subdevice with specific dma memory poolLoic Pallardy2019-02-203-4/+86
| * remoteproc: q6v5_adsp: Remove voting for lpass_aon clockRohit kumar2019-02-171-1/+1
| * remoteproc: q6v5-mss: Active powerdomain for SDM845Bjorn Andersson2019-01-301-2/+29
| * remoteproc: q6v5-mss: Vote for rpmh power domainsRajendra Nayak2019-01-301-5/+114
| * remoteproc: qcom: Add support for parsing fw dt bindingsSibi Sankar2019-01-292-11/+45
| * remoteproc: qcom_q6v5: don't auto boot remote processorRamon Fried2019-01-291-0/+2
| * remoteproc: qcom: Wait for shutdown-ack/ind on sysmon shutdownSibi Sankar2019-01-211-1/+41
| * remoteproc: qcom: Add shutdown-ack irqSibi Sankar2019-01-215-2/+53
| * remoteproc/qcom_sysmon.c: Remove duplicate headerBrajeswar Ghosh2019-01-141-1/+0
| * remoteproc: qcom: q6v5-mss: Add missing regulator for MSM8996Sibi Sankar2019-01-061-0/+7
| * remoteproc: qcom: q6v5-mss: Add missing clocks for MSM8996Sibi Sankar2019-01-061-1/+4
| * remoteproc: qcom: fix spelling mistake "Peripherial" -> "Peripheral"Colin Ian King2019-01-061-1/+1
| * remoteproc: debug: add crash debugfs nodeXiang Xiao2019-01-061-0/+26
* | virtio: don't allocate vqs when names[i] = NULLWei Wang2019-01-141-2/+7
|/
* virtio_ring: disable packed ring on unsupported transportsTiwei Bie2018-11-261-0/+13
* remoteproc: qcom: q6v5-mss: Register segments/dumpfn for coredumpSibi Sankar2018-10-191-0/+42
* remoteproc: qcom: q6v5-mss: Add custom dump function for modemSibi Sankar2018-10-191-0/+33
* remoteproc: qcom: q6v5-mss: Refactor mba load/unload sequenceSibi Sankar2018-10-191-138/+170
* remoteproc: Add mechanism for custom dump function assignmentSibi Sankar2018-10-191-0/+38
* remoteproc: Introduce custom dump function for each remoteproc segmentSibi Sankar2018-10-191-7/+11
* remoteproc: modify vring allocation to rely on centralized carveout allocatorLoic Pallardy2018-10-143-30/+47
* remoteproc: qcom: q6v5: shore up resource probe handlingBrian Norris2018-10-091-8/+36
* remoteproc: qcom: qcom_q6v5_adsp: Fix some return value checkWei Yongjun2018-10-091-8/+4
* remoteproc: modify rproc_handle_carveout to support pre-registered regionLoic Pallardy2018-10-091-0/+30
* remoteproc: add helper function to check carveout device addressLoic Pallardy2018-10-091-0/+47
* remoteproc: add helper function to allocate rproc_mem_entry from reserved memoryLoic Pallardy2018-10-091-0/+37
* remoteproc: add alloc ops in rproc_mem_entry structLoic Pallardy2018-10-091-93/+168
* remoteproc: introduce rproc_find_carveout_by_name functionLoic Pallardy2018-10-091-0/+42
* remoteproc: introduce rproc_add_carveout functionLoic Pallardy2018-10-091-1/+15
* remoteproc: add helper function to allocate and init rproc_mem_entry structLoic Pallardy2018-10-091-16/+49
* remoteproc: add name in rproc_mem_entry structLoic Pallardy2018-10-092-0/+2
* remoteproc: add release ops in rproc_mem_entry structLoic Pallardy2018-10-091-2/+21
* remoteproc: add rproc_va_to_pa functionLoic Pallardy2018-10-091-1/+17
* remoteproc: configure IOMMU only if device address requestedLoic Pallardy2018-10-091-1/+9
* remoteproc: qcom: q6v5-mss: add SCM probe dependencyBrian Norris2018-10-081-0/+3
* remoteproc: qcom: q6v5-pil: Assign the relocated addressSibi Sankar2018-10-071-0/+1
* remoteproc: qcom: Introduce Non-PAS ADSP PIL driverRohit kumar2018-10-053-0/+517
* remoteproc: qcom: q6v5: Fix a race condition on fatal crashSibi Sankar2018-10-051-2/+1
* remoteproc: Check for NULL firmwares in sysfs interfaceSuman Anna2018-10-051-0/+5