On 7/30/2020 12:57 PM, Bruno Thomsen wrote:
> 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 <bruno.thom...@gmail.com>
Reviewed-by: Florian Fainelli <f.faine...@gmail.com>
--
Florian