1. 04 2月, 2017 6 次提交
  2. 03 2月, 2017 6 次提交
  3. 02 2月, 2017 6 次提交
  4. 01 2月, 2017 7 次提交
  5. 31 1月, 2017 14 次提交
  6. 30 1月, 2017 1 次提交
    • T
      net: qcom/emac: add an error interrupt handler for the sgmii · fd0e97b8
      Timur Tabi 提交于
      The SGMII (internal PHY) can report decode errors via an interrupt.  It
      can also report autonegotiation status changes, but we don't need to track
      those.  The SGMII can recover automatically from most decode errors, so
      we only reset the interface if we get multiple consecutive errors.
      
      It's possible for bogus decode errors to be reported while the link is
      being brought up.  The interrupt is registered when the interface is
      opened, and it's enabled after the link is up.
      Signed-off-by: NTimur Tabi <timur@codeaurora.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      fd0e97b8