1. 07 Jun, 2007 22 commits
  2. 05 Jun, 2007 15 commits
  3. 04 Jun, 2007 3 commits
    • Tejun Heo's avatar
      libata: always use polling SETXFER · 464cf177
      Tejun Heo authored
      Several people have reported LITE-ON LTR-48246S detection failed
      because SETXFER fails.  It seems the device raises IRQ too early after
      SETXFER.  This is controller independent.  The same problem has been
      reported for different controllers.
      
      So, now we have pata_via where the controller raises IRQ before it's
      ready after SETXFER and a device which does similar thing.  This patch
      makes libata always execute SETXFER via polling.  As this only happens
      during EH, performance impact is nil.  Setting ATA_TFLAG_POLLING is
      also moved from issue hot path to ata_dev_set_xfermode() - the only
      place where SETXFER can be issued.
      
      Note that ATA_TFLAG_POLLING applies only to drivers which implement
      SFF TF interface and use libata HSM.  More advanced controllers ignore
      the flag.  This doesn't matter for this fix as SFF TF controllers are
      the problematic ones.
      Signed-off-by: default avatarTejun Heo <htejun@gmail.com>
      Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
      464cf177
    • Linus Torvalds's avatar
      Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 · a862b5c8
      Linus Torvalds authored
      * master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6:
        [SCSI] JAZZ ESP and SUN ESP need SPI_ATTRS
        [SCSI] atari_NCR5380: update_timeout removal
        [SCSI] aacraid: fix shutdown handler to also disable interrupts.
        [SCSI] qla2xxx: fix timeout in qla2x00_down_timeout
        [SCSI] fix CONFIG_SCSI_WAIT_SCAN=m
      a862b5c8
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input · 0b662c64
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
        Input: reduce raciness when input handlers disconnect
        Input: ucb1x00 - do not access input_dev->private directly
        Input: logips2pp - fix typo in Kconfig
        Input: db9 - do not ignore dev2 module parameter
      0b662c64