[PATCH 06/15] net: phy: mdio: reset MDIO devices even if probe() is not implemented
Andrew Lunn
andrew at lunn.ch
Mon Jun 22 09:18:46 EDT 2020
On Mon, Jun 22, 2020 at 11:37:35AM +0200, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bgolaszewski at baylibre.com>
>
> Similarily to PHY drivers - there's no reason to require probe() to be
> implemented in order to call mdio_device_reset(). MDIO devices can have
> resets defined without needing to do anything in probe().
>
> Signed-off-by: Bartosz Golaszewski <bgolaszewski at baylibre.com>
I would be surprised if there is any MDIO driver which don't have a
probe callback.
Reviewed-by: Andrew Lunn <andrew at lunn.ch>
Andrew
More information about the linux-arm-kernel
mailing list