]> 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)
commita83e1a7325c28af1dc71606cfea4f82d611ea956
tree66c066bc1dec2110c0f0171eb850c9d37502d359
parentdb55ce2b497bcfabde62d0a68ccab800f39d1d31
parent65d1b3d3ce2b3962c2c67db56c8d0c09fd277981
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>