summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/imx_rproc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* remoteproc: imx_rproc: fix return value check in imx_rproc_addr_init()Wei Yongjun2017-10-111-3/+2
* remoteproc: imx_rproc: fix a couple off by one bugsDan Carpenter2017-10-101-2/+2
* remoteproc: imx_rproc: add a NXP/Freescale imx_rproc driverOleksij Rempel2017-08-301-0/+426