diff options
| author | Bruno Thomsen <[email protected]> | 2020-07-30 21:57:49 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-08-03 15:01:02 -0700 |
| commit | e4d5efdd0bc43c63c64021147175800a1d58114f (patch) | |
| tree | 226dab72a2f2a052aa07ef708f4aca9cd3d4930a /tools/perf/scripts/python/bin | |
| parent | bb3831294cd50750806f2ce8d73317dc8feeda09 (diff) | |
net: mdio device: use flexible sleeping in reset function
MDIO device reset assert and deassert length was created by
usleep_range() but that does not ensure optimal handling of
all the different values from device tree properties.
By switching to the new flexible sleeping helper function,
fsleep(), the correct delay function is called depending on
delay length, e.g. udelay(), usleep_range() or msleep().
Signed-off-by: Bruno Thomsen <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]>
Reviewed-by: Florian Fainelli <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions