summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* libata: allow LLDs w/o any reset methodTejun Heo2008-03-111-0/+10
* ata: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-113-12/+12
* ahci: work around ATI SB600 h/w quirkJeff Garzik2008-03-051-1/+13
* pata_hpt*, pata_serverworks: fix UDMA maskingAlan Cox2008-03-053-7/+7
* block: separate out padding from alignmentTejun Heo2008-03-041-1/+2
* block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori2008-03-041-3/+3
* [libata] wrap kmap_atomic(KM_IRQ0) with local_irq_save/restore()Jeff Garzik2008-03-011-0/+10
* sata_svw: Add support for HT1100 SATA controllerAnantha Subramanyam2008-02-291-14/+63
* Revert "power_state: get rid of write-only variable in SATA"Jeff Garzik2008-02-251-0/+3
* make atapi_dmadir staticAdrian Bunk2008-02-252-2/+1Star
* libata-core: fix kernel-doc warningRandy Dunlap2008-02-241-1/+1
* sata_fsl: fix build with ATA_VERBOSE_DEBUGAnton Vorontsov2008-02-241-3/+5
* [libata] ahci: AMD SB700/SB800 SATA support 64bit DMAShane Huang2008-02-241-6/+17
* libata-pmp: clear hob for pmp register accessesMark Lord2008-02-241-2/+2
* libata: automatically use DMADIR if drive/bridge requires itTejun Heo2008-02-242-3/+11
* power_state: get rid of write-only variable in SATAPavel Machek2008-02-241-3/+0Star
* pata_atiixp: Use 255 sector limitAlan Cox2008-02-241-2/+2
* PM: Introduce PM_EVENT_HIBERNATE callback stateRafael J. Wysocki2008-02-233-3/+3
* libata: fix kernel-doc parameter warningRandy Dunlap2008-02-201-1/+1
* sata_mv: remove iounmap in mv_platform_remove and use devm_iomapSaeed Bishara2008-02-201-4/+2Star
* libata: implement libata.force module parameterTejun Heo2008-02-203-4/+385
* sata_mv: use hpriv->base instead of the host->iomapSaeed Bishara2008-02-201-1/+1
* sata_mv: Define module alias for platform deviceMartin Michlmayr2008-02-201-0/+1
* ata: fix sparse warnings in pata_legacy.cHarvey Harrison2008-02-201-22/+22
* libata: implement drain buffersJames Bottomley2008-02-192-58/+57Star
* libata: eliminate the home grown dma padding in favour ofJames Bottomley2008-02-197-189/+16Star
* libata: update ATAPI overflow drainingTejun Heo2008-02-191-43/+33Star
* ide/libata: ST310211A has buggy HPA tooMikko Rapeli2008-02-191-0/+1
* ata: fix sparse warning in pata_acpi.cHarvey Harrison2008-02-151-2/+2
* ata: fix sparse warning in pata_marvell.cHarvey Harrison2008-02-151-2/+2
* ata: fix sparse warning in pata_jmicron.cHarvey Harrison2008-02-151-1/+2
* ata: fix sparse warning in pata_cs5536.cHarvey Harrison2008-02-151-1/+1
* ata: sparse fixes for pata_amd.cHarvey Harrison2008-02-151-5/+2Star
* pata_scc.c: add thaw opsAkira Iguchi2008-02-151-0/+2
* pata_cs5536.c bugfixMartin K. Petersen2008-02-151-4/+4
* pata_legacy: don't call ata_host_detach() after initialization failureTejun Heo2008-02-151-2/+0Star
* ata: fix sparse warnings in sata_mv.cHarvey Harrison2008-02-151-2/+2
* ata: fix sparse warning in sata_via.cHarvey Harrison2008-02-151-2/+2
* ata: fix sparse warning in sata_promise.cHarvey Harrison2008-02-151-1/+1
* ata: fix sparse warning in ata_piix.cHarvey Harrison2008-02-151-1/+1
* ata: fix sparse warning in libata-core.cHarvey Harrison2008-02-151-1/+0Star
* ata: make ata_scsiop_inq_89 static in libata-scsi.cHarvey Harrison2008-02-151-1/+1
* sata_mv: platform driver allocs dma without createByron Bradley2008-02-111-20/+24
* pata_ninja32: setup changesAlan Cox2008-02-111-2/+7
* pata_legacy: typo fixAlan Cox2008-02-111-1/+1
* pata_amd: Note in the module description it handles NvidiaAlan Cox2008-02-111-1/+1
* sata_mv: fix loop with last portYinghai Lu2008-02-111-2/+4
* libata: ignore deverr on SETXFER if mode is configuredTejun Heo2008-02-111-15/+33
* pata_via: fix SATA cable detection on cx700Tejun Heo2008-02-111-1/+5
* ata_piix.c:piix_init_one() must be __devinitAdrian Bunk2008-02-061-1/+2