]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
i2c: core: Switch to fwnode APIs to get IRQ
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 16 Apr 2025 07:01:33 +0000 (10:01 +0300)
committerWolfram Sang <wsa+renesas@sang-engineering.com>
Wed, 16 Apr 2025 16:06:40 +0000 (18:06 +0200)
commit5d9424b00b577b634cd982792c6abf5e7351a79a
treef179383ed7f54871fe00ce24106624f032b0bd87
parent5763a474c887d4a9039ed684b1cc329f924c390b
i2c: core: Switch to fwnode APIs to get IRQ

Switch to fwnode APIs to get IRQ. In particular this enables
a support of the separate wakeup IRQ on non-OF platforms.
The rest is converted just for the sake of consistency and
fwnode reuse.

Tested-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
drivers/i2c/i2c-core-base.c