]> rtime.felk.cvut.cz Git - hercules2020/nv-tegra/linux-4.4.git/commit
net: ethernet: eqos: fix eqos resume time
authorBhadram Varka <vbhadram@nvidia.com>
Tue, 10 Jan 2017 07:27:29 +0000 (12:57 +0530)
committermobile promotions <svcmobile_promotions@nvidia.com>
Thu, 19 Jan 2017 00:47:05 +0000 (16:47 -0800)
commita9a7d45fcc89621036dce0b7c4dbda6b8b684a21
treed96505b19cae4edee210a06dcccc04da4fbd4efa
parent3810ec4cf017d0ff7a36f5b3b60586ef70e05c69
net: ethernet: eqos: 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: I3b68aa8e5cc2c0cb0c701f0e3085aa6d24733172
Signed-off-by: Bhadram Varka <vbhadram@nvidia.com>
Reviewed-on: http://git-master/r/1282637
Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com>
Reviewed-by: Narayan Reddy <narayanr@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
drivers/net/ethernet/nvidia/eqos/init.c
drivers/net/phy/broadcom.c