Re: [PATCH net 0/3] bnxt_en: Phy related fixes.

2016-02-19 Thread Michael Chan
On Fri, Feb 19, 2016 at 8:40 PM, David Miller wrote: > From: Michael Chan > Date: Fri, 19 Feb 2016 19:43:18 -0500 > >> 3 small patches to fix PHY related code. > > Series applied, thanks Michael. > > Although I'm not so sure how wise it is to not fail an ->open() > if the PHY settings fail.

Re: [PATCH net 0/3] bnxt_en: Phy related fixes.

2016-02-19 Thread David Miller
From: Michael Chan Date: Fri, 19 Feb 2016 19:43:18 -0500 > 3 small patches to fix PHY related code. Series applied, thanks Michael. Although I'm not so sure how wise it is to not fail an ->open() if the PHY settings fail.

[PATCH net 0/3] bnxt_en: Phy related fixes.

2016-02-19 Thread Michael Chan
3 small patches to fix PHY related code. Michael Chan (3): bnxt_en: Poll link at the end of __bnxt_open_nic(). bnxt_en: Remove unnecessary call to update PHY settings. bnxt_en: Failure to update PHY is not fatal condition. drivers/net/ethernet/broadcom/bnxt/bnxt.c | 9 - 1 file cha