]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gpio: msc313: Replace of_node_to_fwnode() with more suitable API
authorAndy Shevchenko <andy.shevchenko@gmail.com>
Thu, 22 Aug 2024 22:41:30 +0000 (01:41 +0300)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 2 Sep 2024 10:27:36 +0000 (12:27 +0200)
commitf5c4a495b189a4438a06fa0781f11dabdf5b28e0
treeddaac17f4fb07f909a5297969f71a80cf022dfbf
parentc1e4e5dc9bbf995e81884b2988502fded54542e4
gpio: msc313: 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>
Link: https://lore.kernel.org/r/20240822224130.706564-1-andy.shevchenko@gmail.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-msc313.c