Re: [PATCH 0/6] net: phy: relax PHY and MDIO reset handling

From: David Miller
Date: Fri Jun 26 2020 - 16:40:39 EST


From: Bartosz Golaszewski <brgl@xxxxxxxx>
Date: Fri, 26 Jun 2020 17:53:19 +0200

> From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>
>
> Previously these patches were submitted as part of a larger series[1]
> but since the approach in it will have to be reworked I'm resending
> the ones that were non-controversial and have been reviewed for upstream.
>
> Florian suggested a better solution for managing multiple resets. While
> I will definitely try to implement something at the driver model's bus
> level (together with regulator support), the 'resets' and 'reset-gpios'
> DT property is a stable ABI defined in mdio.yaml so improving its support
> is in order as we'll have to stick with it anyway. Current implementation
> contains an unnecessary limitation where drivers without probe() can't
> define resets.
>
> Changes from the previous version:
> - order forward declarations in patch 4 alphabetically
> - collect review tags
>
> [1] https://lkml.org/lkml/2020/6/22/253

Series applied, thank you.