Re: [PATCH 14/15] net: phy: add PHY regulator support

2020-06-24 Thread Russell King - ARM Linux admin
On Wed, Jun 24, 2020 at 05:57:19PM +0100, Russell King - ARM Linux admin wrote: > On Tue, Jun 23, 2020 at 06:27:06PM +0200, Bartosz Golaszewski wrote: > > wt., 23 cze 2020 o 11:56 Russell King - ARM Linux admin > > napisał(a): > > > > > > On Tue, Jun 23, 2020 at 11:46:15AM +0200, Bartosz Golaszews

Re: [PATCH 14/15] net: phy: add PHY regulator support

2020-06-24 Thread Russell King - ARM Linux admin
On Tue, Jun 23, 2020 at 06:27:06PM +0200, Bartosz Golaszewski wrote: > wt., 23 cze 2020 o 11:56 Russell King - ARM Linux admin > napisał(a): > > > > On Tue, Jun 23, 2020 at 11:46:15AM +0200, Bartosz Golaszewski wrote: > > > wt., 23 cze 2020 o 11:43 Russell King - ARM Linux admin > > > napisał(a):

Re: [PATCH 14/15] net: phy: add PHY regulator support

2020-06-23 Thread Bartosz Golaszewski
wt., 23 cze 2020 o 11:56 Russell King - ARM Linux admin napisał(a): > > On Tue, Jun 23, 2020 at 11:46:15AM +0200, Bartosz Golaszewski wrote: > > wt., 23 cze 2020 o 11:43 Russell King - ARM Linux admin > > napisał(a): > > > > > > On Tue, Jun 23, 2020 at 11:41:11AM +0200, Bartosz Golaszewski wrote:

Re: [PATCH 14/15] net: phy: add PHY regulator support

2020-06-23 Thread Russell King - ARM Linux admin
On Tue, Jun 23, 2020 at 11:46:15AM +0200, Bartosz Golaszewski wrote: > wt., 23 cze 2020 o 11:43 Russell King - ARM Linux admin > napisał(a): > > > > On Tue, Jun 23, 2020 at 11:41:11AM +0200, Bartosz Golaszewski wrote: > > > pon., 22 cze 2020 o 15:29 Russell King - ARM Linux admin > > > napisał(a)

Re: [PATCH 14/15] net: phy: add PHY regulator support

2020-06-23 Thread Bartosz Golaszewski
wt., 23 cze 2020 o 11:43 Russell King - ARM Linux admin napisał(a): > > On Tue, Jun 23, 2020 at 11:41:11AM +0200, Bartosz Golaszewski wrote: > > pon., 22 cze 2020 o 15:29 Russell King - ARM Linux admin > > napisał(a): > > > > > > > [snip!] > > > > > > > > This is likely to cause issues for some P

Re: [PATCH 14/15] net: phy: add PHY regulator support

2020-06-23 Thread Russell King - ARM Linux admin
On Tue, Jun 23, 2020 at 11:41:11AM +0200, Bartosz Golaszewski wrote: > pon., 22 cze 2020 o 15:29 Russell King - ARM Linux admin > napisał(a): > > > > [snip!] > > > > > This is likely to cause issues for some PHY drivers. Note that we have > > some PHY drivers which register a temperature sensor

Re: [PATCH 14/15] net: phy: add PHY regulator support

2020-06-23 Thread Bartosz Golaszewski
pon., 22 cze 2020 o 15:29 Russell King - ARM Linux admin napisał(a): > [snip!] > > This is likely to cause issues for some PHY drivers. Note that we have > some PHY drivers which register a temperature sensor in the probe > function, which means they can be accessed independently of the lifetim

Re: [PATCH 14/15] net: phy: add PHY regulator support

2020-06-22 Thread Russell King - ARM Linux admin
On Mon, Jun 22, 2020 at 11:37:43AM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > The MDIO sub-system now supports PHY regulators. Let's reuse the code > to extend this support over to the PHY device. > > Signed-off-by: Bartosz Golaszewski > --- > drivers/net/phy/phy_device.