Skip to content
  1. Apr 28, 2008
  2. Apr 27, 2008
  3. Apr 25, 2008
    • Jeff Garzik's avatar
      [SCSI] aha152x, eata, u14-34f: minor irq handler cleanups · e19166d5
      Jeff Garzik authored
      
      
      - remove pointless casts from void*
      
      - remove needless references to 'irq' function argument, when that
        information is already stored somewhere in a driver-private struct.
      
      - where the 'irq' function argument is known never to be used, rename
        it to 'dummy' to make this more obvious
      
      - remove always-false tests for dev_id==NULL
      
      - remove always-true tests for 'irq == host_struct->irq'
      
      - replace per-irq lookup functions and tables with a direct reference
        to data object obtained via 'dev_id' function argument, passed from
        request_irq()
      
      This change's main purpose is to prepare for the patchset in
      jgarzik/misc-2.6.git#irq-remove, that explores removal of the
      never-used 'irq' argument in each interrupt handler.
      
      Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
      e19166d5
  4. Apr 24, 2008
  5. Apr 23, 2008
  6. Apr 22, 2008
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband · 80750147
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband:
        IB/ipath: Correct capitalization "IntX" -> "INTx"
        IB/ipath: Remove tests of PCI_MSI in ipath_iba7220.c
        IB/ipath: Remove dependency on PCI_MSI || HT_IRQ
        IB/ipath: Build IBA7220 code unconditionally
        IB/ipath: Remove reference to dev->class_dev
        IB/ipath: Fix module parameter description for disable_sma
        RDMA/nes: Remove unneeded function declarations
      
      Fix up conflict in drivers/infiniband/hw/ipath/ipath_verbs.c (by picking
      the solution from the infiniband branch)
      80750147