lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 2 Aug 2020 18:46:50 +0200 From: Andrew Lunn <andrew@...n.ch> To: Bruno Thomsen <bruno.thomsen@...il.com> Cc: netdev <netdev@...r.kernel.org>, Fabio Estevam <festevam@...il.com>, Florian Fainelli <f.fainelli@...il.com>, Russell King - ARM Linux <linux@...linux.org.uk>, Heiner Kallweit <hkallweit1@...il.com>, Lars Alex Pedersen <laa@...strup.com>, Bruno Thomsen <bth@...strup.com> Subject: Re: [PATCH v2 2/4 net-next] net: mdiobus: use flexible sleeping for reset-delay-us On Thu, Jul 30, 2020 at 09:57:47PM +0200, 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.thomsen@...il.com> Reviewed-by: Andrew Lunn <andrew@...n.ch> Andrew
Powered by blists - more mailing lists