On 6/22/20 2:37 AM, 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>
Same comment as patch #5, I would prefer that we seek a solution that allows MDIO drivers to manage multiple reset lines (would that exist) on their own instead of this one size fits all approach. Thank you. -- Florian