aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-08-31[libata] Bump driver versionsJeff Garzik31-31/+31
2007-08-31ata_piix: implement IOCFG bit18 quirkTejun Heo1-0/+36
2007-08-31libata: implement BROKEN_HPA horkage and apply it to affected drivesTejun Heo1-3/+8
2007-08-31sata_promise: FastTrack TX4200 is a second-generation chipMikael Pettersson1-3/+3
2007-08-31pata_marvell: Add more identifiersAlan Cox1-0/+2
2007-08-31ata_piix: add Satellite U200 to broken suspend listTejun Heo1-0/+7
2007-08-31ata_piix: IDE mode SATA patch for Intel TolapaiJason Gaston1-0/+27
2007-08-31libata-core: Allow translation setting to failAlan Cox1-0/+5
2007-08-23Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds4-11/+20
2007-08-23pata_it821x: Fix regression/corruptorAlan Cox1-1/+1
2007-08-23libata: don't check n_sectors during revalidation if zeroTejun Heo1-1/+2
2007-08-23pata_via: Add Arima W730-K8 and other rebadgingsAlan Cox1-1/+4
2007-08-23pata_sis: Add the FSC Amilo and friendsAlan Cox1-0/+1
2007-08-23pata_pdc2027x: PLL detection fixesMikael Pettersson1-9/+9
2007-08-23libata: fix n_sectors failure handling during revalidationTejun Heo1-0/+4
2007-08-15libata: adjust libata to ignore errors after spinupRyan Power1-1/+1
2007-08-15ata_piix: add TECRA M7 to broken suspend listTejun Heo1-0/+7
2007-08-15pata_hpt{37x|3x2n}: fix clock reporting (take 2)Sergei Shtylyov2-7/+11
2007-08-15pata_hpt37x: actually clock HPT374 with 50 MHz DPLL (take 2)Sergei Shtylyov1-8/+4
2007-08-15pata_artop: fix UDMA5 for AEC6280[R] and UDMA6 for AEC6880[R]Bartlomiej Zolnierkiewicz1-5/+14
2007-08-15ata_piix: update map 10b for ich8mTejun Heo1-1/+1
2007-08-15sata_mv: PCI IDs for Hightpoint RocketRaid 1740/1742Alan Cox1-0/+3
2007-08-15[libata] pata_isapnp: replace missing module device tableJeff Garzik1-0/+2
2007-08-06[ARM] pata_icside: fix the FIXMEsRussell King1-17/+11
2007-08-01pata_sis: fix MWDMA for <= UDMA66 chipsets and UDMA for UDMA33 chipsetsBartlomiej Zolnierkiewicz1-11/+9
2007-08-01libata: blacklist SAMSUNG HD401LJ / ZZ100-15 for NCQTejun Heo1-0/+1
2007-08-01ata_piix: add Tecra M3 to broken suspend blacklistTejun Heo1-0/+8
2007-08-01ata_piix: implement piix_borken_suspend()Tejun Heo1-30/+30
2007-08-01pci: rename __pci_reenable_device() to pci_reenable_device()Tejun Heo1-3/+3
2007-08-01libata-sff; Unbreak non DMA capable controllers againAlan Cox1-0/+4
2007-08-01pata_cmd64x: Correct the speed rangesAlan Cox1-4/+4
2007-07-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds3-10/+119
2007-07-24pata_hpt37x: Fix 2.6.22 clock PLL regressionAlan Cox1-7/+7
2007-07-24pata_ali: Correct HP detectAlan Cox1-1/+1
2007-07-24ata_piix: fix suspend/resume for some TOSHIBA laptopsTejun Heo1-2/+111
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-1/+1
2007-07-20pata_cs5520: Fix probe bug regression introduced in 2.6.22Alan Cox1-1/+1
2007-07-20libata: implement EH fast drainTejun Heo3-2/+101
2007-07-20libata: schedule probing after SError access failure during autopsyTejun Heo1-1/+5
2007-07-20libata: clear HOTPLUG flag after a resetTejun Heo1-5/+10
2007-07-20libata: improve SCSI scan failure handlingTejun Heo3-18/+49
2007-07-20libata: quickly trigger SATA SPD down after debouncing failedTejun Heo2-3/+5
2007-07-20libata: improve SATA PHY speed down logicTejun Heo2-7/+28
2007-07-20The SATA controller device ID is different according tosu henry1-1/+4
2007-07-20ahci: implement SCR_NOTIFICATION r/wTejun Heo1-31/+37
2007-07-20ahci: make NO_NCQ handling more consistentTejun Heo1-2/+8
2007-07-20libata: make ->scr_read/write callbacks return error codeTejun Heo14-133/+189
2007-07-20libata: implement AC_ERR_NCQTejun Heo1-3/+4
2007-07-20libata: improve EH report formattingTejun Heo6-25/+95
2007-07-20sata_sil24: separate out sil24_do_softreset()Tejun Heo1-3/+10