summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
* remoteproc/davinci: use the reset frameworkBartosz Golaszewski2018-08-161-5/+29
* remoteproc/davinci: Mark error recovery as disabledSuman Anna2018-08-131-0/+3
* remoteproc: st_slim: replace "%p" with "%pK"Loic Pallardy2018-07-301-1/+2
* remoteproc: replace "%p" with "%pK"Loic Pallardy2018-07-303-6/+6
* remoteproc: qcom: fix Q6V5_WCSS dependenciesArnd Bergmann2018-07-301-0/+1
* remoteproc: Reset table_ptr in rproc_start() failure pathsSuman Anna2018-07-301-2/+3
* remoteproc: qcom: q6v5-pil: fix modem hang on SDM845 after axis2 clk unvoteSibi Sankar2018-07-101-1/+0
* 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-183-0/+617
* remoteproc: qcom: q6v5-pil: Use common q6v5 helpersBjorn Andersson2018-06-182-142/+16
* remoteproc: qcom: adsp: Use common q6v5 helpersBjorn Andersson2018-06-182-129/+28
* remoteproc: q6v5: Extract common resource handlingBjorn Andersson2018-06-184-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-291-0/+3
* remoteproc: q6v5: Add support for mss remoteproc on SDM845Sibi Sankar2018-05-291-4/+111
* remoteproc: q6v5: Introduce reset assert/deassert helper functionsSibi Sankar2018-05-291-3/+13
* remoteproc: q6v5: Move proxy unvote to handover irq handlerSibi Sankar2018-05-211-7/+43
* remoteproc: q6v5: Return irq from q6v5_request_irq()Bjorn Andersson2018-05-211-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
* Merge tag 'v4.17-rc4' into rproc-nextBjorn Andersson2018-05-092-2/+4
|\
| * remoteproc: qcom: Fix potential device node leaksTobias Jordan2018-04-251-0/+2
| * remoteproc: fix crashed parameter logic on stop callArnaud Pouliquen2018-04-251-2/+2
* | remoteproc: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-04-251-1/+0
* | remoteproc: Prevent incorrect rproc state on xfer mem ownership failureSibi Sankar2018-04-171-6/+4
|/
* remoteproc: fix null pointer dereference on glink only platformsSibi Sankar2018-04-051-0/+6
* soc: qcom: qmi: add CONFIG_NET dependencyArnd Bergmann2018-03-271-0/+1
* remoteproc: imx_rproc: Slightly simplify code in 'imx_rproc_probe()'Christophe JAILLET2018-03-181-6/+4
* remoteproc: imx_rproc: Re-use existing error handling path in 'imx_rproc_prob...Christophe JAILLET2018-03-181-4/+3
* remoteproc: imx_rproc: Fix an error handling path in 'imx_rproc_probe()'Christophe JAILLET2018-03-181-2/+4
* remoteproc: qcom: Introduce sysmonBjorn Andersson2018-02-127-0/+637
* remoteproc: Pass type of shutdown to subdev removeBjorn Andersson2018-02-122-12/+12
* remoteproc: qcom: Register segments for core dumpSarangdhar Joshi2018-02-124-0/+48
* soc: qcom: mdt-loader: Return relocation baseBjorn Andersson2018-02-122-2/+5
* remoteproc: Rename "load_rsc_table" to "parse_fw"Bjorn Andersson2018-02-122-7/+6
* remoteproc: Add remote processor coredump supportSarangdhar Joshi2018-02-122-0/+129
* remoteproc: Remove null character write of shared memJitendra Sharma2018-02-123-12/+0
* Merge tag 'rproc-v4.16' of git://github.com/andersson/remoteprocLinus Torvalds2018-02-0510-199/+91
|\
| * remoteproc: Reset table_ptr on stopBjorn Andersson2018-01-151-0/+3
| * remoteproc: Drop dangling find_rsc_table dummiesBjorn Andersson2018-01-156-54/+0
| * remoteproc: Move resource table load logic to findBjorn Andersson2018-01-153-50/+35
| * remoteproc: Don't handle empty resource tableBjorn Andersson2018-01-151-0/+3
| * remoteproc: Merge rproc_ops and rproc_fw_opsBjorn Andersson2018-01-157-88/+52
| * remoteproc: Clone rproc_ops in rproc_alloc()Bjorn Andersson2018-01-151-1/+8