linux/arch/arm/mach-imx
Jiri Slaby (SUSE) 4dcb0045a3 ARM: Switch to irq_domain_create_*()
irq_domain_add_*() interfaces are going away as being obsolete now.
Switch to the preferred irq_domain_create_*() ones. Those differ in the
node parameter: They take more generic struct fwnode_handle instead of
struct device_node. Therefore, of_fwnode_handle() is added around the
original parameter.

Note some of the users can likely use dev->fwnode directly instead of
indirect of_fwnode_handle(dev->of_node). But dev->fwnode is not
guaranteed to be set for all, so this has to be investigated on case to
case basis (by people who can actually test with the HW).

[ tglx: Fix up subject prefix ]

Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250319092951.37667-15-jirislaby@kernel.org
2025-05-16 21:06:08 +02:00
..
anatop.c
avic.c ARM: Switch to irq_domain_create_*() 2025-05-16 21:06:08 +02:00
common.h ARM: imx: mark imx53_suspend_sz as unused 2025-03-11 10:57:51 +08:00
cpu-imx5.c ARM: imx: add missing of_node_put() 2022-12-31 21:13:40 +08:00
cpu-imx25.c ARM: imx: add missing of_node_put() 2022-12-31 21:13:40 +08:00
cpu-imx27.c ARM: imx: add missing of_node_put() 2022-12-31 21:13:40 +08:00
cpu-imx31.c ARM: imx: add missing of_node_put() 2022-12-31 21:13:40 +08:00
cpu-imx35.c ARM: imx: add missing of_node_put() 2022-12-31 21:13:40 +08:00
cpu.c
cpuidle-imx5.c cpuidle,arch: Mark all regular cpuidle_state:: Enter methods __cpuidle 2023-01-13 11:48:18 +01:00
cpuidle-imx6q.c cpuidle, arch: Mark all ct_cpuidle_enter() callers __cpuidle 2023-01-13 11:48:17 +01:00
cpuidle-imx6sl.c cpuidle,arch: Mark all regular cpuidle_state:: Enter methods __cpuidle 2023-01-13 11:48:18 +01:00
cpuidle-imx6sx.c cpuidle, arch: Mark all ct_cpuidle_enter() callers __cpuidle 2023-01-13 11:48:17 +01:00
cpuidle-imx7ulp.c cpuidle,arch: Mark all regular cpuidle_state:: Enter methods __cpuidle 2023-01-13 11:48:18 +01:00
cpuidle.h
crmregs-imx3.h
gpc.c ARM: Switch to irq_domain_create_*() 2025-05-16 21:06:08 +02:00
hardware.h
headsmp.S
hotplug.c
iim.h
irq-common.c
irq-common.h
Kconfig ARM: imx: Re-introduce the PINCTRL selection 2024-12-03 10:58:42 +01:00
mach-imx1.c ARM: imx: Drop unused includes 2023-07-19 15:28:44 +08:00
mach-imx6q.c ARM: imx6q: skip ethernet refclock reconfiguration if enet_clk_ref is present 2023-03-06 09:57:02 +08:00
mach-imx6sl.c
mach-imx6sx.c ARM: mach-imx: imx6sx: Remove Ethernet refclock setting 2024-08-05 15:26:30 +08:00
mach-imx6ul.c ARM: imx: Drop unused includes 2023-07-19 15:28:44 +08:00
mach-imx7d-cm4.c
mach-imx7d.c ARM: imx: Annotate imx7d_enet_init() as __init 2024-09-01 15:36:35 +08:00
mach-imx7ulp.c
mach-imx25.c ARM: imx: Drop unused includes 2023-07-19 15:28:44 +08:00
mach-imx27.c ARM: imx: Drop unused includes 2023-07-19 15:28:44 +08:00
mach-imx31.c
mach-imx35.c ARM: imx: Drop unused includes 2023-07-19 15:28:44 +08:00
mach-imx50.c ARM: imx: Drop unused includes 2023-07-19 15:28:44 +08:00
mach-imx51.c ARM: imx: Drop unused includes 2023-07-19 15:28:44 +08:00
mach-imx53.c ARM: imx: Drop unused includes 2023-07-19 15:28:44 +08:00
mach-imxrt.c
mach-ls1021a.c
mach-vf610.c
Makefile
mm-imx3.c
mmdc.c ARM: imx: Switch to use hrtimer_setup() 2025-02-18 10:32:31 +01:00
mx2x.h
mx3x.h
mx27.h
mx31.h
mx35.h
mxc.h
platsmp.c
pm-imx5.c ARM: imx: Drop unused includes 2023-07-19 15:28:44 +08:00
pm-imx6.c ARM: imx: Switch to new sys-off handler API 2024-10-22 09:25:30 +08:00
pm-imx7ulp.c
pm-imx25.c ARM: imx: add missing include 2023-05-26 13:31:37 +02:00
pm-imx27.c
resume-imx6.S
src.c
ssi-fiq-ksym.c
ssi-fiq.S
suspend-imx6.S
suspend-imx53.S
system.c
tzic.c ARM: Switch to irq_domain_create_*() 2025-05-16 21:06:08 +02:00