aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/imx_rproc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-13remoteproc: imx_rproc: move memory parsing to rproc_opsPeng Fan1-5/+3
2021-04-13remoteproc: imx_rproc: enlarge IMX7D_RPROC_MEM_MAXPeng Fan1-5/+5
2021-04-13remoteproc: imx_rproc: add missing of_node_putPeng Fan1-0/+2
2021-03-12remoteproc: imx_rproc: fix return value check in imx_rproc_addr_init()Wei Yongjun1-3/+2
2021-03-11remoteproc: imx_proc: enable virtio/mailboxPeng Fan1-3/+113
2021-03-11remoteproc: imx_rproc: ignore mapping vdev regionsPeng Fan1-0/+3
2021-03-11remoteproc: imx_rproc: support i.MX8MQ/MPeng Fan1-1/+40
2021-03-11remoteproc: imx_rproc: add i.MX specific parse fw hookPeng Fan1-0/+93
2021-03-11remoteproc: imx_rproc: use devm_ioremapPeng Fan1-1/+2
2021-03-11remoteproc: imx_rproc: correct err messagePeng Fan1-2/+2
2021-03-11remoteproc: add is_iomem to da_to_vaPeng Fan1-1/+1
2020-03-25remoteproc: Use size_t type for len in da_to_vaClement Leger1-5/+6
2019-07-17Merge tag 'rproc-v5.3' of git://github.com/andersson/remoteprocLinus Torvalds1-4/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-03remoteproc: imx: Fix typo in "failed"Fabio Estevam1-4/+4
2018-03-18remoteproc: imx_rproc: Slightly simplify code in 'imx_rproc_probe()'Christophe JAILLET1-6/+4
2018-03-18remoteproc: imx_rproc: Re-use existing error handling path in 'imx_rproc_probe()'Christophe JAILLET1-4/+3
2018-03-18remoteproc: imx_rproc: Fix an error handling path in 'imx_rproc_probe()'Christophe JAILLET1-2/+4
2017-10-11remoteproc: imx_rproc: fix return value check in imx_rproc_addr_init()Wei Yongjun1-3/+2
2017-10-10remoteproc: imx_rproc: fix a couple off by one bugsDan Carpenter1-2/+2
2017-08-30remoteproc: imx_rproc: add a NXP/Freescale imx_rproc driverOleksij Rempel1-0/+426