summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
...
| * | | pata_legacy: fix QDI6580DP supportBartlomiej Zolnierkiewicz2009-12-031-0/+1
| * | | pata_it8213: fix it8213_pre_reset() documentationBartlomiej Zolnierkiewicz2009-12-031-1/+1
| * | | pata_it8213: fix wrong MWDMA timings being programmedBartlomiej Zolnierkiewicz2009-12-031-1/+1
| * | | pata_it8213: fix PIO2 underclockingBartlomiej Zolnierkiewicz2009-12-031-7/+6
| * | | pata_it8213: fix wrong PIO timings being programmedBartlomiej Zolnierkiewicz2009-12-031-2/+2
| * | | pata_it8213: fix UDMA handlingBartlomiej Zolnierkiewicz2009-12-031-2/+2
| * | | pata_hpt3x3: Power Management fixBartlomiej Zolnierkiewicz2009-12-031-1/+10
| * | | pata_cs5520: remove dead VDMA supportBartlomiej Zolnierkiewicz2009-12-031-38/+1
| * | | pata_efar: fix wrong MWDMA timings being programmedBartlomiej Zolnierkiewicz2009-12-031-1/+1
| * | | pata_efar: fix wrong PIO timings being programmedBartlomiej Zolnierkiewicz2009-12-031-2/+3
| * | | ata_piix: fix MWDMA handling on PIIX3Bartlomiej Zolnierkiewicz2009-12-031-3/+3
| * | | ahci: let users know that Promise PDC42819 support is limited to SATA devicesMark Nelson2009-12-031-0/+8
| * | | ata: use pci_dev->revisionSergei Shtylyov2009-12-035-39/+20
| * | | pata_hpt366: fix timing register documentationSergei Shtylyov2009-12-031-16/+14
| * | | libata: add comment documenting PIO latency issues on UPBartlomiej Zolnierkiewicz2009-12-031-0/+7
| * | | pata_hpt{37x|3x2n}: fix timing register masks (take 2)Sergei Shtylyov2009-12-032-26/+23
| * | | pata_piccolo: Driver for old Toshiba chipsetsAlan Cox2009-12-034-1/+154
| * | | pata_ali: Fix regression with old devicesAlan Cox2009-12-031-1/+3
| * | | [libata] PATA: Update experimental tagsAlan Cox2009-12-031-15/+15
| * | | pata_cmd64x: implement serialization as per notesAlan Cox2009-12-031-8/+108
| * | | pata_sis: Implement MWDMA for the UDMA 133 capable chipsAlan Cox2009-12-031-22/+69
| * | | pata_via: Blacklist some combinations of Transcend Flash and viaAlan Cox2009-12-031-0/+27
| * | | libata/sff: Use ops->bmdma_stop instead of ata_bmdma_stop()Benjamin Herrenschmidt2009-12-031-1/+1
| * | | libata: add translation for SCSI WRITE SAME (aka TRIM support)Christoph Hellwig2009-12-031-0/+98
| * | | libata: retry failed FLUSH if device didn't fail itTejun Heo2009-12-031-0/+94
| * | | sata_fsl: Add asynchronous notification supportashish kalra2009-12-031-8/+10
| * | | pata_hpt{37x,3x2n}: add debounce delay to cable detection methodsBartlomiej Zolnierkiewicz2009-12-032-0/+6
| * | | pata_hpt3x2n: fix cable detectionBartlomiej Zolnierkiewicz2009-12-031-1/+1
| * | | ata: Don't require newlines for link_power_management_policyMatthew Garrett2009-12-031-2/+1
| * | | pata-it821x: use PCI_DEVICE_ID_RDC_D1010 defineOtavio Salvador2009-12-031-1/+1
| * | | pata_hpt37x: unify ->pre_reset methodsBartlomiej Zolnierkiewicz2009-12-031-21/+2
| * | | pata_hpt37x: add proper cable detection methodsBartlomiej Zolnierkiewicz2009-12-031-30/+56
| * | | ahci: disable SNotification capability for ich8Shaohua Li2009-12-031-2/+18
| * | | sata_sil24: MSI support, disabled by defaultVivek Mahajan2009-12-031-0/+9
| * | | libata: remove experimental tag on PATA driversRobert Hancock2009-12-031-1/+1
| * | | sata_mv: Clean up hard coded array size calculation.Thiago Farina2009-12-031-1/+1
| * | | pata_via: fix double put on isa bridgeJiri Slaby2009-12-031-6/+4
| * | | pata_cs5536: use 32-bit BM DMA template instead of 16-bit.Krzysztof Halasa2009-12-031-1/+1
| * | | libata-acpi: missing _SDD is not an errorTejun Heo2009-12-031-6/+9
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2009-12-051-9/+8
|\ \ \ \ | |/ / / |/| | |
| * | | pcmcia: rework the irq_req_t typedefDominik Brodowski2009-11-281-1/+0
| * | | pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (ide)Dominik Brodowski2009-11-081-8/+8
* | | | sata_fsl: Split hard and soft resetJiang Yutang2009-11-191-40/+44
| |_|/ |/| |
* | | sata_via: Remove redundant device ID for VIA VT8261JosephChan@via.com.tw2009-11-031-1/+0
* | | drivers/ata/libata: Move dereference after NULL testJulia Lawall2009-11-031-3/+6
* | | ahci: Enable SB600 64bit DMA on MSI K9A2 Platinum v2Mark Nelson2009-11-031-5/+35
| |/ |/|
* | sata_mv: Prevent PIO commands to be defered too long if traffic in progress.Gwendal Grignou2009-10-161-2/+27
* | pata_sc1200: Fix crash on bootAlan Cox2009-10-161-2/+1
* | libata: fix internal command failure handlingTejun Heo2009-10-161-5/+7
* | libata: fix PMP initializationTejun Heo2009-10-161-2/+4
OpenPOWER on IntegriCloud