On 7/30/2020 12:57 PM, Bruno Thomsen wrote: > MDIO bus reset pulse width is created by using udelay() > and that function might not be optimal depending on > device tree value. By switching to the new fsleep() helper > 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
- Re: [PATCH v2 2/4 net-next] net: mdiobus: use flexible sl... Andrew Lunn
- Re: [PATCH v2 2/4 net-next] net: mdiobus: use flexib... Florian Fainelli