aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc/imx_rproc.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'rproc-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Gravatar Linus Torvalds 1-11/+5
2024-02-14remoteproc: imx_rproc: Convert to dev_pm_domain_attach|detach_list()Gravatar Ulf Hansson 1-64/+9
2024-02-02remoteproc: imx_rproc: Use devm_rproc_alloc() helperGravatar Andrew Davis 1-11/+5
2023-07-27remoteproc: imx_rproc: Switch iMX8MN/MP from SMCCC to MMIOGravatar Marek Vasut 1-2/+56
2023-07-15remoteproc: imx_rproc: iterate all notifiyids in rx callbackGravatar Peng Fan 1-2/+11
2023-07-15remoteproc: Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2023-05-09remoteproc: imx: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-04-03remoteproc: imx_rproc: Call of_node_put() on iteration errorGravatar Mathieu Poirier 1-2/+5
2022-11-15remoteproc: imx_rproc: Correct i.MX93 DRAM mappingGravatar Peng Fan 1-2/+2
2022-10-24remoteproc: imx_rproc: Enable attach recovery for i.MX8QM/QXPGravatar Peng Fan 1-1/+2
2022-10-24remoteproc: imx_rproc: Request mbox channel laterGravatar Peng Fan 1-2/+46
2022-10-24remoteproc: imx_rproc: Support i.MX8QMGravatar Peng Fan 1-3/+44
2022-10-24remoteproc: imx_rproc: Support kicking Mcore from Linux for i.MX8QXPGravatar Peng Fan 1-3/+93
2022-10-24remoteproc: imx_rproc: Support attaching to i.MX8QXP M4Gravatar Peng Fan 1-1/+107
2022-08-23remoteproc: imx_rproc: Simplify some error messageGravatar Christophe JAILLET 1-9/+5
2022-06-22remoteproc: imx_rproc: Fix refcount leak in imx_rproc_addr_initGravatar Miaoqian Lin 1-3/+4
2022-05-09remoteproc: imx_rproc: Support i.MX93Gravatar Peng Fan 1-0/+33
2022-04-18remoteproc: imx_rproc: Ignore create mem entry for resource tableGravatar Peng Fan 1-0/+3
2021-12-13remoteproc: imx_rproc: correct firmware reloadGravatar Peng Fan 1-3/+5
2021-11-17remoteproc: imx_rproc: Fix a resource leak in the remove functionGravatar Christophe JAILLET 1-0/+1
2021-10-12remoteproc: imx_rproc: Move common structure to header fileGravatar Shengjiu Wang 1-27/+1
2021-09-27remoteproc: imx_rproc: Change to ioremap_wc for dramGravatar Dong Aisheng 1-1/+1
2021-09-27remoteproc: imx_rproc: Fix rsc-table nameGravatar Dong Aisheng 1-1/+1
2021-09-27remoteproc: imx_rproc: Fix ignoring mapping vdev regionsGravatar Dong Aisheng 1-2/+2
2021-09-27remoteproc: imx_rproc: Fix TCM io memory typeGravatar Dong Aisheng 1-14/+21
2021-06-23remoteproc: imx_rproc: support i.MX8ULPGravatar Peng Fan 1-0/+13
2021-06-01remoteproc: imx_rproc: support i.MX8MN/PGravatar Peng Fan 1-7/+80
2021-06-01remoteproc: imx_rproc: support i.MX7ULPGravatar Peng Fan 1-11/+38
2021-06-01remoteproc: imx_rproc: make clk optionalGravatar Peng Fan 1-15/+31
2021-06-01remoteproc: imx_rproc: initial support for mutilple start/stop methodGravatar Peng Fan 1-0/+13
2021-06-01remoteproc: imx_rproc: parse fsl,auto-bootGravatar Peng Fan 1-0/+3
2021-04-13remoteproc: imx_rproc: support remote cores booted before Linux KernelGravatar Peng Fan 1-0/+45
2021-04-13remoteproc: imx_rproc: move memory parsing to rproc_opsGravatar Peng Fan 1-5/+3
2021-04-13remoteproc: imx_rproc: enlarge IMX7D_RPROC_MEM_MAXGravatar Peng Fan 1-5/+5
2021-04-13remoteproc: imx_rproc: add missing of_node_putGravatar Peng Fan 1-0/+2
2021-03-12remoteproc: imx_rproc: fix return value check in imx_rproc_addr_init()Gravatar Wei Yongjun 1-3/+2
2021-03-11remoteproc: imx_proc: enable virtio/mailboxGravatar Peng Fan 1-3/+113
2021-03-11remoteproc: imx_rproc: ignore mapping vdev regionsGravatar Peng Fan 1-0/+3
2021-03-11remoteproc: imx_rproc: support i.MX8MQ/MGravatar Peng Fan 1-1/+40
2021-03-11remoteproc: imx_rproc: add i.MX specific parse fw hookGravatar Peng Fan 1-0/+93
2021-03-11remoteproc: imx_rproc: use devm_ioremapGravatar Peng Fan 1-1/+2
2021-03-11remoteproc: imx_rproc: correct err messageGravatar Peng Fan 1-2/+2
2021-03-11remoteproc: add is_iomem to da_to_vaGravatar Peng Fan 1-1/+1
2020-03-25remoteproc: Use size_t type for len in da_to_vaGravatar Clement Leger 1-5/+6
2019-07-17Merge tag 'rproc-v5.3' of git://github.com/andersson/remoteprocGravatar Linus Torvalds 1-4/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-03remoteproc: imx: Fix typo in "failed"Gravatar Fabio Estevam 1-4/+4
2018-03-18remoteproc: imx_rproc: Slightly simplify code in 'imx_rproc_probe()'Gravatar Christophe JAILLET 1-6/+4
2018-03-18remoteproc: imx_rproc: Re-use existing error handling path in 'imx_rproc_prob...Gravatar Christophe JAILLET 1-4/+3
2018-03-18remoteproc: imx_rproc: Fix an error handling path in 'imx_rproc_probe()'Gravatar Christophe JAILLET 1-2/+4