Re: [PATCH v4] net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs

From: David Miller
Date: Fri Nov 16 2018 - 23:25:51 EST


From: Martin Schiller <ms@xxxxxxxxxx>
Date: Wed, 14 Nov 2018 12:54:49 +0100

> This commit re-enables support for slow GPIO pins. It was initially
> introduced by commit 2d6c9091ab76 ("net: mdio-gpio: support access that
> may sleep") and got lost by commit 7e5fbd1e0700 ("net: mdio-gpio:
> Convert to use gpiod functions where possible").
>
> Also add a warning about slow GPIO pins like it is done in i2c-gpio.
>
> Signed-off-by: Martin Schiller <ms@xxxxxxxxxx>

Applied, thanks.