Re: [PATCH v2 0/3] net: phy: switch to using fwnode_gpiod_get_index

2019-10-15 Thread David Miller
From: Dmitry Torokhov Date: Mon, 14 Oct 2019 10:40:19 -0700 > This series switches phy drivers form using fwnode_get_named_gpiod() and > gpiod_get_from_of_node() that are scheduled to be removed in favor > of fwnode_gpiod_get_index() that behaves more like standard > gpiod_get_index() and will po

[PATCH v2 0/3] net: phy: switch to using fwnode_gpiod_get_index

2019-10-14 Thread Dmitry Torokhov
This series switches phy drivers form using fwnode_get_named_gpiod() and gpiod_get_from_of_node() that are scheduled to be removed in favor of fwnode_gpiod_get_index() that behaves more like standard gpiod_get_index() and will potentially handle secondary software nodes in cases we need to augment