summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
...
* remoteproc: modify rproc_handle_carveout to support pre-registered regionLoic Pallardy2018-10-101-0/+30
* remoteproc: add helper function to check carveout device addressLoic Pallardy2018-10-101-0/+47
* remoteproc: add helper function to allocate rproc_mem_entry from reserved memoryLoic Pallardy2018-10-101-0/+37
* remoteproc: add alloc ops in rproc_mem_entry structLoic Pallardy2018-10-101-93/+168
* remoteproc: introduce rproc_find_carveout_by_name functionLoic Pallardy2018-10-101-0/+42
* remoteproc: introduce rproc_add_carveout functionLoic Pallardy2018-10-101-1/+15
* remoteproc: add helper function to allocate and init rproc_mem_entry structLoic Pallardy2018-10-101-16/+49
* remoteproc: add name in rproc_mem_entry structLoic Pallardy2018-10-102-0/+2
* remoteproc: add release ops in rproc_mem_entry structLoic Pallardy2018-10-101-2/+21
* remoteproc: add rproc_va_to_pa functionLoic Pallardy2018-10-101-1/+17
* remoteproc: configure IOMMU only if device address requestedLoic Pallardy2018-10-101-1/+9
* remoteproc: qcom: q6v5-mss: add SCM probe dependencyBrian Norris2018-10-091-0/+3
* remoteproc: qcom: q6v5-pil: Assign the relocated addressSibi Sankar2018-10-081-0/+1
* remoteproc: qcom: Introduce Non-PAS ADSP PIL driverRohit kumar2018-10-063-0/+517
* remoteproc: qcom: q6v5: Fix a race condition on fatal crashSibi Sankar2018-10-061-2/+1Star
* remoteproc: Check for NULL firmwares in sysfs interfaceSuman Anna2018-10-061-0/+5
* remoteproc: qcom: q6v5-pil: Add PDC reset for modem on SDM845 SoCsSibi Sankar2018-10-051-5/+24
* remoteproc: qcom: q6v5-pil: Explicitly get mss_restart lineSibi Sankar2018-10-051-1/+1
* remoteproc: qcom: pas: Add QCS404 remoteprocsBjorn Andersson2018-09-281-0/+12
* remoteproc: qcom: Rename Hexagon v5 modem driverBjorn Andersson2018-09-263-11/+11
* remoteproc: qcom: Rename Hexagon v5 PAS driverBjorn Andersson2018-09-263-16/+17
* remoteproc: qcom: q6v5: Propagate EPROBE_DEFERBjorn Andersson2018-09-261-0/+12
* remoteproc: qcom: adsp: Add SDM845 ADSP and CDSP supportBjorn Andersson2018-09-061-0/+12
* remoteproc/davinci: Use %zx for formating size_tBjorn Andersson2018-08-281-1/+1
* remoteproc/davinci: use the reset frameworkBartosz Golaszewski2018-08-171-5/+29
* remoteproc/davinci: Mark error recovery as disabledSuman Anna2018-08-131-0/+3
* remoteproc: st_slim: replace "%p" with "%pK"Loic Pallardy2018-07-311-1/+2
* remoteproc: replace "%p" with "%pK"Loic Pallardy2018-07-313-6/+6
* remoteproc: qcom: fix Q6V5_WCSS dependenciesArnd Bergmann2018-07-311-0/+1
* remoteproc: Reset table_ptr in rproc_start() failure pathsSuman Anna2018-07-311-2/+3
* remoteproc: qcom: q6v5-pil: fix modem hang on SDM845 after axis2 clk unvoteSibi Sankar2018-07-101-1/+0Star
* remoteproc: qcom q6v5: fix modular buildArnd Bergmann2018-07-101-0/+9
* remoteproc: Introduce prepare and unprepare for subdevicesBjorn Andersson2018-06-261-3/+53
* remoteproc: rename subdev probe and remove functionsAlex Elder2018-06-262-12/+12
* remoteproc: Make client initialize ops in rproc_subdevBjorn Andersson2018-06-263-20/+21
* remoteproc: Make start and stop in subdev optionalBjorn Andersson2018-06-261-7/+13
* remoteproc: Rename subdev functions to start/stopBjorn Andersson2018-06-261-15/+15
* remoteproc: qcom: Introduce Hexagon V5 based WCSS driverSricharan R2018-06-193-0/+617
* remoteproc: qcom: q6v5-pil: Use common q6v5 helpersBjorn Andersson2018-06-192-142/+16Star
* remoteproc: qcom: adsp: Use common q6v5 helpersBjorn Andersson2018-06-192-129/+28Star
* remoteproc: q6v5: Extract common resource handlingBjorn Andersson2018-06-194-0/+295
* treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner2018-06-151-1/+1
* remoteproc: q6v5: Allow defining GLINK edge for mss remoteprocSibi Sankar2018-05-301-0/+3
* remoteproc: q6v5: Add support for mss remoteproc on SDM845Sibi Sankar2018-05-301-4/+111
* remoteproc: q6v5: Introduce reset assert/deassert helper functionsSibi Sankar2018-05-301-3/+13
* remoteproc: q6v5: Move proxy unvote to handover irq handlerSibi Sankar2018-05-221-7/+43
* remoteproc: q6v5: Return irq from q6v5_request_irq()Bjorn Andersson2018-05-221-5/+6
* remoteproc/davinci: use octal permissions for module_param()Bartosz Golaszewski2018-05-091-1/+1
* remoteproc/davinci: prepare and unprepare the clock where neededBartosz Golaszewski2018-05-091-3/+3
* remoteproc/davinci: add the missing retval check for clk_enable()Bartosz Golaszewski2018-05-091-1/+7