Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1185930

[PATCH v4 0/3] net: enable inband link state negotiation only when explicitly requested

From Stas Sergeev <stsp@list.ru>
Newsgroups linux.kernel
Subject [PATCH v4 0/3] net: enable inband link state negotiation only when explicitly requested
Date 2015-07-16 16:50 +0200
Message-ID <pMSE2-1eX-15@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hello.

Currently the link status auto-negotiation is enabled
for any SGMII link with fixed-link DT binding.
The regression was reported:
https://lkml.org/lkml/2015/7/8/865
Apparently not all HW that implements SGMII protocol, generates the
inband status for the auto-negotiation to work.
More details here:
https://lkml.org/lkml/2015/7/10/206

The following patches reverts to the old behavior by default,
which is to not enable the auto-negotiation for fixed-link.
The new DT property is added that allows to explicitly request
the auto-negotiation.

Those who were affected by the change, please send your Tested-by,
Thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v4 0/3] net: enable inband link state negotiation only when  explicitly requested Stas Sergeev <stsp@list.ru> - 2015-07-16 16:50 +0200
  [PATCH 3/3] mvneta: use inband status only when explicitly enabled Stas Sergeev <stsp@list.ru> - 2015-07-16 17:00 +0200
  [PATCH 1/3] fixed_phy: handle link-down case Stas Sergeev <stsp@list.ru> - 2015-07-16 17:00 +0200
    Re: [PATCH 1/3] fixed_phy: handle link-down case Florian Fainelli <f.fainelli@gmail.com> - 2015-07-17 01:30 +0200
      Re: [PATCH 1/3] fixed_phy: handle link-down case Stas Sergeev <stsp@list.ru> - 2015-07-17 13:30 +0200
        Re: [PATCH 1/3] fixed_phy: handle link-down case Florian Fainelli <f.fainelli@gmail.com> - 2015-07-18 00:10 +0200
          Re: [PATCH 1/3] fixed_phy: handle link-down case Stas Sergeev <stsp@list.ru> - 2015-07-18 23:20 +0200
  [PATCH 2/3] of_mdio: add new DT property 'managed' to specify the  PHY management type Stas Sergeev <stsp@list.ru> - 2015-07-16 17:00 +0200

csiph-web