1. 30 8月, 2014 1 次提交
  2. 22 8月, 2014 1 次提交
  3. 07 7月, 2014 1 次提交
  4. 25 5月, 2014 1 次提交
  5. 20 4月, 2014 1 次提交
  6. 04 3月, 2014 2 次提交
  7. 07 2月, 2014 1 次提交
    • A
      net/designware - switch driver to phylib usage · 92a190aa
      Alexey Brodkin 提交于
      With this change driver will benefit from existing phylib and thus
      custom phy functionality implemented in the driver will go away:
       * Instantiation of the driver is now much shorter - 2 parameters
      instead of 4.
       * Simplified phy management/functoinality in driver is replaced with
      rich functionality of phylib.
       * Support of custom phy initialization is now done with existing
      "board_phy_config".
      
      Note that after this change some previously used config options
      (driver-specific PHY configuration) will be obsolete and they are simply
      substituted with similar options of phylib.
      
      For example:
       * CONFIG_DW_AUTONEG - no need in this one. Autonegotiation is enabled
      by default.
       * CONFIG_DW_SEARCH_PHY - if one wants to specify attached phy
      explicitly CONFIG_PHY_ADDR board config option has to be used, otherwise
      automatically the first discovered on MDIO bus phy will be used
      
      I believe there's no need now in "doc/README.designware_eth" because
      user only needs to instantiate the driver with "designware_initialize"
      whose prototype exists in "include/netdev.h".
      
      Cc: Joe Hershberger <joe.hershberger@ni.com>
      Cc: Vipin Kumar <vipin.kumar@st.com>
      Cc: Stefan Roese <sr@denx.de>
      Cc: Mischa Jonker <mjonker@synopsys.com>
      Cc: Shiraz Hashim <shiraz.hashim@st.com>
      Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
      Cc: Amit Virdi <amit.virdi@st.com>
      Cc: Sonic Zhang <sonic.zhang@analog.com>
      Signed-off-by: NAlexey Brodkin <abrodkin@synopsys.com>
      92a190aa
  8. 24 7月, 2013 1 次提交
  9. 25 6月, 2013 3 次提交
  10. 15 5月, 2013 1 次提交
  11. 30 4月, 2013 2 次提交
  12. 28 1月, 2013 1 次提交
  13. 09 1月, 2013 1 次提交
  14. 27 9月, 2012 1 次提交
  15. 07 7月, 2012 1 次提交
  16. 04 4月, 2012 1 次提交
  17. 06 1月, 2012 1 次提交
  18. 09 12月, 2011 1 次提交
    • B
      ne2000: Convert to new net-multi model, fixes build of three boards · d0201692
      Bernhard Kaindl 提交于
      This fixes the build of the two sh boards shmin and r7780mp and qemu-mips
      which currently fail to build due to dropped pre-CONFIG_NET_MULTI code.
      
      This v2 patch minimizes the number of lines in the diff for easy review
      and to eliminate any possible accidential changes resulting from moving
      lines of code in the file. This also makes the register function very easy.
      
      Any cleanups and improvements are intentionally deferred to follow-up patches
      to keep this patch as simple and as easy to review as possible.
      
      A new driver register function, ne2k_register() calls the existing
      one-time setup part of the old init function and calls eth_register().
      
      Changes to shmin, r7780mp and qemu-mips:
      - Call the new ne2k_register() from board_eth_init() of the boards.
      
      - Tested using qemu-mips board,
      - Tested the two renesas / sh boards r7780mp and shmin to compile again,
        and should work.
      
      checkpatch-clean when "--ignore VOLATILE" is added to .checkpatch.conf,
      and no warnings introduced in none of the three boards using this driver.
      Signed-off-by: NBernhard Kaindl <bernhard.kaindl@gmx.net>
      d0201692
  19. 27 10月, 2011 1 次提交
  20. 24 10月, 2011 2 次提交
  21. 16 10月, 2011 1 次提交
  22. 01 10月, 2011 3 次提交
  23. 10 9月, 2011 2 次提交
  24. 02 2月, 2011 1 次提交
  25. 10 1月, 2011 1 次提交
  26. 12 10月, 2010 3 次提交
  27. 13 7月, 2010 1 次提交
  28. 12 7月, 2010 2 次提交
  29. 04 5月, 2010 1 次提交