1. 20 3月, 2015 2 次提交
  2. 19 3月, 2015 5 次提交
  3. 18 3月, 2015 13 次提交
  4. 17 3月, 2015 3 次提交
  5. 16 3月, 2015 5 次提交
  6. 14 3月, 2015 10 次提交
  7. 13 3月, 2015 1 次提交
    • J
      net/macb: Only adjust tx_clk on link change · 2c29b235
      Jaeden Amero 提交于
      The PHY state machine (in drivers/net/phy/phy.c) will unconditionally
      call phydev->adjust_link (macb_handle_link_change) when polling in the
      PHY_CHANGELINK state. As currently written, macb always ends up
      requesting a new tx_clk frequency in macb_handle_link_change. It is a
      waste of time to request a new tx_clk frequency if the link state hasn't
      changed, as the tx_clk will already be configured properly.
      
      Let's only request a new tx_clk clock frequency when necessary.
      Signed-off-by: NJaeden Amero <jaeden.amero@ni.com>
      Cc: Josh Cartwright <joshc@ni.com>
      Cc: Soren Brinkmann <soren.brinkmann@xilinx.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      2c29b235
  8. 12 3月, 2015 1 次提交