aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-16remoteproc/davinci: use the reset frameworkBartosz Golaszewski1-5/+29
2018-08-13remoteproc/davinci: Mark error recovery as disabledSuman Anna1-0/+3
2018-07-30remoteproc: st_slim: replace "%p" with "%pK"Loic Pallardy1-1/+2
2018-07-30remoteproc: replace "%p" with "%pK"Loic Pallardy3-6/+6
2018-07-30remoteproc: qcom: fix Q6V5_WCSS dependenciesArnd Bergmann1-0/+1
2018-07-30remoteproc: Reset table_ptr in rproc_start() failure pathsSuman Anna1-2/+3
2018-07-10remoteproc: qcom: q6v5-pil: fix modem hang on SDM845 after axis2 clk unvoteSibi Sankar1-1/+0
2018-07-10remoteproc: qcom q6v5: fix modular buildArnd Bergmann1-0/+9
2018-06-26remoteproc: Introduce prepare and unprepare for subdevicesBjorn Andersson1-3/+53
2018-06-26remoteproc: rename subdev probe and remove functionsAlex Elder2-12/+12
2018-06-26remoteproc: Make client initialize ops in rproc_subdevBjorn Andersson3-20/+21
2018-06-26remoteproc: Make start and stop in subdev optionalBjorn Andersson1-7/+13
2018-06-26remoteproc: Rename subdev functions to start/stopBjorn Andersson1-15/+15
2018-06-18remoteproc: qcom: Introduce Hexagon V5 based WCSS driverSricharan R3-0/+617
2018-06-18remoteproc: qcom: q6v5-pil: Use common q6v5 helpersBjorn Andersson2-142/+16
2018-06-18remoteproc: qcom: adsp: Use common q6v5 helpersBjorn Andersson2-129/+28
2018-06-18remoteproc: q6v5: Extract common resource handlingBjorn Andersson4-0/+295
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner1-1/+1
2018-05-29remoteproc: q6v5: Allow defining GLINK edge for mss remoteprocSibi Sankar1-0/+3
2018-05-29remoteproc: q6v5: Add support for mss remoteproc on SDM845Sibi Sankar1-4/+111
2018-05-29remoteproc: q6v5: Introduce reset assert/deassert helper functionsSibi Sankar1-3/+13
2018-05-21remoteproc: q6v5: Move proxy unvote to handover irq handlerSibi Sankar1-7/+43
2018-05-21remoteproc: q6v5: Return irq from q6v5_request_irq()Bjorn Andersson1-5/+6
2018-05-09remoteproc/davinci: use octal permissions for module_param()Bartosz Golaszewski1-1/+1
2018-05-09remoteproc/davinci: prepare and unprepare the clock where neededBartosz Golaszewski1-3/+3
2018-05-09remoteproc/davinci: add the missing retval check for clk_enable()Bartosz Golaszewski1-1/+7
2018-05-09Merge tag 'v4.17-rc4' into rproc-nextBjorn Andersson2-2/+4
2018-04-25remoteproc: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-1/+0
2018-04-25remoteproc: qcom: Fix potential device node leaksTobias Jordan1-0/+2
2018-04-25remoteproc: fix crashed parameter logic on stop callArnaud Pouliquen1-2/+2
2018-04-17remoteproc: Prevent incorrect rproc state on xfer mem ownership failureSibi Sankar1-6/+4
2018-04-05remoteproc: fix null pointer dereference on glink only platformsSibi Sankar1-0/+6
2018-03-27soc: qcom: qmi: add CONFIG_NET dependencyArnd Bergmann1-0/+1
2018-03-18remoteproc: imx_rproc: Slightly simplify code in 'imx_rproc_probe()'Christophe JAILLET1-6/+4
2018-03-18remoteproc: imx_rproc: Re-use existing error handling path in 'imx_rproc_probe()'Christophe JAILLET1-4/+3
2018-03-18remoteproc: imx_rproc: Fix an error handling path in 'imx_rproc_probe()'Christophe JAILLET1-2/+4
2018-02-12remoteproc: qcom: Introduce sysmonBjorn Andersson7-0/+637
2018-02-12remoteproc: Pass type of shutdown to subdev removeBjorn Andersson2-12/+12
2018-02-12remoteproc: qcom: Register segments for core dumpSarangdhar Joshi4-0/+48
2018-02-12soc: qcom: mdt-loader: Return relocation baseBjorn Andersson2-2/+5
2018-02-12remoteproc: Rename "load_rsc_table" to "parse_fw"Bjorn Andersson2-7/+6
2018-02-12remoteproc: Add remote processor coredump supportSarangdhar Joshi2-0/+129
2018-02-12remoteproc: Remove null character write of shared memJitendra Sharma3-12/+0
2018-02-05Merge tag 'rproc-v4.16' of git://github.com/andersson/remoteprocLinus Torvalds10-199/+91
2018-01-15remoteproc: Reset table_ptr on stopBjorn Andersson1-0/+3
2018-01-15remoteproc: Drop dangling find_rsc_table dummiesBjorn Andersson6-54/+0
2018-01-15remoteproc: Move resource table load logic to findBjorn Andersson3-50/+35
2018-01-15remoteproc: Don't handle empty resource tableBjorn Andersson1-0/+3
2018-01-15remoteproc: Merge rproc_ops and rproc_fw_opsBjorn Andersson7-88/+52
2018-01-15remoteproc: Clone rproc_ops in rproc_alloc()Bjorn Andersson1-1/+8