commit | 4029ea3a8625bc699210623a106e887c2761fead | [log] [tgz] |
---|---|---|
author | Andrew Lunn <andrew@lunn.ch> | Thu Apr 19 01:02:57 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 19 15:59:11 2018 -0400 |
tree | adaa721e821195d0279824e14bfa5e10a07e38a2 | |
parent | fb766421d881a849c80c7cb80e8ccbbddeb55d9d [diff] |
net: phy: mdio-gpio: Parse properties directly into bitbang structure The same parsing code can be used for both OF and platform devices, if the platform device uses a gpiod_lookup_table. Parse these properties directly into the bitbang structure, rather than use an intermediate platform data structure. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>