summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/imx_rproc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rproc-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds2024-03-211-11/+5
|\
| * remoteproc: imx_rproc: Use devm_rproc_alloc() helperAndrew Davis2024-02-021-11/+5
* | remoteproc: imx_rproc: Convert to dev_pm_domain_attach|detach_list()Ulf Hansson2024-02-141-64/+9
|/
* remoteproc: imx_rproc: Switch iMX8MN/MP from SMCCC to MMIOMarek Vasut2023-07-271-2/+56
* remoteproc: imx_rproc: iterate all notifiyids in rx callbackPeng Fan2023-07-151-2/+11
* remoteproc: Explicitly include correct DT includesRob Herring2023-07-151-1/+1
* remoteproc: imx: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
* remoteproc: imx_rproc: Call of_node_put() on iteration errorMathieu Poirier2023-04-031-2/+5
* remoteproc: imx_rproc: Correct i.MX93 DRAM mappingPeng Fan2022-11-151-2/+2
* remoteproc: imx_rproc: Enable attach recovery for i.MX8QM/QXPPeng Fan2022-10-241-1/+2
* remoteproc: imx_rproc: Request mbox channel laterPeng Fan2022-10-241-2/+46
* remoteproc: imx_rproc: Support i.MX8QMPeng Fan2022-10-241-3/+44
* remoteproc: imx_rproc: Support kicking Mcore from Linux for i.MX8QXPPeng Fan2022-10-241-3/+93
* remoteproc: imx_rproc: Support attaching to i.MX8QXP M4Peng Fan2022-10-241-1/+107
* remoteproc: imx_rproc: Simplify some error messageChristophe JAILLET2022-08-231-9/+5
* remoteproc: imx_rproc: Fix refcount leak in imx_rproc_addr_initMiaoqian Lin2022-06-221-3/+4
* remoteproc: imx_rproc: Support i.MX93Peng Fan2022-05-091-0/+33
* remoteproc: imx_rproc: Ignore create mem entry for resource tablePeng Fan2022-04-181-0/+3
* remoteproc: imx_rproc: correct firmware reloadPeng Fan2021-12-131-3/+5
* remoteproc: imx_rproc: Fix a resource leak in the remove functionChristophe JAILLET2021-11-171-0/+1
* remoteproc: imx_rproc: Move common structure to header fileShengjiu Wang2021-10-121-27/+1
* remoteproc: imx_rproc: Change to ioremap_wc for dramDong Aisheng2021-09-271-1/+1
* remoteproc: imx_rproc: Fix rsc-table nameDong Aisheng2021-09-271-1/+1
* remoteproc: imx_rproc: Fix ignoring mapping vdev regionsDong Aisheng2021-09-271-2/+2
* remoteproc: imx_rproc: Fix TCM io memory typeDong Aisheng2021-09-271-14/+21
* remoteproc: imx_rproc: support i.MX8ULPPeng Fan2021-06-231-0/+13
* remoteproc: imx_rproc: support i.MX8MN/PPeng Fan2021-06-011-7/+80
* remoteproc: imx_rproc: support i.MX7ULPPeng Fan2021-06-011-11/+38
* remoteproc: imx_rproc: make clk optionalPeng Fan2021-06-011-15/+31
* remoteproc: imx_rproc: initial support for mutilple start/stop methodPeng Fan2021-06-011-0/+13
* remoteproc: imx_rproc: parse fsl,auto-bootPeng Fan2021-06-011-0/+3
* remoteproc: imx_rproc: support remote cores booted before Linux KernelPeng Fan2021-04-131-0/+45
* remoteproc: imx_rproc: move memory parsing to rproc_opsPeng Fan2021-04-131-5/+3
* remoteproc: imx_rproc: enlarge IMX7D_RPROC_MEM_MAXPeng Fan2021-04-131-5/+5
* remoteproc: imx_rproc: add missing of_node_putPeng Fan2021-04-131-0/+2
* remoteproc: imx_rproc: fix return value check in imx_rproc_addr_init()Wei Yongjun2021-03-121-3/+2
* remoteproc: imx_proc: enable virtio/mailboxPeng Fan2021-03-111-3/+113
* remoteproc: imx_rproc: ignore mapping vdev regionsPeng Fan2021-03-111-0/+3
* remoteproc: imx_rproc: support i.MX8MQ/MPeng Fan2021-03-111-1/+40
* remoteproc: imx_rproc: add i.MX specific parse fw hookPeng Fan2021-03-111-0/+93
* remoteproc: imx_rproc: use devm_ioremapPeng Fan2021-03-111-1/+2
* remoteproc: imx_rproc: correct err messagePeng Fan2021-03-111-2/+2
* remoteproc: add is_iomem to da_to_vaPeng Fan2021-03-111-1/+1
* remoteproc: Use size_t type for len in da_to_vaClement Leger2020-03-251-5/+6
* Merge tag 'rproc-v5.3' of git://github.com/andersson/remoteprocLinus Torvalds2019-07-171-4/+4
|\
| * remoteproc: imx: Fix typo in "failed"Fabio Estevam2019-06-031-4/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* remoteproc: imx_rproc: Slightly simplify code in 'imx_rproc_probe()'Christophe JAILLET2018-03-181-6/+4
* remoteproc: imx_rproc: Re-use existing error handling path in 'imx_rproc_prob...Christophe JAILLET2018-03-181-4/+3
* remoteproc: imx_rproc: Fix an error handling path in 'imx_rproc_probe()'Christophe JAILLET2018-03-181-2/+4