Re: [PATCH v2 03/15] net: phy: adin: hook genphy_{suspend,resume} into the driver

2019-08-08 Thread Andrew Lunn
On Thu, Aug 08, 2019 at 03:30:14PM +0300, Alexandru Ardelean wrote: > The chip supports standard suspend/resume via BMCR reg. > Hook these functions into the `adin` driver. > > Signed-off-by: Alexandru Ardelean Reviewed-by: Andrew Lunn Andrew

[PATCH v2 03/15] net: phy: adin: hook genphy_{suspend,resume} into the driver

2019-08-08 Thread Alexandru Ardelean
The chip supports standard suspend/resume via BMCR reg. Hook these functions into the `adin` driver. Signed-off-by: Alexandru Ardelean --- drivers/net/phy/adin.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/net/phy/adin.c b/drivers/net/phy/adin.c index 879797d076e0..45490fbe27