linux/drivers/i2c/muxes
Jiri Slaby (SUSE) 3fd83ff1d9 i2c: Switch to irq_domain_create_linear()
irq_domain_add_linear() is going away as being obsolete now. Switch to
the preferred irq_domain_create_linear(). That differs in the first
parameter: It takes more generic struct fwnode_handle instead of struct
device_node. Therefore, of_fwnode_handle() is added around the
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-20-jirislaby@kernel.org
2025-05-16 21:06:09 +02:00
..
i2c-arb-gpio-challenge.c i2c: Switch back to struct platform_driver::remove() 2024-11-17 11:58:14 +01:00
i2c-demux-pinctrl.c i2c: mux: demux-pinctrl: correct comment 2025-01-15 19:37:16 +01:00
i2c-mux-gpio.c i2c: Switch back to struct platform_driver::remove() 2024-11-17 11:58:14 +01:00
i2c-mux-gpmux.c i2c: Switch back to struct platform_driver::remove() 2024-11-17 11:58:14 +01:00
i2c-mux-ltc4306.c i2c: mux: remove incorrect of_match_ptr annotations 2025-03-18 21:53:53 +01:00
i2c-mux-mlxcpld.c i2c: Switch back to struct platform_driver::remove() 2024-11-17 11:58:14 +01:00
i2c-mux-mule.c i2c: muxes: Fix return value check in mule_i2c_mux_probe() 2024-11-05 15:17:34 +01:00
i2c-mux-pca954x.c i2c: Switch to irq_domain_create_linear() 2025-05-16 21:06:09 +02:00
i2c-mux-pca9541.c i2c: Drop explicit initialization of struct i2c_device_id::driver_data to 0 2024-06-26 12:45:25 +02:00
i2c-mux-pinctrl.c i2c: Switch back to struct platform_driver::remove() 2024-11-17 11:58:14 +01:00
i2c-mux-reg.c i2c: mux: remove incorrect of_match_ptr annotations 2025-03-18 21:53:53 +01:00
Kconfig i2c: muxes: add support for tsd,mule-i2c multiplexer 2024-09-10 00:36:47 +02:00
Makefile i2c: muxes: add support for tsd,mule-i2c multiplexer 2024-09-10 00:36:47 +02:00