summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: pru: Fix firmware loading crashes on K3 SoCsSuman Anna2021-03-171-1/+1
* remoteproc: pru: Fix loading of GNU Binutils ELFDimitar Dimitrov2021-03-081-0/+18
* remoteproc: qcom: pil_info: avoid 64-bit divisionArnd Bergmann2021-03-081-1/+1
* remoteproc: qcom: pas: Add SM8350 PAS remoteprocsVinod Koul2021-02-111-0/+63
* remoteproc: core: Fix rproc->firmware free in rproc_set_firmware()Daniele Alessandrelli2021-02-091-1/+1
* remoteproc/mediatek: support L1TCMTzung-Bi Shih2021-02-092-2/+59
* remoteproc/mediatek: enable MPU for all memory regions in MT8192 SCPTzung-Bi Shih2021-02-092-0/+4
* remoteproc/mediatek: use devm_platform_ioremap_resource_bynameTzung-Bi Shih2021-02-091-2/+1
* remoteproc: ingenic: Add module parameter 'auto_boot'Paul Cercueil2021-02-091-0/+7
* remoteproc/mediatek: acknowledge watchdog IRQ after handledTzung-Bi Shih2021-02-092-9/+12
* remoteproc: qcom_wcnss: remove unneeded semicolonYang Li2021-02-091-1/+1
* remoteproc: qcom: fix glink dependenciesArnd Bergmann2021-02-091-0/+5
* remoteproc: stm32: improve debug using dev_err_probeArnaud Pouliquen2021-01-071-10/+13
* remoteproc: qcom: add more help text qcom optionsShawn Guo2021-01-071-6/+14
* remoteproc: qcom_wcnss: Add qcom,wcn3660b compatibleStephan Gerhold2021-01-071-0/+1
* Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-161-13/+28
|\
| * remoteproc/wkup_m3: Use reset control driver if availableTony Lindgren2020-11-161-13/+28
* | remoteproc/mediatek: read IPI buffer offset from FWTzung-Bi Shih2020-12-102-22/+69
* | remoteproc/mediatek: unprepare clk if scp_before_load failsTzung-Bi Shih2020-12-101-1/+2
* | remoteproc: qcom: Fix potential NULL dereference in adsp_init_mmio()Zhang Changzhong2020-12-101-6/+3
* | remoteproc/mediatek: Fix kernel test robot warningSouptick Joarder2020-12-101-3/+1
* | remoteproc: k3-dsp: Fix return value check in k3_dsp_rproc_of_get_memories()YueHaibing2020-12-101-2/+2
* | remoteproc: qcom: pas: fix error handling in adsp_pds_enableZhang Qilong2020-12-101-1/+4
* | remoteproc: qcom: fix reference leak in adsp_startZhang Qilong2020-12-101-1/+3
* | remoteproc: q6v5-mss: fix error handling in q6v5_pds_enableZhang Qilong2020-12-101-1/+4
* | remoteproc/mtk_scp: surround DT device IDs with CONFIG_OFAlexandre Courbot2020-12-101-0/+2
* | remoteproc: qcom: Add minidump id for sm8150 modemSiddharth Gupta2020-12-101-0/+1
* | remoteproc: qcom: Add capability to collect minidumpsSiddharth Gupta2020-12-103-2/+173
* | remoteproc: coredump: Add minidump functionalitySiddharth Gupta2020-12-102-0/+166
* | remoteproc: core: Add ops to enable custom coredump functionalitySiddharth Gupta2020-12-101-1/+5
* | remoteproc/mediatek: change MT8192 CFG register baseTzung-Bi Shih2020-12-101-13/+13
* | remoteproc: pru: Add support for various PRU cores on K3 J721E SoCsSuman Anna2020-12-101-0/+3
* | remoteproc: pru: Add support for various PRU cores on K3 AM65x SoCsSuman Anna2020-12-101-9/+131
* | remoteproc: pru: Add pru-specific debugfs supportSuman Anna2020-12-101-0/+136
* | remoteproc: pru: Add support for PRU specific interrupt configurationGrzegorz Jaszczyk2020-12-102-0/+227
* | remoteproc: pru: Add a PRU remoteproc driverSuman Anna2020-12-103-0/+446
* | remoteproc: fix spelling mistake "Peripherial" -> "Peripherial" in KconfigColin Ian King2020-12-041-1/+1
* | remoteproc: sysmon: fix shutdown_acked stateArnd Bergmann2020-12-041-5/+2
* | remoteproc: k3-r5: Adjust TCM sizes in Split-mode on J7200 SoCsSuman Anna2020-11-251-0/+43
* | remoteproc: k3-r5: Extend support to R5F clusters on J7200 SoCsSuman Anna2020-11-251-2/+50
* | remoteproc: Add a rproc_set_firmware() APISuman Anna2020-11-252-31/+65
* | remoteproc: sysmon: Improve error messagesBjorn Andersson2020-11-251-6/+6
* | remoteproc: qcom: q6v5: Query sysmon before graceful shutdownBjorn Andersson2020-11-256-6/+13
* | remoteproc: sysmon: Expose the shutdown resultBjorn Andersson2020-11-252-19/+69
* | remoteproc: sysmon: Ensure remote notification orderingBjorn Andersson2020-11-251-4/+21
* | remoteproc: qcom_q6v5_mss: map/unmap MBA region before/after useSibi Sankar2020-11-241-15/+22
* | remoteproc: qcom_q6v5_mss: Replace ioremap with memremapSibi Sankar2020-11-241-6/+6
* | remoteproc: qcom_sysmon: Constify qmi_indication_handlerRikard Falkeborn2020-11-231-1/+1
* | remoteproc/mediatek: skip if filesz is 0Tzung-Bi Shih2020-11-201-6/+6
* | remoteproc/mediatek: fix boundary checkTzung-Bi Shih2020-11-201-2/+2