summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-fixes' into upstreamJeff Garzik2006-08-192-1/+4
|\
| * Merge branch 'master' into upstream-fixesJeff Garzik2006-08-192-1/+4
| |\
| | * Merge gregkh@master.kernel.org:/home/rmk/linux-2.6-armGreg Kroah-Hartman2006-08-102-1/+4
| | |\
| | | * [ARM] Fix Acorn platform SCSI driver build failuresRussell King2006-08-061-1/+1
| | | * [ARM] Fix NCR5380-based SCSI card buildRussell King2006-08-061-0/+3
| * | | [PATCH] libata: PHY reset requires writing 0x4 to SControlMartin Hicks2006-08-101-1/+1
* | | | Move libata to drivers/ata.Jeff Garzik2006-08-1023-26707/+0
* | | | Merge branch 'tj-upstream-pci_register_driver' of git://htj.dyndns.org/libata...Jeff Garzik2006-08-1015-16/+16
|\ \ \ \
| * | | | [PATCH] libata: replace pci_module_init() with pci_register_driver()Pavel Roskin2006-08-1015-16/+16
* | | | | Merge branch 'upstream-fixes' into upstreamJeff Garzik2006-08-101-1/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | [PATCH] libata: Use ATA_FLAG_PIO_POLLING for pdc_admaAlbert Lee2006-08-101-1/+2
| | |/ / | |/| |
* | | | Merge branch 'sii-m15w' into upstreamJeff Garzik2006-08-101-4/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | [PATCH] sata_sil: remove unaffected drives from m15w blacklistTejun Heo2006-07-161-4/+0
* | | | [PATCH] libata: kill unused hard_port_no and legacy_modeTejun Heo2006-08-101-1/+0
* | | | [PATCH] libata: replace ap->hard_port_no with ap->port_noTejun Heo2006-08-101-8/+8
* | | | [PATCH] libata: use dummy port for stolen legacy portsTejun Heo2006-08-102-26/+17
* | | | [PATCH] libata: implement dummy portTejun Heo2006-08-101-10/+51
* | | | [PATCH] libata: rework legacy handling to remove much of the cruftAlan Cox2006-08-103-96/+100
* | | | [PATCH] libata: implement per-dev xfermaskTejun Heo2006-08-101-29/+11
* | | | [PATCH] [libata] Kill 'count' var in ata_device_add()Jeff Garzik2006-08-101-13/+7
* | | | [PATCH] [libata] some function renamingJeff Garzik2006-08-101-11/+10
* | | | [PATCH] libata: update ata_host_init() and rename it to ata_port_init_shost()Tejun Heo2006-08-101-20/+13
* | | | Merge branch 'upstream-fixes' into upstreamJeff Garzik2006-08-092-2/+15
|\ \ \ \ | | |/ / | |/| |
| * | | [PATCH] libata: clear sdev->locked on door lock failureTejun Heo2006-08-091-0/+13
| * | | [PATCH] Fix compile problem when sata debugging is onKeith Owens2006-08-091-2/+2
* | | | [PATCH] ahci: remove IRQ mask clearing from init_controller()Tejun Heo2006-08-091-2/+1
* | | | [PATCH] libata: Add support for SATA attachment to SAS adaptersBrian King2006-08-093-1/+151
* | | | [PATCH] libata: Move ata_probe_ent_alloc to libata_coreBrian King2006-08-093-26/+27
* | | | [PATCH] libata: Add ata_port_initBrian King2006-08-092-15/+36
* | | | [PATCH] libata: Add ata_host_set_initBrian King2006-08-091-4/+24
* | | | Merge branch 'upstream-fixes' into upstreamJeff Garzik2006-08-083-27/+9
|\ \ \ \ | |/ / /
| * | | [PATCH] libata: fix ata_device_add() error pathTejun Heo2006-08-051-4/+4
| * | | [PATCH] [libata] manually inline ata_host_remove()Jeff Garzik2006-08-051-25/+6
| * | | [PATCH] sata_sil24: don't set probe_ent->mmio_baseTejun Heo2006-08-051-1/+0
| * | | [PATCH] ata_piix: fix host_set private_data intializationTejun Heo2006-08-051-0/+1
| * | | [PATCH] libata: fix ata_port_detach() for old EH portsTejun Heo2006-08-051-1/+2
| | |/ | |/|
* | | Merge branch 'upstream-fixes' into upstreamJeff Garzik2006-08-032-8/+4
|\ \ \ | |/ /
| * | [PATCH] ahci: skip protocol test altogether in spurious interrupt codeUnicorn Chang2006-08-031-8/+2
| * | kbuild: hardcode value of YACC&LEX for aic7-triple-xSam Ravnborg2006-08-011-0/+2
* | | [libata] ahci: add SiS PCI IDsJeff Garzik2006-07-291-0/+8
* | | [PATCH] libata: cosmetic changes to PM functionsTejun Heo2006-07-292-10/+10
* | | [PATCH] ahci: implement Power Management supportTejun Heo2006-07-291-0/+84
* | | [PATCH] ahci: separate out ahci_reset_controller() and ahci_init_controller()Tejun Heo2006-07-291-77/+94
* | | [PATCH] libata: improve driver initialization and deinitializationTejun Heo2006-07-291-51/+151
* | | [PATCH] ahci: simplify ahci_start_engine()Tejun Heo2006-07-291-19/+2
* | | [PATCH] ahci: cosmetic changes to ahci_start/stop_engine()Tejun Heo2006-07-291-18/+9
* | | [PATCH] ahci: relocate several internal functionsTejun Heo2006-07-291-129/+126
* | | Merge branch 'upstream-fixes' into upstreamJeff Garzik2006-07-294-24/+11
|\ \ \ | |/ /
| * | Merge branch 'master' into upstream-fixesJeff Garzik2006-07-294-24/+11
| |\ \
| | * | [PATCH] scsi: kill overeager "not-ready" messagesJens Axboe2006-07-281-4/+1
OpenPOWER on IntegriCloud