Age | Commit message (Expand) | Author | Files | Lines |
2024-09-29 | Merge tag 'mailbox-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 1 | -4/+2 |
2024-09-27 | mailbox, remoteproc: omap2+: fix compile testing | Arnd Bergmann | 1 | -4/+2 |
2024-09-24 | remoteproc: k3-m4: use the proper dependencies | Linus Torvalds | 1 | -1/+1 |
2024-09-09 | remoteporc: ingenic: Use devm_platform_ioremap_resource_byname() | Zhang Zekun | 1 | -2/+1 |
2024-09-09 | remoteproc: da8xx: Use devm_platform_ioremap_resource_byname() | Zhang Zekun | 1 | -8/+2 |
2024-09-09 | remoteproc: st_slim: Use devm_platform_ioremap_resource_byname() | Zhang Zekun | 1 | -4/+2 |
2024-09-05 | remoteproc: xlnx: Add sram support | Tanmay Shah | 1 | -0/+135 |
2024-08-28 | remoteproc: k3-r5: Fix error handling when power-up failed | Jan Kiszka | 1 | -1/+2 |
2024-08-26 | remoteproc: imx_rproc: Add support for poweroff and reboot | Peng Fan | 2 | -0/+46 |
2024-08-26 | remoteproc: imx_rproc: Allow setting of the mailbox transmit mode | Peng Fan | 1 | -6/+6 |
2024-08-21 | remoteproc: k3-r5: Delay notification of wakeup event | Udit Kumar | 1 | -2/+3 |
2024-08-21 | remoteproc: k3-m4: Add a remoteproc driver for M4F subsystem | Martyn Welch | 3 | -0/+681 |
2024-08-21 | remoteproc: k3: Factor out TI-SCI processor control OF get function | Andrew Davis | 3 | -54/+28 |
2024-08-16 | remoteproc: k3-dsp: Acquire mailbox handle during probe routine | Beleswar Padhi | 1 | -50/+30 |
2024-08-16 | remoteproc: k3-r5: Acquire mailbox handle during probe routine | Beleswar Padhi | 1 | -48/+30 |
2024-08-16 | remoteproc: k3-r5: Use devm_rproc_alloc() helper | Beleswar Padhi | 1 | -11/+5 |
2024-08-14 | remoteproc: qcom: pas: Add support for SA8775p ADSP, CDSP and GPDSP | Tengfei Fan | 1 | -0/+92 |
2024-08-14 | remoteproc: qcom: pas: Add SDX75 remoteproc support | Naina Mehta | 1 | -0/+1 |
2024-08-13 | remoteproc: keystone: Use devm_rproc_alloc() helper | Andrew Davis | 1 | -10/+5 |
2024-08-13 | remoteproc: keystone: Use devm_kasprintf() to build name string | Andrew Davis | 1 | -5/+1 |
2024-08-13 | remoteproc: Use of_property_present() | Rob Herring (Arm) | 3 | -5/+5 |
2024-07-29 | remoteproc: imx_rproc: Merge TCML/U | Peng Fan | 1 | -12/+6 |
2024-07-29 | remoteproc: imx_rproc: Initialize workqueue earlier | Peng Fan | 1 | -2/+2 |
2024-07-29 | remoteproc: imx_rproc: Use imx specific hook for find_loaded_rsc_table | Peng Fan | 1 | -1/+12 |
2024-07-29 | remoteproc: imx_rproc: Correct ddr alias for i.MX8M | Peng Fan | 1 | -1/+1 |
2024-07-23 | Merge tag 'rpmsg-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/remo... | Linus Torvalds | 1 | -1/+1 |
2024-07-23 | Merge tag 'rproc-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/remo... | Linus Torvalds | 13 | -46/+320 |
2024-07-17 | virtio: rename find_vqs_info() op to find_vqs() | Jiri Pirko | 1 | -1/+1 |
2024-07-17 | virtio: convert find_vqs() op implementations to find_vqs_info() | Jiri Pirko | 1 | -7/+7 |
2024-07-08 | remoteproc: mediatek: Increase MT8188/MT8195 SCP core0 DRAM size | Jason Chen | 1 | -2/+7 |
2024-07-04 | remoteproc: k3-dsp: Fix log levels where appropriate | Garrett Giordano | 1 | -1/+1 |
2024-07-04 | remoteproc: xlnx: Add attach detach support | Tanmay Shah | 1 | -0/+151 |
2024-07-01 | remoteproc: qcom: select AUXILIARY_BUS | Dmitry Baryshkov | 1 | -0/+1 |
2024-07-01 | remoteproc: k3-r5: Fix IPC-only mode detection | Richard Genoud | 1 | -6/+7 |
2024-06-28 | remoteproc: mediatek: Don't attempt to remap l1tcm memory if missing | NĂcolas F. R. A. Prado | 1 | -7/+5 |
2024-06-25 | remoteproc: qcom: enable in-kernel PD mapper | Dmitry Baryshkov | 6 | -0/+109 |
2024-06-17 | remoteproc: imx_rproc: Fix refcount mistake in imx_rproc_addr_init | Aleksandr Mishin | 1 | -2/+6 |
2024-06-13 | remoteproc: omap: Use devm_rproc_add() helper | Andrew Davis | 1 | -9/+1 |
2024-06-13 | remoteproc: omap: Use devm action to release reserved memory | Andrew Davis | 1 | -7/+11 |
2024-06-13 | remoteproc: omap: Use devm_rproc_alloc() helper | Andrew Davis | 1 | -12/+8 |
2024-06-11 | remoteproc: imx_rproc: Skip over memory region when node value is NULL | Aleksandr Mishin | 1 | -0/+2 |
2024-05-29 | remoteproc: qcom_q6v5_pas: Add hwspinlock bust on stop | Richard Maina | 1 | -0/+11 |
2024-05-28 | remoteproc: stm32_rproc: Fix mailbox interrupts queuing | Gwenael Treuveur | 1 | -1/+1 |
2024-05-28 | remoteproc: mediatek: Zero out only remaining bytes of IPI buffer | AngeloGioacchino Del Regno | 1 | -1/+1 |
2024-05-06 | remoteproc: k3-r5: Jump to error handling labels in start/stop errors | Beleswar Padhi | 1 | -2/+4 |
2024-05-06 | remoteproc: mediatek: Fix error code in scp_rproc_init() | Dan Carpenter | 1 | -0/+1 |
2024-04-30 | remoteproc: k3-r5: Do not allow core1 to power up before core0 via sysfs | Beleswar Padhi | 1 | -2/+21 |
2024-04-30 | remoteproc: k3-r5: Wait for core0 power-up before powering up core1 | Apurva Nandan | 1 | -0/+33 |
2024-04-30 | remoteproc: mediatek: Support setting DRAM and IPI shared buffer sizes | Olivia Wen | 3 | -23/+79 |
2024-04-30 | remoteproc: mediatek: Support MT8188 SCP core 1 | Olivia Wen | 1 | -3/+143 |