aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/imx_rproc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-15remoteproc: imx_rproc: Clean up after ops introductionPeng Fan1-22/+12
2025-09-15remoteproc: imx_rproc: Simplify IMX_RPROC_SMC switch casePeng Fan1-26/+43
2025-09-15remoteproc: imx_rproc: Simplify IMX_RPROC_SCU_API switch casePeng Fan1-64/+85
2025-09-15remoteproc: imx_rproc: Simplify IMX_RPROC_MMIO switch casePeng Fan1-62/+86
2025-09-15remoteproc: imx_rproc: Move imx_rproc_dcfg closer to imx_rproc_of_matchPeng Fan1-79/+79
2025-09-15remoteproc: imx_rproc: Introduce start/stop/detect_mode ops for imx_rproc_dcfgPeng Fan1-0/+15
2025-07-18remoteproc: imx_rproc: detect and attach to pre-booted remote coresHiago De Franco1-6/+35
2025-07-16remoteproc: imx_rproc: skip clock enable when M-core is managed by the SCUHiago De Franco1-2/+2
2024-10-29remoteproc: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-08-26remoteproc: imx_rproc: Add support for poweroff and rebootPeng Fan1-0/+42
2024-08-26remoteproc: imx_rproc: Allow setting of the mailbox transmit modePeng Fan1-6/+6
2024-08-13remoteproc: Use of_property_present()Rob Herring (Arm)1-1/+1
2024-07-29remoteproc: imx_rproc: Merge TCML/UPeng Fan1-12/+6
2024-07-29remoteproc: imx_rproc: Initialize workqueue earlierPeng Fan1-2/+2
2024-07-29remoteproc: imx_rproc: Use imx specific hook for find_loaded_rsc_tablePeng Fan1-1/+12
2024-07-29remoteproc: imx_rproc: Correct ddr alias for i.MX8MPeng Fan1-1/+1
2024-06-17remoteproc: imx_rproc: Fix refcount mistake in imx_rproc_addr_initAleksandr Mishin1-2/+6
2024-06-11remoteproc: imx_rproc: Skip over memory region when node value is NULLAleksandr Mishin1-0/+2
2024-03-21Merge tag 'rproc-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds1-11/+5
2024-02-14remoteproc: imx_rproc: Convert to dev_pm_domain_attach|detach_list()Ulf Hansson1-64/+9
2024-02-02remoteproc: imx_rproc: Use devm_rproc_alloc() helperAndrew Davis1-11/+5
2023-07-27remoteproc: imx_rproc: Switch iMX8MN/MP from SMCCC to MMIOMarek Vasut1-2/+56
2023-07-15remoteproc: imx_rproc: iterate all notifiyids in rx callbackPeng Fan1-2/+11
2023-07-15remoteproc: Explicitly include correct DT includesRob Herring1-1/+1
2023-05-09remoteproc: imx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-03remoteproc: imx_rproc: Call of_node_put() on iteration errorMathieu Poirier1-2/+5
2022-11-15remoteproc: imx_rproc: Correct i.MX93 DRAM mappingPeng Fan1-2/+2
2022-10-24remoteproc: imx_rproc: Enable attach recovery for i.MX8QM/QXPPeng Fan1-1/+2
2022-10-24remoteproc: imx_rproc: Request mbox channel laterPeng Fan1-2/+46
2022-10-24remoteproc: imx_rproc: Support i.MX8QMPeng Fan1-3/+44
2022-10-24remoteproc: imx_rproc: Support kicking Mcore from Linux for i.MX8QXPPeng Fan1-3/+93
2022-10-24remoteproc: imx_rproc: Support attaching to i.MX8QXP M4Peng Fan1-1/+107
2022-08-23remoteproc: imx_rproc: Simplify some error messageChristophe JAILLET1-9/+5
2022-06-22remoteproc: imx_rproc: Fix refcount leak in imx_rproc_addr_initMiaoqian Lin1-3/+4
2022-05-09remoteproc: imx_rproc: Support i.MX93Peng Fan1-0/+33
2022-04-18remoteproc: imx_rproc: Ignore create mem entry for resource tablePeng Fan1-0/+3
2021-12-13remoteproc: imx_rproc: correct firmware reloadPeng Fan1-3/+5
2021-11-17remoteproc: imx_rproc: Fix a resource leak in the remove functionChristophe JAILLET1-0/+1
2021-10-12remoteproc: imx_rproc: Move common structure to header fileShengjiu Wang1-27/+1
2021-09-27remoteproc: imx_rproc: Change to ioremap_wc for dramDong Aisheng1-1/+1
2021-09-27remoteproc: imx_rproc: Fix rsc-table nameDong Aisheng1-1/+1
2021-09-27remoteproc: imx_rproc: Fix ignoring mapping vdev regionsDong Aisheng1-2/+2
2021-09-27remoteproc: imx_rproc: Fix TCM io memory typeDong Aisheng1-14/+21
2021-06-23remoteproc: imx_rproc: support i.MX8ULPPeng Fan1-0/+13
2021-06-01remoteproc: imx_rproc: support i.MX8MN/PPeng Fan1-7/+80
2021-06-01remoteproc: imx_rproc: support i.MX7ULPPeng Fan1-11/+38
2021-06-01remoteproc: imx_rproc: make clk optionalPeng Fan1-15/+31
2021-06-01remoteproc: imx_rproc: initial support for mutilple start/stop methodPeng Fan1-0/+13
2021-06-01remoteproc: imx_rproc: parse fsl,auto-bootPeng Fan1-0/+3
2021-04-13remoteproc: imx_rproc: support remote cores booted before Linux KernelPeng Fan1-0/+45