summaryrefslogtreecommitdiffstats
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2009-12-03pata_piccolo: Driver for old Toshiba chipsetsAlan Cox4-1/+154
2009-12-03pata_ali: Fix regression with old devicesAlan Cox1-1/+3
2009-12-03[libata] PATA: Update experimental tagsAlan Cox1-15/+15
2009-12-03pata_cmd64x: implement serialization as per notesAlan Cox1-8/+108
2009-12-03pata_sis: Implement MWDMA for the UDMA 133 capable chipsAlan Cox1-22/+69
2009-12-03pata_via: Blacklist some combinations of Transcend Flash and viaAlan Cox1-0/+27
2009-12-03libata/sff: Use ops->bmdma_stop instead of ata_bmdma_stop()Benjamin Herrenschmidt1-1/+1
2009-12-03libata: add translation for SCSI WRITE SAME (aka TRIM support)Christoph Hellwig1-0/+98
2009-12-03libata: retry failed FLUSH if device didn't fail itTejun Heo1-0/+94
2009-12-03sata_fsl: Add asynchronous notification supportashish kalra1-8/+10
2009-12-03pata_hpt{37x,3x2n}: add debounce delay to cable detection methodsBartlomiej Zolnierkiewicz2-0/+6
2009-12-03pata_hpt3x2n: fix cable detectionBartlomiej Zolnierkiewicz1-1/+1
2009-12-03ata: Don't require newlines for link_power_management_policyMatthew Garrett1-2/+1
2009-12-03pata-it821x: use PCI_DEVICE_ID_RDC_D1010 defineOtavio Salvador1-1/+1
2009-12-03pata_hpt37x: unify ->pre_reset methodsBartlomiej Zolnierkiewicz1-21/+2
2009-12-03pata_hpt37x: add proper cable detection methodsBartlomiej Zolnierkiewicz1-30/+56
2009-12-03ahci: disable SNotification capability for ich8Shaohua Li1-2/+18
2009-12-03sata_sil24: MSI support, disabled by defaultVivek Mahajan1-0/+9
2009-12-03libata: remove experimental tag on PATA driversRobert Hancock1-1/+1
2009-12-03sata_mv: Clean up hard coded array size calculation.Thiago Farina1-1/+1
2009-12-03pata_via: fix double put on isa bridgeJiri Slaby1-6/+4
2009-12-03pata_cs5536: use 32-bit BM DMA template instead of 16-bit.Krzysztof Halasa1-1/+1
2009-12-03libata-acpi: missing _SDD is not an errorTejun Heo1-6/+9
2009-11-19sata_fsl: Split hard and soft resetJiang Yutang1-40/+44
2009-11-03sata_via: Remove redundant device ID for VIA VT8261JosephChan@via.com.tw1-1/+0
2009-11-03drivers/ata/libata: Move dereference after NULL testJulia Lawall1-3/+6
2009-11-03ahci: Enable SB600 64bit DMA on MSI K9A2 Platinum v2Mark Nelson1-5/+35
2009-10-16sata_mv: Prevent PIO commands to be defered too long if traffic in progress.Gwendal Grignou1-2/+27
2009-10-16pata_sc1200: Fix crash on bootAlan Cox1-2/+1
2009-10-16libata: fix internal command failure handlingTejun Heo1-5/+7
2009-10-16libata: fix PMP initializationTejun Heo1-2/+4
2009-10-16sata_nv: make sure link is brough up online when skipping hardresetTejun Heo1-3/+15
2009-10-16ahci / atiixp / pci quirks: rename AMD SB900 into Hudson-2Shane Huang2-2/+2
2009-10-16ahci: Add the AHCI controller Linux Device ID for NVIDIA chipsets.peer chen1-0/+1
2009-10-16pata_via: extend the rev_max for VT6330JosephChan@via.com.tw1-1/+1
2009-10-09ahci: Add ifdef wrapper to ahci_gtf_filter_workaroundMarkus Trippelsdorf1-0/+5
2009-10-06pata_atp867x: add Power Management supportBartlomiej Zolnierkiewicz1-0/+21
2009-10-06pata_atp867x: PIO support fixesBartlomiej Zolnierkiewicz1-17/+19
2009-10-06pata_atp867x: clarifications in timings calculations and cable detectionJohn(Jung-Ik) Lee1-14/+38
2009-10-06pata_atp867x: fix it to not claim MWDMA supportBartlomiej Zolnierkiewicz1-9/+1
2009-10-06libata: fix incorrect link online check during probeTejun Heo1-18/+32
2009-10-06ahci: filter FPDMA non-zero offset enable for Aspire 3810TTejun Heo1-0/+47
2009-10-06libata: make gtf_filter per-devTejun Heo3-8/+14
2009-10-06libata: implement more acpi filtering optionsTejun Heo1-4/+15
2009-10-06libata: cosmetic updatesTejun Heo1-10/+0
2009-10-06ahci: display all AHCI 1.3 HBA capability flags (v2)Robert Hancock1-20/+66
2009-10-06pata_ali: trivial fix of a very frequent spelling mistakeDirk Hohndel1-1/+1
2009-10-06ahci: disable 64bit DMA by default on SB600sTejun Heo1-40/+20
2009-09-21trivial: fix comment typo in drivers/ata/pata_hpt37x.cKrzysztof Halasa1-1/+1
2009-09-17libata: Add pata_atp867x driver for Artop/Acard ATP867X controllersJohn(Jung-Ik) Lee3-0/+558