Re: [PATCH 04/11] net: phylink: switch to using fwnode_gpiod_get_index()
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: 2019-09-11 09:25:20
Also in:
linux-gpio, lkml
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: 2019-09-11 09:25:20
Also in:
linux-gpio, lkml
On Wed, Sep 11, 2019 at 12:52:08AM -0700, Dmitry Torokhov wrote:
Instead of fwnode_get_named_gpiod() that I plan to hide away, let's use the new fwnode_gpiod_get_index() that mimics gpiod_get_index(), bit works with arbitrary firmware node.
I'm wondering if it's possible to step forward and replace fwnode_get_gpiod_index by gpiod_get() / gpiod_get_index() here and in other cases in this series. -- With Best Regards, Andy Shevchenko