]> rtime.felk.cvut.cz Git - hercules2020/nv-tegra/linux-4.4.git/commit
net: phy: broadcom: fix eqos resume time
authorBhadram Varka <vbhadram@nvidia.com>
Wed, 25 Jan 2017 06:37:46 +0000 (12:07 +0530)
committermobile promotions <svcmobile_promotions@nvidia.com>
Tue, 31 Jan 2017 09:05:34 +0000 (01:05 -0800)
commit7377000b2ce7747e841131c9d2f307a5d0205d10
treeeecf5d7b2611d4cd6e9ab2978aa23f1eedb1ea6a
parent0138a523d9d5eed54cac968798cb7382eefc9db5
net: phy: broadcom: fix eqos resume time

BRCM PHY reset happens through phy-reset-gpio, so no need of
performing soft reset through genphy_soft_reset() which actually
takes minimum 50msec to perform the operation.

Also removes the build warning since added low_power_mode
function pointer is void but the function defined as int.

Bug 200216733

Change-Id: Icc38a5db4db96a6a6551901e3de435fffc2d0382
Signed-off-by: Bhadram Varka <vbhadram@nvidia.com>
Reviewed-on: http://git-master/r/1293778
GVS: Gerrit_Virtual_Submit
Reviewed-by: Narayan Reddy <narayanr@nvidia.com>
Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com>
Reviewed-by: Ajay Gupta <ajayg@nvidia.com>
Reviewed-by: David Lim <dlim@nvidia.com>
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
drivers/net/phy/broadcom.c