On Mon, Jun 22, 2020 at 11:37:35AM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski <bgolaszew...@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 <bgolaszew...@baylibre.com>
I would be surprised if there is any MDIO driver which don't have a probe callback. Reviewed-by: Andrew Lunn <and...@lunn.ch> Andrew