1. 05 3月, 2008 1 次提交
  2. 28 2月, 2008 1 次提交
  3. 27 2月, 2008 1 次提交
  4. 12 2月, 2008 1 次提交
  5. 11 2月, 2008 1 次提交
  6. 09 2月, 2008 1 次提交
  7. 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
  8. 05 2月, 2008 1 次提交
  9. 04 2月, 2008 1 次提交
  10. 03 2月, 2008 2 次提交
  11. 30 1月, 2008 2 次提交
    • L
      [net] Gracefully handle shared e1000/1000e driver PCI ID's · 60e23317
      Linus Torvalds 提交于
      Both the old e1000 driver and the new e1000e driver can drive some
      PCI-Express e1000 cards, and we should avoid ambiguity about which
      driver will pick up the support for those cards when both drivers are
      enabled.
      
      This solves the problem by having the old driver support those cards if
      the new driver isn't configured, but otherwise ceding support for PCI
      Express versions of the e1000 chipset to the newer driver.  Thus
      allowing both legacy configurations where only the old driver is active
      (and handles all chips it knows about) and the new configuration with
      the new driver handling the more modern PCIE variants.
      Acked-by: NJeff Garzik <jeff@garzik.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      60e23317
    • L
      Mostly revert "e1000/e1000e: Move PCI-Express device IDs over to e1000e" · 5b10ca19
      Linus Torvalds 提交于
      The new e1000e driver is apparently not yet suitable for general use, so
      mark it experimental, and re-instate all the PCI-Express device IDs in
      the old and stable e1000 driver so that people (namely me) can continue
      to use a driver that actually works.
      
      Auke & co have been appraised of the situation.
      
      Cc: Auke Kok <auke-jan.h.kok@intel.com>
      Cc: Jeff Garzik <jeff@garzik.org>
      Cc: David Miller <davem@davemloft.net>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      5b10ca19
  12. 29 1月, 2008 9 次提交
  13. 26 1月, 2008 1 次提交
  14. 23 1月, 2008 1 次提交
  15. 19 1月, 2008 1 次提交
  16. 13 1月, 2008 1 次提交
  17. 12 12月, 2007 1 次提交
  18. 08 12月, 2007 1 次提交
  19. 02 12月, 2007 1 次提交
    • P
      net: smc911x: only enable for mpr2 on sh. · 0313d988
      Paul Mundt 提交于
      The smc911x.h is a bit of a mess, not supporting any sort of generic
      configuration. For the moment only ARCH_PXA and SH_MAGIC_PANEL_R2 have
      suitable definitions, so we reflect this in the Kconfig also.
      
      While there are other SH boards that will likely turn this on in the
      2.6.25 time frame, it's not worth trying to stub around at the moment.
      
      Fixes up the allmodconfig build, as noted by akpm.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      0313d988
  20. 24 11月, 2007 1 次提交
  21. 13 11月, 2007 1 次提交
  22. 10 11月, 2007 1 次提交
  23. 07 11月, 2007 1 次提交
  24. 02 11月, 2007 1 次提交
  25. 29 10月, 2007 3 次提交
  26. 23 10月, 2007 2 次提交
  27. 20 10月, 2007 1 次提交