1. 20 Jan, 2005 2 commits
    • Ben Dooks's avatar
      [ARM PATCH] 2422/1: VR1000 - use UPF_IOREMAP for serial ports · 912eb572
      Ben Dooks authored
      Patch from Ben Dooks
      
      Remove static mapping for serial ports and change
      to using UPF_IOREMAP to allow the serial driver to
      automatically ioremap() the ports for us.
      
      Signed-off-by: Ben Dooks
      Signed-off-by: Russell King
      912eb572
    • Ben Dooks's avatar
      [ARM PATCH] 2421/1: bitops.h missing `const` from find calls · 96c99546
      Ben Dooks authored
      Patch from Ben Dooks
      
      _find_first_zero_bit_le and _find_next_zero_bit_le are missing the
      const from their pointer arguments, causing the following warnings:
      In file included from mm/page_alloc.c:34:
      include/linux/nodemask.h: In function `__first_unset_node':
      include/linux/nodemask.h:246: warning: passing arg 1 of `_find_first_zero_bit_le' discards qualifiers from pointer target type
      
      Signed-off-by: Ben Dooks
      Signed-off-by: Russell King
      96c99546
  2. 19 Jan, 2005 4 commits
  3. 18 Jan, 2005 7 commits
  4. 17 Jan, 2005 6 commits
  5. 16 Jan, 2005 20 commits
  6. 15 Jan, 2005 1 commit
    • Matthew Wilcox's avatar
      [PATCH] Generic IRQ support for PA-RISC · 8953e802
      Matthew Wilcox authored
      Make PA-RISC use the generic interrupt handling code.  We need one tiny
      change to the generic code -- the addition of a data pointer to irq_desc.
      This shouldn't be a problem in terms of increasing size of irq_desc for
      other architectures as the struct is cacheline aligned.  It's now 32
      bytes on 32-bit platforms and 44/48 bytes on 64-bit platforms (assuming
      spinlock_t is 4 bytes on 32-bit and 4 or 8 bytes on 64-bit).
      Signed-off-by: default avatarMatthew Wilcox <matthew@wil.cx>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      8953e802