summaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream'Jeff Garzik2006-03-121-12/+18
|\
| * [PATCH] sata_sil24: lengthen softreset timeoutTejun Heo2006-03-121-4/+4
| * [PATCH] sata_sil24: exit early from softreset if SStatus reports no deviceTejun Heo2006-03-121-8/+14
* | libata: irq-pio build fixesJeff Garzik2006-03-121-3/+4
* | Merge branch 'upstream'Jeff Garzik2006-03-129-558/+881
|\|
| * Merge branch 'upstream-fixes'Jeff Garzik2006-03-121-10/+4
| |\
| | * [PATCH] ahci: fix NULL pointer dereference detected by CoverityTejun Heo2006-03-121-10/+4
| * | [PATCH] libata: fix missing classes[] initialization in ata_bus_probe()Tejun Heo2006-03-121-0/+3
| * | [PATCH] libata: kill unused xfer_mode functionsTejun Heo2006-03-121-90/+18
| * | [PATCH] libata: reimplement ata_set_mode() using xfer_mask helpersTejun Heo2006-03-121-154/+79
| * | [PATCH] libata: use xfer_mask helpers in ata_dev_set_mode()Tejun Heo2006-03-121-11/+4
| * | [PATCH] libata: use ata_id_xfermask() in ata_dev_configure()Tejun Heo2006-03-121-10/+6
| * | [PATCH] libata: add xfer_mask handling functionsTejun Heo2006-03-121-0/+147
| * | [PATCH] libata: improve xfer mask constants and update ata_mode_string()Tejun Heo2006-03-121-27/+17
| * | [PATCH] libata: rename ATA_FLAG_FLUSH_PIO_TASK to ATA_FLAG_FLUSH_PORT_TASKTejun Heo2006-03-111-3/+3
| * | [PATCH] libata: kill unused pio_task and packet_taskTejun Heo2006-03-111-68/+0
| * | [PATCH] libata: convert pio_task and packet_task to port_taskTejun Heo2006-03-111-77/+77
| * | [PATCH] libata: implement port_taskTejun Heo2006-03-113-0/+80
| * | Merge branch 'master'Jeff Garzik2006-03-111-1/+1
| |\|
| | * Allocate 96 bytes for SCSI sense data replyLinus Torvalds2006-03-071-1/+1
| * | [PATCH] sata_sil24: fix mwdma_mask settingTejun Heo2006-03-051-0/+1
| * | [PATCH] libata: revalidate after transfer mode configurationTejun Heo2006-03-051-0/+6
| * | [PATCH] libata: implement ata_dev_revalidate()Tejun Heo2006-03-051-0/+115
| * | [PATCH] libata: add @print_info argument to ata_dev_configure()Tejun Heo2006-03-051-22/+32
| * | [PATCH] libata: re-initialize parameters before configuringTejun Heo2006-03-051-0/+9
| * | [PATCH] sata_sil: cosmetic flag/constant changesTejun Heo2006-03-051-8/+24
| * | [PATCH] sata_sil: replace register address constants with sil_port[] entryTejun Heo2006-03-051-28/+11
| * | [PATCH] sata_sil: use kzallocTejun Heo2006-03-051-2/+1
| * | [PATCH] sata_sil: replace sil_3112_m15w board id with sil_3112Tejun Heo2006-03-051-18/+7
| * | [PATCH] ata_piix: rename PIIX_FLAG_IGN_PRESENT to PIIX_FLAG_IGNORE_PCSTejun Heo2006-03-051-3/+3
| * | [PATCH] sata_promise: Support FastTrak TX4300/TX4310Daniel Drake2006-03-041-0/+2
| * | [PATCH] libata: reorganize ata_bus_probe()Tejun Heo2006-03-031-21/+25
| * | [PATCH] libata: fold ata_dev_config() into ata_dev_configure()Tejun Heo2006-03-031-31/+17
| * | [PATCH] libata: separate out ata_dev_configure()Tejun Heo2006-03-031-40/+40
| * | [PATCH] libata: convert dev->id to pointerTejun Heo2006-03-031-3/+17
| * | [PATCH] ata_piix: reimplement piix_sata_probe()Tejun Heo2006-03-031-23/+38
| * | [PATCH] ata_piix: implement proper port mapTejun Heo2006-03-031-60/+122
| * | [PATCH] ata_piix: add a couple of flagsTejun Heo2006-03-031-4/+7
| * | [PATCH] ata_piix: finer-grained port_infoTejun Heo2006-03-031-19/+58
* | | Merge branch 'upstream'Jeff Garzik2006-03-0316-82/+99
|\| |
| * | [PATCH] sata_sil: remove unneeded ATA_FLAG_SRST from 3512 port infoTejun Heo2006-03-011-1/+1
| * | [PATCH] libata: kill illegal kfree(id)Tejun Heo2006-03-011-1/+0
| * | [PATCH] sata_sil24: add a new PCI ID for SiI 3124Tejun Heo2006-03-011-0/+1
| * | Merge branch 'master'Jeff Garzik2006-03-0114-80/+97
| |\|
| | * Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2006-03-0111-80/+90
| | |\
| | | * [SCSI] aha152x: fix variable use before initialisation and other bugsJürgen E. Fischer2006-02-283-37/+54
| | | * [SCSI] Fix uninitialised width and speed in sym2Matthew Wilcox2006-02-281-0/+2
| | | * [SCSI] Delete duplicate driver template.Ralf Baechle2006-02-281-21/+0
| | | * [SCSI] scsi: scsi command retries off by one fixBrian King2006-02-282-3/+3
| | | * [SCSI] megaraid_sas: fix physical disk handlingChristoph Hellwig2006-02-281-14/+15