From: Bartosz Golaszewski <b...@bgdev.pl> Date: Fri, 26 Jun 2020 17:53:19 +0200
> From: Bartosz Golaszewski <bgolaszew...@baylibre.com> > > 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.