Re: [PATCH 12/16] net: phy: adin: read EEE setting from device-tree

2019-08-05 Thread Ardelean, Alexandru
On Mon, 2019-08-05 at 17:19 +0200, Andrew Lunn wrote: > [External] > > On Mon, Aug 05, 2019 at 07:54:49PM +0300, Alexandru Ardelean wrote: > > By default, EEE is not advertised on system init. This change allows the > > user to specify a device property to enable EEE advertisements when the PHY >

Re: [PATCH 12/16] net: phy: adin: read EEE setting from device-tree

2019-08-05 Thread Andrew Lunn
On Mon, Aug 05, 2019 at 07:54:49PM +0300, Alexandru Ardelean wrote: > By default, EEE is not advertised on system init. This change allows the > user to specify a device property to enable EEE advertisements when the PHY > initializes. This patch is not required. If EEE is not being advertised wh

[PATCH 12/16] net: phy: adin: read EEE setting from device-tree

2019-08-05 Thread Alexandru Ardelean
By default, EEE is not advertised on system init. This change allows the user to specify a device property to enable EEE advertisements when the PHY initializes. Also, before resetting the PHY, the EEE settings are read, so that after the reset is complete, they are written back into the EEE adver