]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gpio: ixp4xx: Replace of_node_to_fwnode() with more suitable API
authorAndy Shevchenko <andy.shevchenko@gmail.com>
Thu, 22 Aug 2024 22:33:32 +0000 (01:33 +0300)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 2 Sep 2024 10:27:36 +0000 (12:27 +0200)
commit1e3d42f508ee03ce5c515fc72ef9dcb65212d221
treebd2bdef9204a5a7278d877199eb1e81dc17a87fb
parent35ea26245ec24f89491fec945a15c0b2ae60bab9
gpio: ixp4xx: Replace of_node_to_fwnode() with more suitable API

of_node_to_fwnode() is a IRQ domain specific implementation of
of_fwnode_handle(). Replace the former with more suitable API.

Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20240822223332.705560-1-andy.shevchenko@gmail.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-ixp4xx.c