Age | Commit message (Expand) | Author | Files | Lines |
2021-05-04 | Merge tag 'rproc-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ande... | Linus Torvalds | 24 | -253/+1426 |
2021-04-14 | remoteproc: stm32: add capability to detach | Arnaud Pouliquen | 1 | -2/+37 |
2021-04-14 | remoteproc: imx_rproc: support remote cores booted before Linux Kernel | Peng Fan | 1 | -0/+45 |
2021-04-14 | remoteproc: imx_rproc: move memory parsing to rproc_ops | Peng Fan | 1 | -5/+3 |
2021-04-14 | remoteproc: imx_rproc: enlarge IMX7D_RPROC_MEM_MAX | Peng Fan | 1 | -5/+5 |
2021-04-14 | remoteproc: imx_rproc: add missing of_node_put | Peng Fan | 1 | -0/+2 |
2021-04-14 | remoteproc: imx_rproc: fix build error without CONFIG_MAILBOX | Wei Yongjun | 1 | -0/+1 |
2021-04-14 | remoteproc: qcom: wcss: Remove unnecessary PTR_ERR() | Junlin Yang | 1 | -8/+8 |
2021-04-14 | remoteproc: qcom: wcss: Fix wrong pointer passed to PTR_ERR() | Wei Yongjun | 1 | -1/+1 |
2021-04-14 | remoteproc: qcom: pas: Add modem support for SDX55 | Manivannan Sadhasivam | 1 | -0/+17 |
2021-04-13 | remoteproc: qcom: wcss: Fix return value check in q6v5_wcss_init_mmio() | Wei Yongjun | 1 | -2/+2 |
2021-04-13 | remoteproc: pru: Fix and cleanup firmware interrupt mapping logic | Suman Anna | 1 | -5/+17 |
2021-04-13 | remoteproc: pru: Fix wrong success return value for fw events | Suman Anna | 1 | -2/+4 |
2021-04-13 | remoteproc: pru: Fixup interrupt-parent logic for fw events | Suman Anna | 1 | -3/+12 |
2021-03-18 | remoteproc: qcom: wcnss: Allow specifying firmware-name | Bjorn Andersson | 1 | -1/+7 |
2021-03-18 | remoteproc: qcom: wcss: explicitly request exclusive reset control | Govind Singh | 1 | -3/+3 |
2021-03-18 | remoteproc: qcom: wcss: Add non pas wcss Q6 support for QCS404 | Govind Singh | 1 | -38/+528 |
2021-03-18 | remoteproc: qcom: wcss: populate hardcoded param using driver data | Govind Singh | 1 | -5/+24 |
2021-03-18 | remoteproc: Refactor function rproc_cdev_release() | Mathieu Poirier | 1 | -2/+8 |
2021-03-18 | remoteproc: Properly deal with a detach request when attached | Mathieu Poirier | 2 | -0/+10 |
2021-03-18 | remoteproc: Properly deal with a stop request when attached | Mathieu Poirier | 3 | -2/+8 |
2021-03-18 | remoteproc: Properly deal with a start request when attached | Mathieu Poirier | 2 | -2/+4 |
2021-03-18 | remoteproc: Properly deal with a kernel panic when attached | Mathieu Poirier | 1 | -1/+5 |
2021-03-18 | remoteproc: Properly deal with the resource table when stopping | Mathieu Poirier | 1 | -1/+47 |
2021-03-18 | remoteproc: Properly deal with the resource table when detaching | Mathieu Poirier | 1 | -0/+81 |
2021-03-18 | remoteproc: Introduce function rproc_detach() | Mathieu Poirier | 1 | -1/+57 |
2021-03-18 | remoteproc: Introduce function __rproc_detach() | Mathieu Poirier | 1 | -0/+30 |
2021-03-18 | remoteproc: stm32: Move memory parsing to rproc_ops | Arnaud POULIQUEN | 2 | -23/+18 |
2021-03-18 | remoteproc: stm32: Move resource table setup to rproc_ops | Mathieu Poirier | 1 | -73/+68 |
2021-03-18 | remoteproc: Add new get_loaded_rsc_table() to rproc_ops | Mathieu Poirier | 2 | -0/+42 |
2021-03-18 | remoteproc: Properly represent the attached state | Mathieu Poirier | 2 | -23/+2 |
2021-03-18 | remoteproc: Add new RPROC_ATTACHED state | Mathieu Poirier | 1 | -0/+1 |
2021-03-18 | remoteproc: Rename function rproc_actuate() | Mathieu Poirier | 1 | -4/+4 |
2021-03-18 | remoteproc: Remove useless check in rproc_del() | Mathieu Poirier | 1 | -3/+1 |
2021-03-18 | remoteproc: qcom_q6v5_mss: Validate p_filesz in ELF loader | Bjorn Andersson | 1 | -0/+18 |
2021-03-18 | remoteproc: qcom_q6v5_mss: Provide errors for firmware-name parsing | Bjorn Andersson | 1 | -2/+6 |
2021-03-17 | remoteproc: pru: Fix firmware loading crashes on K3 SoCs | Suman Anna | 1 | -1/+1 |
2021-03-13 | remoteproc: imx_rproc: fix return value check in imx_rproc_addr_init() | Wei Yongjun | 1 | -3/+2 |
2021-03-11 | remoteproc: imx_proc: enable virtio/mailbox | Peng Fan | 1 | -3/+113 |
2021-03-11 | remoteproc: imx_rproc: ignore mapping vdev regions | Peng Fan | 1 | -0/+3 |
2021-03-11 | remoteproc: imx_rproc: support i.MX8MQ/M | Peng Fan | 2 | -4/+43 |
2021-03-11 | remoteproc: imx_rproc: add i.MX specific parse fw hook | Peng Fan | 1 | -0/+93 |
2021-03-11 | remoteproc: imx_rproc: use devm_ioremap | Peng Fan | 1 | -1/+2 |
2021-03-11 | remoteproc: imx_rproc: correct err message | Peng Fan | 1 | -2/+2 |
2021-03-11 | remoteproc: add is_iomem to da_to_va | Peng Fan | 19 | -28/+44 |
2021-03-11 | remoteproc: core: Remove casting to rproc_handle_resource_t | Jindong Yue | 1 | -13/+16 |
2021-03-11 | remoteproc: pru: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE | Yang Li | 1 | -2/+2 |
2021-03-08 | remoteproc: sysfs: Use sysfs_emit instead of sprintf | Raghavendra Rao Ananta | 1 | -2/+2 |
2021-03-08 | remoteproc: pru: Fix loading of GNU Binutils ELF | Dimitar Dimitrov | 1 | -0/+18 |
2021-03-08 | remoteproc: qcom: pil_info: avoid 64-bit division | Arnd Bergmann | 1 | -1/+1 |