mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
![]() 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 |
||
---|---|---|
.. | ||
anatop.c | ||
avic.c | ||
common.h | ||
cpu-imx5.c | ||
cpu-imx25.c | ||
cpu-imx27.c | ||
cpu-imx31.c | ||
cpu-imx35.c | ||
cpu.c | ||
cpuidle-imx5.c | ||
cpuidle-imx6q.c | ||
cpuidle-imx6sl.c | ||
cpuidle-imx6sx.c | ||
cpuidle-imx7ulp.c | ||
cpuidle.h | ||
crmregs-imx3.h | ||
gpc.c | ||
hardware.h | ||
headsmp.S | ||
hotplug.c | ||
iim.h | ||
irq-common.c | ||
irq-common.h | ||
Kconfig | ||
mach-imx1.c | ||
mach-imx6q.c | ||
mach-imx6sl.c | ||
mach-imx6sx.c | ||
mach-imx6ul.c | ||
mach-imx7d-cm4.c | ||
mach-imx7d.c | ||
mach-imx7ulp.c | ||
mach-imx25.c | ||
mach-imx27.c | ||
mach-imx31.c | ||
mach-imx35.c | ||
mach-imx50.c | ||
mach-imx51.c | ||
mach-imx53.c | ||
mach-imxrt.c | ||
mach-ls1021a.c | ||
mach-vf610.c | ||
Makefile | ||
mm-imx3.c | ||
mmdc.c | ||
mx2x.h | ||
mx3x.h | ||
mx27.h | ||
mx31.h | ||
mx35.h | ||
mxc.h | ||
platsmp.c | ||
pm-imx5.c | ||
pm-imx6.c | ||
pm-imx7ulp.c | ||
pm-imx25.c | ||
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 |