| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2020-12-16 | 1 | -13/+28 |
|\ |
|
| * | remoteproc/wkup_m3: Use reset control driver if available | Tony Lindgren | 2020-11-16 | 1 | -13/+28 |
* | | remoteproc/mediatek: read IPI buffer offset from FW | Tzung-Bi Shih | 2020-12-10 | 2 | -22/+69 |
* | | remoteproc/mediatek: unprepare clk if scp_before_load fails | Tzung-Bi Shih | 2020-12-10 | 1 | -1/+2 |
* | | remoteproc: qcom: Fix potential NULL dereference in adsp_init_mmio() | Zhang Changzhong | 2020-12-10 | 1 | -6/+3 |
* | | remoteproc/mediatek: Fix kernel test robot warning | Souptick Joarder | 2020-12-10 | 1 | -3/+1 |
* | | remoteproc: k3-dsp: Fix return value check in k3_dsp_rproc_of_get_memories() | YueHaibing | 2020-12-10 | 1 | -2/+2 |
* | | remoteproc: qcom: pas: fix error handling in adsp_pds_enable | Zhang Qilong | 2020-12-10 | 1 | -1/+4 |
* | | remoteproc: qcom: fix reference leak in adsp_start | Zhang Qilong | 2020-12-10 | 1 | -1/+3 |
* | | remoteproc: q6v5-mss: fix error handling in q6v5_pds_enable | Zhang Qilong | 2020-12-10 | 1 | -1/+4 |
* | | remoteproc/mtk_scp: surround DT device IDs with CONFIG_OF | Alexandre Courbot | 2020-12-10 | 1 | -0/+2 |
* | | remoteproc: qcom: Add minidump id for sm8150 modem | Siddharth Gupta | 2020-12-10 | 1 | -0/+1 |
* | | remoteproc: qcom: Add capability to collect minidumps | Siddharth Gupta | 2020-12-10 | 3 | -2/+173 |
* | | remoteproc: coredump: Add minidump functionality | Siddharth Gupta | 2020-12-10 | 2 | -0/+166 |
* | | remoteproc: core: Add ops to enable custom coredump functionality | Siddharth Gupta | 2020-12-10 | 1 | -1/+5 |
* | | remoteproc/mediatek: change MT8192 CFG register base | Tzung-Bi Shih | 2020-12-10 | 1 | -13/+13 |
* | | remoteproc: pru: Add support for various PRU cores on K3 J721E SoCs | Suman Anna | 2020-12-10 | 1 | -0/+3 |
* | | remoteproc: pru: Add support for various PRU cores on K3 AM65x SoCs | Suman Anna | 2020-12-10 | 1 | -9/+131 |
* | | remoteproc: pru: Add pru-specific debugfs support | Suman Anna | 2020-12-10 | 1 | -0/+136 |
* | | remoteproc: pru: Add support for PRU specific interrupt configuration | Grzegorz Jaszczyk | 2020-12-10 | 2 | -0/+227 |
* | | remoteproc: pru: Add a PRU remoteproc driver | Suman Anna | 2020-12-10 | 3 | -0/+446 |
* | | remoteproc: fix spelling mistake "Peripherial" -> "Peripherial" in Kconfig | Colin Ian King | 2020-12-04 | 1 | -1/+1 |
* | | remoteproc: sysmon: fix shutdown_acked state | Arnd Bergmann | 2020-12-04 | 1 | -5/+2 |
* | | remoteproc: k3-r5: Adjust TCM sizes in Split-mode on J7200 SoCs | Suman Anna | 2020-11-25 | 1 | -0/+43 |
* | | remoteproc: k3-r5: Extend support to R5F clusters on J7200 SoCs | Suman Anna | 2020-11-25 | 1 | -2/+50 |
* | | remoteproc: Add a rproc_set_firmware() API | Suman Anna | 2020-11-25 | 2 | -31/+65 |
* | | remoteproc: sysmon: Improve error messages | Bjorn Andersson | 2020-11-25 | 1 | -6/+6 |
* | | remoteproc: qcom: q6v5: Query sysmon before graceful shutdown | Bjorn Andersson | 2020-11-25 | 6 | -6/+13 |
* | | remoteproc: sysmon: Expose the shutdown result | Bjorn Andersson | 2020-11-25 | 2 | -19/+69 |
* | | remoteproc: sysmon: Ensure remote notification ordering | Bjorn Andersson | 2020-11-25 | 1 | -4/+21 |
* | | remoteproc: qcom_q6v5_mss: map/unmap MBA region before/after use | Sibi Sankar | 2020-11-24 | 1 | -15/+22 |
* | | remoteproc: qcom_q6v5_mss: Replace ioremap with memremap | Sibi Sankar | 2020-11-24 | 1 | -6/+6 |
* | | remoteproc: qcom_sysmon: Constify qmi_indication_handler | Rikard Falkeborn | 2020-11-23 | 1 | -1/+1 |
* | | remoteproc/mediatek: skip if filesz is 0 | Tzung-Bi Shih | 2020-11-20 | 1 | -6/+6 |
* | | remoteproc/mediatek: fix boundary check | Tzung-Bi Shih | 2020-11-20 | 1 | -2/+2 |
* | | remoteproc/mediatek: fix sparse errors on dma_alloc and dma_free | Tzung-Bi Shih | 2020-11-20 | 2 | -2/+2 |
* | | remoteproc/mediatek: fix sparse errors on sram power on and off | Tzung-Bi Shih | 2020-11-20 | 1 | -2/+2 |
* | | remoteproc: stm32: Constify st_rproc_ops | Rikard Falkeborn | 2020-11-17 | 1 | -1/+1 |
* | | remoteproc: ingenic: Constify ingenic_rproc_ops | Rikard Falkeborn | 2020-11-17 | 1 | -1/+1 |
* | | remoteproc: ti_k3: fix -Wcast-function-type warning | Arnd Bergmann | 2020-10-26 | 1 | -12/+6 |
* | | remoteproc: qcom_wcnss: Allow replacing regulators with power domains | Stephan Gerhold | 2020-10-26 | 1 | -16/+93 |
* | | remoteproc: qcom_q6v5_mss: Allow replacing regulators with power domains | Stephan Gerhold | 2020-10-26 | 1 | -12/+56 |
|/ |
|
* | Merge tag 'rproc-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ande... | Linus Torvalds | 2020-10-22 | 11 | -58/+1757 |
|\ |
|
| * | remoteproc/mediatek: Remove non-standard dsb() | Bjorn Andersson | 2020-10-15 | 1 | -4/+0 |
| * | remoteproc: Add recovery configuration to the sysfs interface | Rishabh Bhatnagar | 2020-10-13 | 1 | -0/+56 |
| * | remoteproc: Add coredump as part of sysfs interface | Rishabh Bhatnagar | 2020-10-13 | 1 | -0/+63 |
| * | remoteproc: Change default dump configuration to "disabled" | Rishabh Bhatnagar | 2020-10-13 | 2 | -14/+13 |
| * | remoteproc: k3-r5: Add loading support for on-chip SRAM regions | Suman Anna | 2020-10-13 | 1 | -0/+79 |
| * | remoteproc: k3-r5: Initialize TCM memories for ECC | Suman Anna | 2020-10-13 | 1 | -2/+15 |
| * | remoteproc: k3-r5: Add a remoteproc driver for R5F subsystem | Suman Anna | 2020-10-13 | 3 | -0/+1317 |