aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2018-10-19remoteproc: qcom: q6v5-mss: Register segments/dumpfn for coredumpGravatar Sibi Sankar 1-0/+42
2018-10-19remoteproc: qcom: q6v5-mss: Add custom dump function for modemGravatar Sibi Sankar 1-0/+33
2018-10-19remoteproc: qcom: q6v5-mss: Refactor mba load/unload sequenceGravatar Sibi Sankar 1-138/+170
2018-10-19remoteproc: Add mechanism for custom dump function assignmentGravatar Sibi Sankar 1-0/+38
2018-10-19remoteproc: Introduce custom dump function for each remoteproc segmentGravatar Sibi Sankar 1-7/+11
2018-10-14remoteproc: modify vring allocation to rely on centralized carveout allocatorGravatar Loic Pallardy 3-30/+47
2018-10-09remoteproc: qcom: q6v5: shore up resource probe handlingGravatar Brian Norris 1-8/+36
2018-10-09remoteproc: qcom: qcom_q6v5_adsp: Fix some return value checkGravatar Wei Yongjun 1-8/+4
2018-10-09remoteproc: modify rproc_handle_carveout to support pre-registered regionGravatar Loic Pallardy 1-0/+30
2018-10-09remoteproc: add helper function to check carveout device addressGravatar Loic Pallardy 1-0/+47
2018-10-09remoteproc: add helper function to allocate rproc_mem_entry from reserved memoryGravatar Loic Pallardy 1-0/+37
2018-10-09remoteproc: add alloc ops in rproc_mem_entry structGravatar Loic Pallardy 1-93/+168
2018-10-09remoteproc: introduce rproc_find_carveout_by_name functionGravatar Loic Pallardy 1-0/+42
2018-10-09remoteproc: introduce rproc_add_carveout functionGravatar Loic Pallardy 1-1/+15
2018-10-09remoteproc: add helper function to allocate and init rproc_mem_entry structGravatar Loic Pallardy 1-16/+49
2018-10-09remoteproc: add name in rproc_mem_entry structGravatar Loic Pallardy 2-0/+2
2018-10-09remoteproc: add release ops in rproc_mem_entry structGravatar Loic Pallardy 1-2/+21
2018-10-09remoteproc: add rproc_va_to_pa functionGravatar Loic Pallardy 1-1/+17
2018-10-09remoteproc: configure IOMMU only if device address requestedGravatar Loic Pallardy 1-1/+9
2018-10-08remoteproc: qcom: q6v5-mss: add SCM probe dependencyGravatar Brian Norris 1-0/+3
2018-10-07remoteproc: qcom: q6v5-pil: Assign the relocated addressGravatar Sibi Sankar 1-0/+1
2018-10-05remoteproc: qcom: Introduce Non-PAS ADSP PIL driverGravatar Rohit kumar 3-0/+517
2018-10-05remoteproc: qcom: q6v5: Fix a race condition on fatal crashGravatar Sibi Sankar 1-2/+1
2018-10-05remoteproc: Check for NULL firmwares in sysfs interfaceGravatar Suman Anna 1-0/+5
2018-10-05remoteproc: qcom: q6v5-pil: Add PDC reset for modem on SDM845 SoCsGravatar Sibi Sankar 1-5/+24
2018-10-05remoteproc: qcom: q6v5-pil: Explicitly get mss_restart lineGravatar Sibi Sankar 1-1/+1
2018-09-27remoteproc: qcom: pas: Add QCS404 remoteprocsGravatar Bjorn Andersson 1-0/+12
2018-09-26remoteproc: qcom: Rename Hexagon v5 modem driverGravatar Bjorn Andersson 3-11/+11
2018-09-26remoteproc: qcom: Rename Hexagon v5 PAS driverGravatar Bjorn Andersson 3-16/+17
2018-09-26remoteproc: qcom: q6v5: Propagate EPROBE_DEFERGravatar Bjorn Andersson 1-0/+12
2018-09-06remoteproc: qcom: adsp: Add SDM845 ADSP and CDSP supportGravatar Bjorn Andersson 1-0/+12
2018-08-27remoteproc/davinci: Use %zx for formating size_tGravatar Bjorn Andersson 1-1/+1
2018-08-16remoteproc/davinci: use the reset frameworkGravatar Bartosz Golaszewski 1-5/+29
2018-08-13remoteproc/davinci: Mark error recovery as disabledGravatar Suman Anna 1-0/+3
2018-07-30remoteproc: st_slim: replace "%p" with "%pK"Gravatar Loic Pallardy 1-1/+2
2018-07-30remoteproc: replace "%p" with "%pK"Gravatar Loic Pallardy 3-6/+6
2018-07-30remoteproc: qcom: fix Q6V5_WCSS dependenciesGravatar Arnd Bergmann 1-0/+1
2018-07-30remoteproc: Reset table_ptr in rproc_start() failure pathsGravatar Suman Anna 1-2/+3
2018-07-10remoteproc: qcom: q6v5-pil: fix modem hang on SDM845 after axis2 clk unvoteGravatar Sibi Sankar 1-1/+0
2018-07-10remoteproc: qcom q6v5: fix modular buildGravatar Arnd Bergmann 1-0/+9
2018-06-26remoteproc: Introduce prepare and unprepare for subdevicesGravatar Bjorn Andersson 1-3/+53
2018-06-26remoteproc: rename subdev probe and remove functionsGravatar Alex Elder 2-12/+12
2018-06-26remoteproc: Make client initialize ops in rproc_subdevGravatar Bjorn Andersson 3-20/+21
2018-06-26remoteproc: Make start and stop in subdev optionalGravatar Bjorn Andersson 1-7/+13
2018-06-26remoteproc: Rename subdev functions to start/stopGravatar Bjorn Andersson 1-15/+15
2018-06-18remoteproc: qcom: Introduce Hexagon V5 based WCSS driverGravatar Sricharan R 3-0/+617
2018-06-18remoteproc: qcom: q6v5-pil: Use common q6v5 helpersGravatar Bjorn Andersson 2-142/+16
2018-06-18remoteproc: qcom: adsp: Use common q6v5 helpersGravatar Bjorn Andersson 2-129/+28
2018-06-18remoteproc: q6v5: Extract common resource handlingGravatar Bjorn Andersson 4-0/+295
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXGravatar Stefan Agner 1-1/+1