commit | dfa0d55ff6be64e7b6881212a291cb95f8da3b08 | [log] [tgz] |
---|---|---|
author | Martin Schiller <ms@dev.tdt.de> | Wed Nov 14 12:54:49 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 16 20:25:22 2018 -0800 |
tree | 80fd87024443e7b4b8e3c151d8a1ffc5dc7429c8 | |
parent | 19ab69107d3ecfb7cd3e38ad262a881be40c01a3 [diff] |
net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs This commit re-enables support for slow GPIO pins. It was initially introduced by commit 2d6c9091ab76 ("net: mdio-gpio: support access that may sleep") and got lost by commit 7e5fbd1e0700 ("net: mdio-gpio: Convert to use gpiod functions where possible"). Also add a warning about slow GPIO pins like it is done in i2c-gpio. Signed-off-by: Martin Schiller <ms@dev.tdt.de> Signed-off-by: David S. Miller <davem@davemloft.net>