1. 29 11月, 2016 4 次提交
  2. 15 3月, 2016 1 次提交
  3. 31 7月, 2014 1 次提交
  4. 28 3月, 2014 1 次提交
  5. 18 2月, 2014 1 次提交
  6. 10 12月, 2013 1 次提交
    • F
      net: phy: consolidate PHY reset in phy_init_hw() · 87aa9f9c
      Florian Fainelli 提交于
      There are quite a lot of drivers touching a PHY device MII_BMCR
      register to reset the PHY without taking care of:
      
      1) ensuring that BMCR_RESET is cleared after a given timeout
      2) the PHY state machine resuming to the proper state and re-applying
      potentially changed settings such as auto-negotiation
      
      Introduce phy_poll_reset() which will take care of polling the MII_BMCR
      for the BMCR_RESET bit to be cleared after a given timeout or return a
      timeout error code.
      
      In order to make sure the PHY is in a correct state, phy_init_hw() first
      issues a software reset through MII_BMCR and then applies any fixups.
      Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      87aa9f9c
  7. 15 1月, 2013 1 次提交
  8. 31 1月, 2012 1 次提交
  9. 25 10月, 2010 1 次提交
  10. 20 11月, 2008 1 次提交
  11. 25 4月, 2008 1 次提交
  12. 02 12月, 2006 1 次提交
    • A
      [PATCH] PHY: Add support for configuring the PHY connection interface · e8a2b6a4
      Andy Fleming 提交于
      Most PHYs connect to an ethernet controller over a GMII or MII
      interface.  However, a growing number are connected over
      different interfaces, such as RGMII or SGMII.
      
      The ethernet driver will tell the PHY what type of connection it
      is by setting it manually, or passing it in through phy_connect
      (or phy_attach).
      
      Changes include:
      * Updates to documentation
      * Updates to PHY Lib consumers
      * Changes to PHY Lib to add interface support
      * Some minor changes to whitespace in phy.h
      * gianfar driver now detects interface and passes appropriate
        value to PHY Lib
      Signed-off-by: NAndrew Fleming <afleming@freescale.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      e8a2b6a4
  13. 31 7月, 2005 1 次提交