aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-13/+28
2020-12-10remoteproc/mediatek: read IPI buffer offset from FWTzung-Bi Shih2-22/+69
2020-12-10remoteproc/mediatek: unprepare clk if scp_before_load failsTzung-Bi Shih1-1/+2
2020-12-10remoteproc: qcom: Fix potential NULL dereference in adsp_init_mmio()Zhang Changzhong1-6/+3
2020-12-10remoteproc/mediatek: Fix kernel test robot warningSouptick Joarder1-3/+1
2020-12-10remoteproc: k3-dsp: Fix return value check in k3_dsp_rproc_of_get_memories()YueHaibing1-2/+2
2020-12-10remoteproc: qcom: pas: fix error handling in adsp_pds_enableZhang Qilong1-1/+4
2020-12-10remoteproc: qcom: fix reference leak in adsp_startZhang Qilong1-1/+3
2020-12-10remoteproc: q6v5-mss: fix error handling in q6v5_pds_enableZhang Qilong1-1/+4
2020-12-10remoteproc/mtk_scp: surround DT device IDs with CONFIG_OFAlexandre Courbot1-0/+2
2020-12-10remoteproc: qcom: Add minidump id for sm8150 modemSiddharth Gupta1-0/+1
2020-12-10remoteproc: qcom: Add capability to collect minidumpsSiddharth Gupta3-2/+173
2020-12-10remoteproc: coredump: Add minidump functionalitySiddharth Gupta2-0/+166
2020-12-10remoteproc: core: Add ops to enable custom coredump functionalitySiddharth Gupta1-1/+5
2020-12-10remoteproc/mediatek: change MT8192 CFG register baseTzung-Bi Shih1-13/+13
2020-12-10remoteproc: pru: Add support for various PRU cores on K3 J721E SoCsSuman Anna1-0/+3
2020-12-10remoteproc: pru: Add support for various PRU cores on K3 AM65x SoCsSuman Anna1-9/+131
2020-12-10remoteproc: pru: Add pru-specific debugfs supportSuman Anna1-0/+136
2020-12-10remoteproc: pru: Add support for PRU specific interrupt configurationGrzegorz Jaszczyk2-0/+227
2020-12-10remoteproc: pru: Add a PRU remoteproc driverSuman Anna3-0/+446
2020-12-04remoteproc: fix spelling mistake "Peripherial" -> "Peripherial" in KconfigColin Ian King1-1/+1
2020-12-04remoteproc: sysmon: fix shutdown_acked stateArnd Bergmann1-5/+2
2020-11-25remoteproc: k3-r5: Adjust TCM sizes in Split-mode on J7200 SoCsSuman Anna1-0/+43
2020-11-25remoteproc: k3-r5: Extend support to R5F clusters on J7200 SoCsSuman Anna1-2/+50
2020-11-25remoteproc: Add a rproc_set_firmware() APISuman Anna2-31/+65
2020-11-25remoteproc: sysmon: Improve error messagesBjorn Andersson1-6/+6
2020-11-25remoteproc: qcom: q6v5: Query sysmon before graceful shutdownBjorn Andersson6-6/+13
2020-11-25remoteproc: sysmon: Expose the shutdown resultBjorn Andersson2-19/+69
2020-11-25remoteproc: sysmon: Ensure remote notification orderingBjorn Andersson1-4/+21
2020-11-24remoteproc: qcom_q6v5_mss: map/unmap MBA region before/after useSibi Sankar1-15/+22
2020-11-24remoteproc: qcom_q6v5_mss: Replace ioremap with memremapSibi Sankar1-6/+6
2020-11-23remoteproc: qcom_sysmon: Constify qmi_indication_handlerRikard Falkeborn1-1/+1
2020-11-20remoteproc/mediatek: skip if filesz is 0Tzung-Bi Shih1-6/+6
2020-11-20remoteproc/mediatek: fix boundary checkTzung-Bi Shih1-2/+2
2020-11-20remoteproc/mediatek: fix sparse errors on dma_alloc and dma_freeTzung-Bi Shih2-2/+2
2020-11-20remoteproc/mediatek: fix sparse errors on sram power on and offTzung-Bi Shih1-2/+2
2020-11-17remoteproc: stm32: Constify st_rproc_opsRikard Falkeborn1-1/+1
2020-11-17remoteproc: ingenic: Constify ingenic_rproc_opsRikard Falkeborn1-1/+1
2020-11-16remoteproc/wkup_m3: Use reset control driver if availableTony Lindgren1-13/+28
2020-10-26remoteproc: ti_k3: fix -Wcast-function-type warningArnd Bergmann1-12/+6
2020-10-26remoteproc: qcom_wcnss: Allow replacing regulators with power domainsStephan Gerhold1-16/+93
2020-10-26remoteproc: qcom_q6v5_mss: Allow replacing regulators with power domainsStephan Gerhold1-12/+56
2020-10-22Merge tag 'rproc-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteprocLinus Torvalds11-58/+1757
2020-10-15remoteproc/mediatek: Remove non-standard dsb()Bjorn Andersson1-4/+0
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-2/+25
2020-10-13remoteproc: Add recovery configuration to the sysfs interfaceRishabh Bhatnagar1-0/+56
2020-10-13remoteproc: Add coredump as part of sysfs interfaceRishabh Bhatnagar1-0/+63
2020-10-13remoteproc: Change default dump configuration to "disabled"Rishabh Bhatnagar2-14/+13
2020-10-13remoteproc: k3-r5: Add loading support for on-chip SRAM regionsSuman Anna1-0/+79
2020-10-13remoteproc: k3-r5: Initialize TCM memories for ECCSuman Anna1-2/+15