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, 23 Jun 2019 17:12:19 +0200 From: Marek Vasut <marex@...x.de> To: Andrew Lunn <andrew@...n.ch> Cc: netdev@...r.kernel.org, Florian Fainelli <f.fainelli@...il.com>, Linus Walleij <linus.walleij@...aro.org>, Tristram Ha <Tristram.Ha@...rochip.com>, Woojung Huh <Woojung.Huh@...rochip.com> Subject: Re: [PATCH] net: dsa: microchip: Use gpiod_set_value_cansleep() On 6/23/19 5:09 PM, Andrew Lunn wrote: > On Sun, Jun 23, 2019 at 02:10:36PM +0200, Marek Vasut wrote: >> Replace gpiod_set_value() with gpiod_set_value_cansleep(), as the switch >> reset GPIO can be connected to e.g. I2C GPIO expander and it is perfectly >> fine for the kernel to sleep for a bit in ksz_switch_register(). >> >> Signed-off-by: Marek Vasut <marex@...x.de> > > Reviewed-by: Andrew Lunn <andrew@...n.ch> Actually, no, I missed a change in .remove , so I'll send a V2 with this RB if you don't mind. -- Best regards, Marek Vasut
Powered by blists - more mailing lists