aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-26remoteproc: scp: add COMPILE_TEST dependencyAlexandre Courbot1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+0
2020-08-11Merge tag 'rproc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteprocLinus Torvalds24-487/+2379
2020-08-04remoteproc: core: Register the character device interfaceSiddharth Gupta1-0/+7
2020-08-04remoteproc: Add remoteproc character device interfaceSiddharth Gupta4-0/+162
2020-07-28remoteproc: kill IPA notify codeAlex Elder4-128/+0
2020-07-28remoteproc: k3-dsp: Add support for C71x DSPsSuman Anna1-2/+18
2020-07-28remoteproc: k3-dsp: Add support for L2RAM loading on C66x DSPsSuman Anna1-0/+72
2020-07-28remoteproc: k3-dsp: Add a remoteproc driver of K3 C66x DSPsSuman Anna3-0/+713
2020-07-28remoteproc: k3: Add TI-SCI processor control helper functionsSuman Anna1-0/+104
2020-07-28remoteproc: Introduce rproc_of_parse_firmware() helperSuman Anna2-0/+25
2020-07-27remoteproc: qcom_q6v5_mss: Remove redundant running stateSibi Sankar1-5/+0
2020-07-27remoteproc: qcom: q6v5: Update running state before requesting stopSibi Sankar1-0/+2
2020-07-27remoteproc: qcom_q6v5_mss: Add modem debug policy supportSibi Sankar1-1/+24
2020-07-27remoteproc: qcom_q6v5_mss: Validate modem blob firmware size before loadSibi Sankar1-3/+2
2020-07-27remoteproc: qcom_q6v5_mss: Validate MBA firmware size before loadSibi Sankar1-0/+6
2020-07-21remoteproc: qcom_q6v5_mss: Add MBA log extraction supportSibi Sankar1-1/+37
2020-07-21remoteproc: Add coredump debugfs entryRishabh Bhatnagar1-0/+90
2020-07-21remoteproc: Add inline coredump functionalityRishabh Bhatnagar1-18/+138
2020-07-21remoteproc: Pass size and offset as arguments to segment dump functionRishabh Bhatnagar2-7/+8
2020-07-21remoteproc: qcom_q6v5_mss: Replace mask based tracking with sizeSibi Sankar1-9/+8
2020-07-21remoteproc: Move coredump functionality to a new fileRishabh Bhatnagar4-191/+209
2020-07-17remoteproc: stm32: Update M4 state in stm32_rproc_stop()Mathieu Poirier1-0/+12
2020-07-17remoteproc: stm32: Introduce new attach() operationMathieu Poirier1-0/+8
2020-07-17remoteproc: stm32: Properly handle the resource table when attachingMathieu Poirier1-0/+76
2020-07-17remoteproc: stm32: Parse memory regions when attaching to M4Mathieu Poirier1-3/+20
2020-07-17remoteproc: Make function rproc_resource_cleanup() publicMathieu Poirier1-1/+2
2020-07-17remoteproc: stm32: Properly set co-processor state when attachingMathieu Poirier1-0/+31
2020-07-17remoteproc: stm32: Parse syscon that will manage M4 synchronisationMathieu Poirier1-0/+26
2020-07-17remoteproc: stm32: Remove memory translation from DT parsingMathieu Poirier1-1/+5
2020-07-17remoteproc: stm32: Decouple rproc from DT parsingMathieu Poirier1-11/+12
2020-07-17remoteproc: stm32: Request IRQ with platform deviceMathieu Poirier1-2/+3
2020-07-17remoteproc: stm32: Decouple rproc from memory translationMathieu Poirier1-4/+4
2020-07-16remoteproc: Properly handle firmware name when attachingMathieu Poirier2-2/+32
2020-07-16remoteproc: Refactor function rproc_free_vring()Mathieu Poirier1-4/+16
2020-07-16remoteproc: Refactor function rproc_trigger_auto_boot()Mathieu Poirier1-0/+9
2020-07-16remoteproc: Refactor function rproc_boot()Mathieu Poirier1-11/+17
2020-07-16remoteproc: Introducing function rproc_validate()Mathieu Poirier1-0/+41
2020-07-16remoteproc: Introducing function rproc_actuate()Mathieu Poirier1-1/+58
2020-07-16remoteproc: Introducing function rproc_attach()Mathieu Poirier1-0/+42
2020-07-16remoteproc: Add new attach() remoteproc operationMathieu Poirier1-0/+8
2020-07-16remoteproc: Add new RPROC_DETACHED stateMathieu Poirier1-0/+1
2020-07-16remoteproc: qcom_q6v5_mss: Monitor MSS_STATUS for boot completionSibi Sankar1-6/+6
2020-07-16remoteproc: qcom: pil-info: Fix shift overflowBjorn Andersson1-1/+1
2020-07-15remoteproc: qcom_sysmon: Solve function header bitrot issuesLee Jones1-2/+2
2020-07-15remoteproc: remoteproc_core: Use 'gnu_printf' format notationLee Jones1-0/+3
2020-07-13remoteproc: qcom: Add missing slab.hKefeng Wang1-0/+1
2020-07-08remoteproc: qcom: Add notification types to SSRRishabh Bhatnagar1-1/+43
2020-07-08remoteproc: qcom: Add per subsystem SSR notificationRishabh Bhatnagar2-15/+80
2020-07-01remoteproc: qcom: Update PIL relocation info on loadBjorn Andersson6-12/+55