2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/arch/mips/ralink
Jiri Slaby (SUSE) 0810f121e0 MIPS: 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).

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-26-jirislaby@kernel.org
2025-05-16 21:06:10 +02:00
..
bootrom.c mips: ralink: convert to DEFINE_SHOW_ATTRIBUTE 2022-09-19 16:40:39 +02:00
clk.c mips: ralink: get cpu rate from new driver code 2023-06-21 14:50:23 +02:00
common.h mips: ralink: introduce commonly used remap node function 2023-06-21 14:54:50 +02:00
early_printk.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
ill_acc.c MIPS: More explicit DT include clean-ups 2023-07-28 11:41:18 +02:00
irq-gic.c MIPS: ralink: Fix missing get_c0_perfcount_int prototype 2024-08-29 10:29:28 +02:00
irq.c MIPS: Switch to irq_domain_create_*() 2025-05-16 21:06:10 +02:00
Kconfig clocksource/drivers/ralink: Add Ralink System Tick Counter driver 2024-11-13 13:49:33 +01:00
Makefile clocksource/drivers/ralink: Add Ralink System Tick Counter driver 2024-11-13 13:49:33 +01:00
mt7620.c mips: ralink: introduce commonly used remap node function 2023-06-21 14:54:50 +02:00
mt7621.c MIPS: Fix typos 2024-01-08 10:39:12 +01:00
of.c MIPS: Explicitly include correct DT includes 2023-07-25 10:42:01 +02:00
Platform MIPS: ralink: Don't include objects twice 2020-05-15 09:10:07 +02:00
prom.c MIPS: Explicitly include correct DT includes 2023-07-25 10:42:01 +02:00
reset.c mips: ralink: remove reset related code 2023-06-21 14:50:23 +02:00
rt288x.c mips: ralink: introduce commonly used remap node function 2023-06-21 14:54:50 +02:00
rt305x.c mips: ralink: introduce commonly used remap node function 2023-06-21 14:54:50 +02:00
rt3883.c mips: ralink: introduce commonly used remap node function 2023-06-21 14:54:50 +02:00
timer-gic.c MIPS: ralink: Fix missing plat_time_init prototype 2024-08-29 10:29:08 +02:00
timer.c MIPS: ralink: Don't use "proxy" headers 2024-03-11 13:57:18 +01:00