1. 16 1月, 2016 1 次提交
  2. 08 1月, 2016 1 次提交
  3. 07 1月, 2016 1 次提交
  4. 01 1月, 2016 1 次提交
  5. 30 12月, 2015 1 次提交
  6. 29 12月, 2015 1 次提交
  7. 22 12月, 2015 4 次提交
  8. 21 12月, 2015 2 次提交
  9. 19 12月, 2015 1 次提交
    • D
      drivers: net: cpsw: fix RMII/RGMII mode when used with fixed-link PHY · f1eea5c1
      David Rivshin 提交于
      Commit 1f71e8c9 ("drivers: net: cpsw: Add
      support for fixed-link PHY") did not parse the "phy-mode" property in
      the case of a fixed-link PHY, leaving slave_data->phy_if with its default
      of PHY_INTERFACE_MODE_NA(0). This later gets passed to phy_connect() in
      cpsw_slave_open(), and eventually to cpsw_phy_sel() where it hits a default
      case that configures the MAC for MII mode.
      
      The user visible symptom is that while kernel log messages seem to indicate
      that the interface is set up, there is no network communication. Eventually
      a watchdog error occurs:
          NETDEV WATCHDOG: eth0 (cpsw): transmit queue 0 timed out
      
      Fixes: 1f71e8c9 ("drivers: net: cpsw: Add support for fixed-link PHY")
      Signed-off-by: NDavid Rivshin <drivshin@allworx.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      f1eea5c1
  10. 18 12月, 2015 2 次提交
  11. 17 12月, 2015 1 次提交
  12. 16 12月, 2015 4 次提交
  13. 15 12月, 2015 1 次提交
  14. 13 12月, 2015 1 次提交
  15. 12 12月, 2015 4 次提交
  16. 11 12月, 2015 3 次提交
  17. 10 12月, 2015 3 次提交
  18. 09 12月, 2015 1 次提交
  19. 04 12月, 2015 2 次提交
  20. 03 12月, 2015 3 次提交
  21. 01 12月, 2015 2 次提交