aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-18remoteproc: Introduce function rproc_detach()Mathieu Poirier1-1/+57
2021-03-18remoteproc: Introduce function __rproc_detach()Mathieu Poirier1-0/+30
2021-03-18remoteproc: stm32: Move memory parsing to rproc_opsArnaud POULIQUEN2-23/+18
2021-03-18remoteproc: stm32: Move resource table setup to rproc_opsMathieu Poirier1-73/+68
2021-03-18remoteproc: Add new get_loaded_rsc_table() to rproc_opsMathieu Poirier2-0/+42
2021-03-18remoteproc: Properly represent the attached stateMathieu Poirier2-23/+2
2021-03-18remoteproc: Add new RPROC_ATTACHED stateMathieu Poirier1-0/+1
2021-03-18remoteproc: Rename function rproc_actuate()Mathieu Poirier1-4/+4
2021-03-18remoteproc: Remove useless check in rproc_del()Mathieu Poirier1-3/+1
2021-03-18remoteproc: qcom_q6v5_mss: Validate p_filesz in ELF loaderBjorn Andersson1-0/+18
2021-03-18remoteproc: qcom_q6v5_mss: Provide errors for firmware-name parsingBjorn Andersson1-2/+6
2021-03-17remoteproc: pru: Fix firmware loading crashes on K3 SoCsSuman Anna1-1/+1
2021-03-12remoteproc: imx_rproc: fix return value check in imx_rproc_addr_init()Wei Yongjun1-3/+2
2021-03-11remoteproc: imx_proc: enable virtio/mailboxPeng Fan1-3/+113
2021-03-11remoteproc: imx_rproc: ignore mapping vdev regionsPeng Fan1-0/+3
2021-03-11remoteproc: imx_rproc: support i.MX8MQ/MPeng Fan2-4/+43
2021-03-11remoteproc: imx_rproc: add i.MX specific parse fw hookPeng Fan1-0/+93
2021-03-11remoteproc: imx_rproc: use devm_ioremapPeng Fan1-1/+2
2021-03-11remoteproc: imx_rproc: correct err messagePeng Fan1-2/+2
2021-03-11remoteproc: add is_iomem to da_to_vaPeng Fan19-28/+44
2021-03-11remoteproc: core: Remove casting to rproc_handle_resource_tJindong Yue1-13/+16
2021-03-11remoteproc: pru: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEYang Li1-2/+2
2021-03-08remoteproc: sysfs: Use sysfs_emit instead of sprintfRaghavendra Rao Ananta1-2/+2
2021-03-08remoteproc: pru: Fix loading of GNU Binutils ELFDimitar Dimitrov1-0/+18
2021-03-08remoteproc: qcom: pil_info: avoid 64-bit divisionArnd Bergmann1-1/+1
2021-02-11remoteproc: qcom: pas: Add SM8350 PAS remoteprocsVinod Koul1-0/+63
2021-02-09remoteproc: core: Fix rproc->firmware free in rproc_set_firmware()Daniele Alessandrelli1-1/+1
2021-02-09remoteproc/mediatek: support L1TCMTzung-Bi Shih2-2/+59
2021-02-09remoteproc/mediatek: enable MPU for all memory regions in MT8192 SCPTzung-Bi Shih2-0/+4
2021-02-09remoteproc/mediatek: use devm_platform_ioremap_resource_bynameTzung-Bi Shih1-2/+1
2021-02-09remoteproc: ingenic: Add module parameter 'auto_boot'Paul Cercueil1-0/+7
2021-02-09remoteproc/mediatek: acknowledge watchdog IRQ after handledTzung-Bi Shih2-9/+12
2021-02-09remoteproc: qcom_wcnss: remove unneeded semicolonYang Li1-1/+1
2021-02-09remoteproc: qcom: fix glink dependenciesArnd Bergmann1-0/+5
2021-01-07remoteproc: stm32: improve debug using dev_err_probeArnaud Pouliquen1-10/+13
2021-01-07remoteproc: qcom: add more help text qcom optionsShawn Guo1-6/+14
2021-01-07remoteproc: qcom_wcnss: Add qcom,wcn3660b compatibleStephan Gerhold1-0/+1
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