1. 09 1月, 2015 2 次提交
  2. 22 11月, 2014 2 次提交
  3. 24 6月, 2014 1 次提交
  4. 17 6月, 2014 1 次提交
  5. 16 5月, 2014 2 次提交
  6. 26 4月, 2014 3 次提交
  7. 14 3月, 2014 1 次提交
  8. 07 3月, 2014 1 次提交
    • T
      ARM: mvebu: use the correct phy connection mode on Armada 385 DB · 0d2e6378
      Thomas Petazzoni 提交于
      On Armada 385 DB, while the "rgmii" PHY connection mode works fine
      with the generic PHY driver, it fails to work when the Marvell PHY
      driver is enabled in the kernel configuration, due to a finer handling
      of the PHY configuration. This is due to the fact that the phy
      connection mode should instead be "rgmii-id", i.e with the TX/RX delay
      mechanisms enabled.
      
      This fixes the network operation on Armada 385 DB with
      CONFIG_MARVELL_PHY=y. Without this patch and this option enabled, one
      would only get messages such as:
      
        mvneta f1070000.ethernet eth1: bad rx status 0cc10000 (crc error), size=70
      Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Signed-off-by: NJason Cooper <jason@lakedaemon.net>
      0d2e6378
  9. 18 2月, 2014 1 次提交