Re: [PATCH 13/15] net: phy: mdio: add support for PHY supply regulator

2020-06-23 Thread Bartosz Golaszewski
pon., 22 cze 2020 o 15:25 Russell King - ARM Linux admin napisaƂ(a): > > On Mon, Jun 22, 2020 at 11:37:42AM +0200, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > > > Currently many MAC drivers control the regulator supplying the PHY but > > this is conceptually wrong. The regulator

Re: [PATCH 13/15] net: phy: mdio: add support for PHY supply regulator

2020-06-22 Thread Russell King - ARM Linux admin
On Mon, Jun 22, 2020 at 11:37:42AM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Currently many MAC drivers control the regulator supplying the PHY but > this is conceptually wrong. The regulator should be defined as a property > of the PHY node on the MDIO bus and controlled

[PATCH 13/15] net: phy: mdio: add support for PHY supply regulator

2020-06-22 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Currently many MAC drivers control the regulator supplying the PHY but this is conceptually wrong. The regulator should be defined as a property of the PHY node on the MDIO bus and controlled by the MDIO sub-system. Add support for an optional PHY regulator which will b