]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-phy-switch-to-using-fwnode_gpiod_get_index'
authorDavid S. Miller <davem@davemloft.net>
Sun, 5 Jan 2020 22:27:01 +0000 (14:27 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 Jan 2020 22:27:01 +0000 (14:27 -0800)
commit2bf0b8cdc6028c7b8f49119b58fef276168362bf
tree66c066bc1dec2110c0f0171eb850c9d37502d359
parent5466b431f9fea668c0ae9a0885fb935a8ec80d79
parent413d833c1671e6644d10db1fc85d70f4c242ebc9
Merge branch 'net-phy-switch-to-using-fwnode_gpiod_get_index'

Dmitry Torokhov says:

====================
net: phy: switch to using fwnode_gpiod_get_index

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.

Now that the dependencies have been merged into networking tree the
patches can be applied there as well.

v3:
        - rebased on top of net-next

v2:
        - rebased on top of Linus' W devel branch
        - added David's ACKs
====================

Signed-off-by: David S. Miller <davem@davemloft.net>