An error occurred fetching the project authors.
  1. 28 Apr, 2008 1 commit
  2. 27 Apr, 2008 1 commit
  3. 24 Apr, 2008 1 commit
  4. 17 Apr, 2008 1 commit
  5. 29 Mar, 2008 1 commit
  6. 27 Mar, 2008 1 commit
  7. 26 Mar, 2008 1 commit
  8. 17 Mar, 2008 1 commit
  9. 11 Mar, 2008 1 commit
  10. 05 Mar, 2008 1 commit
  11. 23 Apr, 2008 1 commit
  12. 28 Feb, 2008 1 commit
    • Sebastian Siewior's avatar
      gelic wireless driver needs WIRELESS_EXT support · 8bfb0475
      Sebastian Siewior authored
      |   CC      drivers/net/ps3_gelic_wireless.o
      | /home/bigeasy/git/linux-2.6/drivers/net/ps3_gelic_wireless.c: In function 'gelic_wl_setup_netdev_ops':
      | /home/bigeasy/git/linux-2.6/drivers/net/ps3_gelic_wireless.c:2660: error: 'struct net_device' has no member named 'wireless_data'
      | /home/bigeasy/git/linux-2.6/drivers/net/ps3_gelic_wireless.c:2661: error: 'struct net_device' has no member named 'wireless_handlers'
      | make[3]: *** [drivers/net/ps3_gelic_wireless.o] Error 1
      | make[2]: *** [drivers/net] Error 2
      | make[1]: *** [drivers] Error 2
      | make[1]: *** Waiting for unfinished jobs....
      | make: *** [sub-make] Error 2
      Signed-off-by: default avatarSebastian Siewior <sebastian@breakpoint.cc>
      Acked-by: default avatarMasakazu Mokuno <mokuno@sm.sony.co.jp>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      8bfb0475
  13. 27 Feb, 2008 1 commit
  14. 11 Feb, 2008 2 commits
  15. 08 Feb, 2008 1 commit
  16. 06 Feb, 2008 1 commit
    • Anton Vorontsov's avatar
      cpmac: convert to new Fixed PHY infrastructure · 8353ec7b
      Anton Vorontsov authored
      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: default avatarAnton Vorontsov <avorontsov@ru.mvista.com>
      Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
      8353ec7b
  17. 05 Feb, 2008 1 commit
  18. 04 Feb, 2008 1 commit
  19. 03 Feb, 2008 2 commits
  20. 30 Jan, 2008 1 commit
    • 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
  21. 29 Jan, 2008 1 commit
  22. 28 Jan, 2008 9 commits
  23. 26 Jan, 2008 1 commit
  24. 22 Jan, 2008 1 commit
  25. 18 Jan, 2008 1 commit
  26. 12 Jan, 2008 1 commit
  27. 12 Dec, 2007 1 commit
  28. 07 Dec, 2007 1 commit
  29. 01 Dec, 2007 1 commit
    • 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
  30. 24 Nov, 2007 1 commit