From: Dmitry Torokhov <dmitry.torok...@gmail.com> Date: Fri, 4 Oct 2019 16:13:53 -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 potentially handle secondary software > nodes in cases we need to augment platform firmware. > > This depends on the new code that can be bound in > ib-fwnode-gpiod-get-index immutable branch of Linus' Walleij tree: > > git pull > git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git > ib-fwnode-gpiod-get-index > > I hope that it would be possible to pull in this immutable branch and > not wait until after 5.5 merge window. For series: Acked-by: David S. Miller <da...@davemloft.net>