1. 07 Sep, 2004 11 commits
  2. 06 Sep, 2004 1 commit
  3. 07 Sep, 2004 3 commits
  4. 05 Sep, 2004 1 commit
  5. 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
  6. 05 Sep, 2004 18 commits
  7. 06 Sep, 2004 3 commits
  8. 05 Sep, 2004 2 commits
    • Margit Schubert-While's avatar
      [PATCH] prism54 Bug - Fix frequency reporting · f56f31ef
      Margit Schubert-While authored
      * prism54_get_freq is incorrectly returning channel
      * and not frequency. Wireless tools detect this, but
      * other programs do not, leading to insane reported
      * values. (As Jean documents, drivers should really be
      * reporting the frequency).
      * An example is wavemon.
      f56f31ef
    • Krzysztof Halasa's avatar
      [PATCH] fix for integer overflow in hd6457[02] driver code · 9382187e
      Krzysztof Halasa authored
      The attached patch fixes an integer overflow in drivers for N2, C101,
      PCI200SYN WAN cards (brv * port->settings.clock_rate overflowed at
      requested clock rate of 8*1024*1024 bps, problem noted by Nagaraj Kanniah).
      9382187e