Skip to content
Snippets Groups Projects
  1. Mar 04, 2014
  2. Feb 07, 2014
    • Alexey Brodkin's avatar
      net/designware - switch driver to phylib usage · 92a190aa
      Alexey Brodkin authored
      
      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: default avatarAlexey Brodkin <abrodkin@synopsys.com>
      92a190aa
  3. Jul 24, 2013
  4. Jun 25, 2013
  5. May 15, 2013
  6. Apr 30, 2013
  7. Jan 28, 2013
  8. Jan 08, 2013
  9. Sep 26, 2012
  10. Jul 07, 2012
  11. Apr 04, 2012
  12. Jan 05, 2012
  13. Dec 08, 2011
    • Bernhard Kaindl's avatar
      ne2000: Convert to new net-multi model, fixes build of three boards · d0201692
      Bernhard Kaindl authored
      
      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: default avatarBernhard Kaindl <bernhard.kaindl@gmx.net>
      d0201692
  14. Oct 26, 2011
  15. Oct 23, 2011
  16. Oct 15, 2011
  17. Sep 30, 2011
  18. Sep 10, 2011
  19. Feb 01, 2011
  20. Jan 09, 2011
  21. Oct 12, 2010
  22. Jul 13, 2010
  23. Jul 12, 2010
  24. May 03, 2010
  25. Feb 05, 2010
  26. Feb 01, 2010
  27. Dec 14, 2009
Loading