]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gpio: uniphier: Replace of_node_to_fwnode() with more suitable API
authorAndy Shevchenko <andy.shevchenko@gmail.com>
Thu, 22 Aug 2024 22:56:29 +0000 (01:56 +0300)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 2 Sep 2024 10:27:36 +0000 (12:27 +0200)
commit9f12737342291ea5b657a79c35d24b33983668be
treea58f7dc429f80f696ecbb8e1350ed97b7476a7ab
parentf5c4a495b189a4438a06fa0781f11dabdf5b28e0
gpio: uniphier: 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/20240822225629.707365-1-andy.shevchenko@gmail.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-uniphier.c