1. 29 6月, 2008 1 次提交
    • F
      r8169: remove non-napi code · 865c652d
      Francois Romieu 提交于
      It will almost unavoidably cause some breakage but it
      is long overdue.
      
      The driver identification string has been updated, a
      lost tabulation and some unused code have been removed.
      Otherwise the code paths should stay the same.
      Signed-off-by: NFrancois Romieu <romieu@fr.zoreil.com>
      Cc: Edward Hsu <edward_hsu@realtek.com.tw>
      865c652d
  2. 28 6月, 2008 1 次提交
  3. 25 6月, 2008 3 次提交
  4. 24 6月, 2008 1 次提交
  5. 18 6月, 2008 1 次提交
  6. 12 6月, 2008 2 次提交
  7. 09 6月, 2008 1 次提交
  8. 04 6月, 2008 1 次提交
  9. 31 5月, 2008 2 次提交
  10. 29 5月, 2008 1 次提交
  11. 22 5月, 2008 2 次提交
  12. 13 5月, 2008 1 次提交
  13. 07 5月, 2008 1 次提交
  14. 29 4月, 2008 2 次提交
  15. 28 4月, 2008 1 次提交
  16. 24 4月, 2008 1 次提交
  17. 17 4月, 2008 1 次提交
  18. 29 3月, 2008 1 次提交
  19. 28 3月, 2008 1 次提交
  20. 26 3月, 2008 1 次提交
  21. 17 3月, 2008 1 次提交
  22. 12 3月, 2008 1 次提交
  23. 05 3月, 2008 1 次提交
  24. 24 4月, 2008 1 次提交
  25. 28 2月, 2008 1 次提交
  26. 27 2月, 2008 1 次提交
  27. 12 2月, 2008 1 次提交
  28. 11 2月, 2008 1 次提交
  29. 09 2月, 2008 1 次提交
  30. 06 2月, 2008 1 次提交
    • A
      cpmac: convert to new Fixed PHY infrastructure · 8353ec7b
      Anton Vorontsov 提交于
      This patch converts cpmac to the new Fixed PHY infrastructure, though it
      doesn't fix all the problems with that driver. I didn't even bother to
      test this patch to compile, because cpmac driver is broken in several ways:
      
      1. This driver won't compile by itself because lack of its header describing
         platform data;
      2. It assumes that fixed PHYs should be created by the ethernet driver.
         It is wrong assumption: fixed PHYs creation is platform code authority,
         driver must blindly accept bus_id and phy_id platform data variables
         instead.
      
      Also, it seem that that driver doesn't have actual in-tree users, so
      nothing to fix further.
      
      The main purpose of that patch is to get rid of the following Kconfig
      warning:
      
      scripts/kconfig/conf -s arch/powerpc/Kconfig
      drivers/net/Kconfig:1713:warning: 'select' used by config symbol
      'CPMAC' refers to undefined symbol 'FIXED_MII_100_FDX'
      Signed-off-by: NAnton Vorontsov <avorontsov@ru.mvista.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      8353ec7b
  31. 05 2月, 2008 1 次提交
  32. 04 2月, 2008 1 次提交
  33. 03 2月, 2008 2 次提交