Skip to content
Snippets Groups Projects
  1. Apr 16, 2008
  2. Mar 28, 2008
  3. Mar 25, 2008
  4. Mar 17, 2008
  5. Mar 11, 2008
  6. Mar 05, 2008
  7. Feb 28, 2008
  8. Feb 26, 2008
  9. Feb 11, 2008
  10. Feb 08, 2008
  11. Feb 05, 2008
  12. Feb 04, 2008
  13. Feb 03, 2008
  14. Jan 30, 2008
    • Linus Torvalds's avatar
      [net] Gracefully handle shared e1000/1000e driver PCI ID's · 60e23317
      Linus Torvalds authored
      
      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: default avatarJeff Garzik <jeff@garzik.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      60e23317
  15. Jan 29, 2008
  16. Jan 28, 2008
  17. Jan 26, 2008
  18. Jan 22, 2008
  19. Jan 18, 2008
  20. Jan 12, 2008
  21. Dec 11, 2007
  22. Dec 07, 2007
  23. Dec 01, 2007
    • Paul Mundt's avatar
      net: smc911x: only enable for mpr2 on sh. · 0313d988
      Paul Mundt authored
      
      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: default avatarPaul Mundt <lethal@linux-sh.org>
      Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
      0313d988
  24. Nov 23, 2007
  25. Nov 12, 2007
  26. Nov 10, 2007
  27. Nov 07, 2007
  28. Nov 01, 2007
  29. Oct 29, 2007
Loading