summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-07-253-10/+119
|\
| * pata_hpt37x: Fix 2.6.22 clock PLL regressionAlan Cox2007-07-241-7/+7
| * pata_ali: Correct HP detectAlan Cox2007-07-241-1/+1
| * ata_piix: fix suspend/resume for some TOSHIBA laptopsTejun Heo2007-07-241-2/+111
* | [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-1/+1
|/
* pata_cs5520: Fix probe bug regression introduced in 2.6.22Alan Cox2007-07-201-1/+1
* libata: implement EH fast drainTejun Heo2007-07-203-2/+101
* libata: schedule probing after SError access failure during autopsyTejun Heo2007-07-201-1/+5
* libata: clear HOTPLUG flag after a resetTejun Heo2007-07-201-5/+10
* libata: improve SCSI scan failure handlingTejun Heo2007-07-203-18/+49
* libata: quickly trigger SATA SPD down after debouncing failedTejun Heo2007-07-202-3/+5
* libata: improve SATA PHY speed down logicTejun Heo2007-07-202-7/+28
* The SATA controller device ID is different according tosu henry2007-07-201-1/+4
* ahci: implement SCR_NOTIFICATION r/wTejun Heo2007-07-201-31/+37
* ahci: make NO_NCQ handling more consistentTejun Heo2007-07-201-2/+8
* libata: make ->scr_read/write callbacks return error codeTejun Heo2007-07-2014-133/+189
* libata: implement AC_ERR_NCQTejun Heo2007-07-201-3/+4
* libata: improve EH report formattingTejun Heo2007-07-206-25/+95
* sata_sil24: separate out sil24_do_softreset()Tejun Heo2007-07-201-3/+10
* sata_sil24: separate out sil24_exec_polled_cmd()Tejun Heo2007-07-201-20/+56
* sata_sil24: replace sil24_update_tf() with sil24_read_tf()Tejun Heo2007-07-201-9/+14
* ahci: separate out ahci_do_softreset()Tejun Heo2007-07-201-4/+10
* ahci: separate out ahci_exec_polled_cmd()Tejun Heo2007-07-201-21/+33
* ahci: separate out ahci_kick_engine()Tejun Heo2007-07-201-33/+36
* ahci: use deadline instead of fixed timeout for 1st FIS for SRSTTejun Heo2007-07-201-1/+7
* libata: add @is_cmd to ata_tf_to_fis()Tejun Heo2007-07-204-14/+14
* [libata] Fix reported task file values in sense dataPetr Vandrovec2007-07-202-0/+4
* Correct comment in libata-sff.cDave Jones2007-07-201-1/+1
* pata_scc.c: small fixes (Workaround for errata A308)Akira Iguchi2007-07-201-11/+16
* ahci.c: fix CONFIG_PM=n compilationAlexey Dobriyan2007-07-201-8/+8
* libata: add ST9160821AS 3.CLF to NONCQ blacklistTejun Heo2007-07-201-0/+1
* pata_platform: Fix NULL pointer dereferenceMagnus Damm2007-07-201-2/+3
* [libata] sata_mv: minor cleanupsJeff Garzik2007-07-201-24/+38
* [libata] sata_mv: Micro-optimization and cleanupsJeff Garzik2007-07-201-34/+31Star
* PCMCIA: Add another MemoryCard to ide-cs/pata_pcmciaMarcin Juszkiewicz2007-07-201-0/+1
* [libata] sata_mv: use pci_try_set_mwi()Jeff Garzik2007-07-171-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-07-1210-61/+32Star
|\
| * PCI: add pci_try_set_mwiRandy Dunlap2007-07-121-1/+1
| * PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-129-60/+31Star
* | libata: remove irq_on from ata_bus_reset() and ata_std_postreset()Albert Lee2007-07-122-11/+0Star
* | ata_piix: kill incorrect invalid map value warningTejun Heo2007-07-121-1/+1
* | libata: add another Maxtor drive with broken NCQ to the listChuck Ebbert2007-07-121-0/+1
* | [libata] sata_mv: Fix and clean up per-chip-generation testsJeff Garzik2007-07-121-15/+14Star
* | [libata] sata_mv: Convert to new exception handling (EH) infrastructureJeff Garzik2007-07-121-247/+456
* | [libata] sata_mv: minor bug fixes, enhancements, and cleanups (prep for new EH)Jeff Garzik2007-07-121-15/+8Star
* | [libata] sata_mv: Minor cleanups and renaming, preparing for new EH & NCQJeff Garzik2007-07-121-57/+105
* | libata-link: separate out ata_eh_handle_dev_fail()Tejun Heo2007-07-111-44/+52
* | pata_hpt3x3: fix DMA Kconfig option to actually have a hope of workingJeff Garzik2007-07-111-0/+5
* | Add Hitachi HDS7250SASUN500G 0621KTAWSD to NCQ blacklistPrarit Bhargava2007-07-111-0/+2
* | pata_scc.c: Workaround for errata A308Akira Iguchi2007-07-111-15/+35