1. 27 Oct, 2007 6 commits
  2. 26 Oct, 2007 31 commits
  3. 25 Oct, 2007 3 commits
    • Randy Dunlap's avatar
      x86 bitops: fix code style issues · ade8c56c
      Randy Dunlap authored
      Coding style cleanups:
      
      - change __inline__ to inline;
      - drop space in "* addr" parameters;
      - drop space between func. name and '('
      
      The "volatile" keywords are correct according to email from one
      Linus Torvalds.
      
      [Several other arches need some of this also.]
      Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      ade8c56c
    • Randy Dunlap's avatar
      bitops kernel-doc: inline instead of macro · fb9431eb
      Randy Dunlap authored
      Use duplicated inline functions for test_and_set_bit_lock() on x86
      instead of #define macros, thus avoiding a bad example.  This allows
      kernel-doc to run cleanly instead of terminating with an error:
      
      Error(linux-2.6.24-rc1//include/asm-x86/bitops_32.h:188): cannot understand prototype: 'test_and_set_bit_lock test_and_set_bit '
      Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      fb9431eb
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 · a60387ba
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6: (40 commits)
        USB: open disconnect race in usblcd
        USB: disconnect open race in legousbtower
        USB: open disconnect race in iowarrior
        USB: missing error check in emi62
        USB: missing error check in emi26
        USB: usb_serial_resume bug fix
        USB: remove new OHCI build warnings
        USB: amd5536udc - remove set_mwi() compiler warning
        USB: usbserial - fix potential deadlock between write() and IRQ
        usb: serial/pl2303: support for IO Data Device RSAQ5
        USB: fix read vs. disconnect race in cytherm driver
        USB: fix locking in idmouse
        USB: fix interface sysfs file-creation bug
        USB: fix ssb_ohci_probe() build bug
        USB: pl2303: remove can't happen checks, set speed properly and report baud rate
        USB: mos7840: Clean up old checks and stuff
        USB rio500.c: fix check-after-use
        USB iowarrior.c: fix check-after-use
        USB: add URB_FREE_BUFFER to permissible flags
        USB: isd200: sort out USB/IDE dependancy mess
        ...
      a60387ba