commit | b605c9abc4d2e79eed1332be14a79960a1e9f503 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Jan 02 17:03:18 2020 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Jan 05 14:27:01 2020 -0800 |
tree | 84005dac15226272f9bb3b50c973fa6eedf51ff5 | |
parent | aa1d54c65d11ab32e72f8122709e9dff4049ce93 [diff] |
net: phylink: switch to using fwnode_gpiod_get_index() 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(), but works with arbitrary firmware node. Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>