1. 06 2月, 2007 2 次提交
  2. 03 2月, 2007 1 次提交
  3. 02 2月, 2007 1 次提交
  4. 31 1月, 2007 1 次提交
  5. 27 1月, 2007 4 次提交
  6. 24 1月, 2007 1 次提交
  7. 22 1月, 2007 1 次提交
  8. 11 1月, 2007 2 次提交
  9. 06 1月, 2007 1 次提交
  10. 04 1月, 2007 2 次提交
  11. 02 1月, 2007 1 次提交
  12. 31 12月, 2006 2 次提交
  13. 23 12月, 2006 2 次提交
  14. 21 12月, 2006 1 次提交
  15. 14 12月, 2006 2 次提交
  16. 13 12月, 2006 5 次提交
  17. 11 12月, 2006 1 次提交
  18. 09 12月, 2006 2 次提交
  19. 08 12月, 2006 4 次提交
  20. 04 12月, 2006 3 次提交
  21. 02 12月, 2006 1 次提交
    • H
      [PATCH] Atmel MACB ethernet driver · 89e5785f
      Haavard Skinnemoen 提交于
      Driver for the Atmel MACB on-chip ethernet module.
      
      Tested on AVR32/AT32AP7000/ATSTK1000. I've heard rumours that it works
      with AT91SAM9260 as well, and it may be possible to share some code with
      the at91_ether driver for AT91RM9200.
      
      Hardware documentation can be found in the AT32AP7000 data sheet,
      which can be downloaded from
      
      http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
      
      Changes since previous version:
        * Probe for PHY ID instead of depending on it being provided through
          platform_data.
        * Grab initial ethernet address from the MACB registers instead
          of depending on platform_data.
        * Set MII/RMII mode correctly.
      
      These changes are mostly about making the driver more compatible with
      the at91 infrastructure.
      Signed-off-by: NHaavard Skinnemoen <hskinnemoen@atmel.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      89e5785f