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:48:10 +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 4/4 net-next] net: mdio device: use flexible sleeping in reset function On Thu, Jul 30, 2020 at 09:57:49PM +0200, 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.thomsen@...il.com> Reviewed-by: Andrew Lunn <andrew@...n.ch> Andrew
Powered by blists - more mailing lists