1. 06 Sep, 2004 1 commit
    • Ben Dooks's avatar
      [ARM PATCH] 2076/1: S3C2410 - s3c2440 support and machine updates · c349aea6
      Ben Dooks authored
      Patch from Ben Dooks
      
      Include the central code for detecting the cpu in use,
      and initialising it's IO. Updated all mach-XXX.c files to
      use this new init.
      
      Added the first stage of the new serial port code by
      calling s3c2410_init_uarts() instead of just setting
      a variable.
      
      Updates mach-h1940.c to prefix with h1940_ instead of ipaq_
      
      Small fixes for redundant code
      
      Signed-off-by: Ben Dooks 
      c349aea6
  2. 05 Sep, 2004 15 commits
  3. 04 Sep, 2004 7 commits
  4. 05 Sep, 2004 3 commits
  5. 04 Sep, 2004 10 commits
  6. 03 Sep, 2004 4 commits
    • Linus Torvalds's avatar
      Merge bk://gkernel.bkbits.net/net-drivers-2.6 · b4c22221
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.6/linux
      b4c22221
    • Manfred Spraul's avatar
      [PATCH] fix media detection for nForce 2 nics · 498566ae
      Manfred Spraul authored
      attached is a patch that polls the media setting for non GigE nForce
      nics:
      Without polling, media changes are not autodetected. This is fatal,
      because the nic initialization is asynchroneous, thus "modprobe;ifup"
      resulted in a dead network connection. The attached patch fixes that
      problem.
      
      It's a repost of a patch I sent around three weeks ago: you objected
      that I rely on the nic irq instead of a software timer. I've documented
      why this is ok.
      498566ae
    • Andrew Morton's avatar
      [PATCH] airo build fix · 36490177
      Andrew Morton authored
      drivers/net/wireless/airo.c: In function `issuecommand':
      drivers/net/wireless/airo.c:3812: warning: implicit declaration of function `kernel_locked'
      *** Warning: "kernel_locked" [drivers/net/wireless/airo.ko] undefined!
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      36490177
    • Dave Jones's avatar
      [PATCH] wavelan uninitalised var. · 0a5e66ce
      Dave Jones authored
      This seems a little odd, printing out the value of a variable
      we haven't read yet.
      Signed-off-by: default avatarDave Jones <davej@redhat.com>
      0a5e66ce