index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
remoteproc
/
imx_rproc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-26
remoteproc: imx_rproc: Add support for poweroff and reboot
Peng Fan
1
-0
/
+42
2024-08-26
remoteproc: imx_rproc: Allow setting of the mailbox transmit mode
Peng Fan
1
-6
/
+6
2024-08-13
remoteproc: Use of_property_present()
Rob Herring (Arm)
1
-1
/
+1
2024-07-29
remoteproc: imx_rproc: Merge TCML/U
Peng Fan
1
-12
/
+6
2024-07-29
remoteproc: imx_rproc: Initialize workqueue earlier
Peng Fan
1
-2
/
+2
2024-07-29
remoteproc: imx_rproc: Use imx specific hook for find_loaded_rsc_table
Peng Fan
1
-1
/
+12
2024-07-29
remoteproc: imx_rproc: Correct ddr alias for i.MX8M
Peng Fan
1
-1
/
+1
2024-06-17
remoteproc: imx_rproc: Fix refcount mistake in imx_rproc_addr_init
Aleksandr Mishin
1
-2
/
+6
2024-06-11
remoteproc: imx_rproc: Skip over memory region when node value is NULL
Aleksandr Mishin
1
-0
/
+2
2024-03-21
Merge tag 'rproc-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...
Linus Torvalds
1
-11
/
+5
2024-02-14
remoteproc: imx_rproc: Convert to dev_pm_domain_attach|detach_list()
Ulf Hansson
1
-64
/
+9
2024-02-02
remoteproc: imx_rproc: Use devm_rproc_alloc() helper
Andrew Davis
1
-11
/
+5
2023-07-27
remoteproc: imx_rproc: Switch iMX8MN/MP from SMCCC to MMIO
Marek Vasut
1
-2
/
+56
2023-07-15
remoteproc: imx_rproc: iterate all notifiyids in rx callback
Peng Fan
1
-2
/
+11
2023-07-15
remoteproc: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2023-05-09
remoteproc: imx: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-04-03
remoteproc: imx_rproc: Call of_node_put() on iteration error
Mathieu Poirier
1
-2
/
+5
2022-11-15
remoteproc: imx_rproc: Correct i.MX93 DRAM mapping
Peng Fan
1
-2
/
+2
2022-10-24
remoteproc: imx_rproc: Enable attach recovery for i.MX8QM/QXP
Peng Fan
1
-1
/
+2
2022-10-24
remoteproc: imx_rproc: Request mbox channel later
Peng Fan
1
-2
/
+46
2022-10-24
remoteproc: imx_rproc: Support i.MX8QM
Peng Fan
1
-3
/
+44
2022-10-24
remoteproc: imx_rproc: Support kicking Mcore from Linux for i.MX8QXP
Peng Fan
1
-3
/
+93
2022-10-24
remoteproc: imx_rproc: Support attaching to i.MX8QXP M4
Peng Fan
1
-1
/
+107
2022-08-23
remoteproc: imx_rproc: Simplify some error message
Christophe JAILLET
1
-9
/
+5
2022-06-22
remoteproc: imx_rproc: Fix refcount leak in imx_rproc_addr_init
Miaoqian Lin
1
-3
/
+4
2022-05-09
remoteproc: imx_rproc: Support i.MX93
Peng Fan
1
-0
/
+33
2022-04-18
remoteproc: imx_rproc: Ignore create mem entry for resource table
Peng Fan
1
-0
/
+3
2021-12-13
remoteproc: imx_rproc: correct firmware reload
Peng Fan
1
-3
/
+5
2021-11-17
remoteproc: imx_rproc: Fix a resource leak in the remove function
Christophe JAILLET
1
-0
/
+1
2021-10-12
remoteproc: imx_rproc: Move common structure to header file
Shengjiu Wang
1
-27
/
+1
2021-09-27
remoteproc: imx_rproc: Change to ioremap_wc for dram
Dong Aisheng
1
-1
/
+1
2021-09-27
remoteproc: imx_rproc: Fix rsc-table name
Dong Aisheng
1
-1
/
+1
2021-09-27
remoteproc: imx_rproc: Fix ignoring mapping vdev regions
Dong Aisheng
1
-2
/
+2
2021-09-27
remoteproc: imx_rproc: Fix TCM io memory type
Dong Aisheng
1
-14
/
+21
2021-06-23
remoteproc: imx_rproc: support i.MX8ULP
Peng Fan
1
-0
/
+13
2021-06-01
remoteproc: imx_rproc: support i.MX8MN/P
Peng Fan
1
-7
/
+80
2021-06-01
remoteproc: imx_rproc: support i.MX7ULP
Peng Fan
1
-11
/
+38
2021-06-01
remoteproc: imx_rproc: make clk optional
Peng Fan
1
-15
/
+31
2021-06-01
remoteproc: imx_rproc: initial support for mutilple start/stop method
Peng Fan
1
-0
/
+13
2021-06-01
remoteproc: imx_rproc: parse fsl,auto-boot
Peng Fan
1
-0
/
+3
2021-04-13
remoteproc: imx_rproc: support remote cores booted before Linux Kernel
Peng Fan
1
-0
/
+45
2021-04-13
remoteproc: imx_rproc: move memory parsing to rproc_ops
Peng Fan
1
-5
/
+3
2021-04-13
remoteproc: imx_rproc: enlarge IMX7D_RPROC_MEM_MAX
Peng Fan
1
-5
/
+5
2021-04-13
remoteproc: imx_rproc: add missing of_node_put
Peng Fan
1
-0
/
+2
2021-03-12
remoteproc: imx_rproc: fix return value check in imx_rproc_addr_init()
Wei Yongjun
1
-3
/
+2
2021-03-11
remoteproc: imx_proc: enable virtio/mailbox
Peng Fan
1
-3
/
+113
2021-03-11
remoteproc: imx_rproc: ignore mapping vdev regions
Peng Fan
1
-0
/
+3
2021-03-11
remoteproc: imx_rproc: support i.MX8MQ/M
Peng Fan
1
-1
/
+40
2021-03-11
remoteproc: imx_rproc: add i.MX specific parse fw hook
Peng Fan
1
-0
/
+93
2021-03-11
remoteproc: imx_rproc: use devm_ioremap
Peng Fan
1
-1
/
+2
[next]