summaryrefslogtreecommitdiffstats
path: root/net/ipv4
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2019-09-13 15:55:47 -0700
committerDavid S. Miller <davem@davemloft.net>2019-09-16 16:25:16 +0200
commit40ba6a12a5488e0fbcfae2f21a4f62bdb02d44d3 (patch)
tree7e374aed7904f262bae17fc8fcae28e073eb9d2f /net/ipv4
parent28f2c362dbe2a9ec3dfb086dcabbd08ecfcbe236 (diff)
downloadlinux-40ba6a12a5488e0fbcfae2f21a4f62bdb02d44d3.tar.bz2
net: mdio: switch to using gpiod_get_optional()
The MDIO device reset line is optional and now that gpiod_get_optional() returns proper value when GPIO support is compiled out, there is no reason to use fwnode_get_named_gpiod() that I plan to hide away. Let's switch to using more standard gpiod_get_optional() and gpiod_set_consumer_name() to keep the nice "PHY reset" label. Also there is no reason to only try to fetch the reset GPIO when we have OF node, gpiolib can fetch GPIO data from firmwares as well. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')
0 files changed, 0 insertions, 0 deletions