aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* [ATA]: Back out bogus (SPARC64 && !PCI) Kconfig depends.David S. Miller2007-06-041-1/+0
* libata: always use polling SETXFERTejun Heo2007-06-042-15/+10
* [ATA]: Don't allow to enable this for SPARC64 without PCI.David S. Miller2007-06-031-0/+1
* [libata] Add drive to NCQ blacklistJeff Garzik2007-05-281-0/+1
* pata_hpt37x: Further improvements based on the IDE updates and vendor driversAlan Cox2007-05-251-16/+11
* pata: TriviaAlan Cox2007-05-252-3/+2
* [libata] sata_via, pata_via: Add PCI IDs.Jeff Garzik2007-05-252-4/+8
* [libata] Fix decoding of 6-byte commandsJeff Garzik2007-05-251-2/+3
* libata: sata_sis fixesUwe Koziolek2007-05-251-1/+1
* Fix build failure for drivers/ata/pata_scc.cTony Breeds2007-05-251-18/+28
* [libata] sata_mv: add TODO listJeff Garzik2007-05-241-0/+44
* [libata] sata_promise: fix flags typoJeff Garzik2007-05-241-1/+1
* pata_via: Handle laptops via DMIAlan Cox2007-05-241-0/+29
* libata: -ENODEV during prereset isn't an errorTejun Heo2007-05-241-1/+1
* libata: don't consider 0xff as port empty if SStatus is availableTejun Heo2007-05-241-1/+1
* ata_piix: add short 40c quirk for Acer Aspire 2030, take #2Tejun Heo2007-05-241-0/+1
* pata_sis: Fix and clean up some timing setupsAlan Cox2007-05-241-23/+23
* hpt3x2n: Correct revision boundaryAlan Cox2007-05-241-2/+2
* libata: bump versionsJeff Garzik2007-05-2135-35/+35
* libata: Trim trailing whitespaceJeff Garzik2007-05-218-17/+17
* libata: Kiss post_set_mode goodbyeAlan Cox2007-05-211-3/+0
* ata_piix: clean upAlan Cox2007-05-211-8/+1
* pata_hpt366: Enable bits are unreliable so don't use themAlan Cox2007-05-211-27/+1
* libata: Add Seagate STT20000A to DMA blacklist.Dave Jones2007-05-211-0/+1
* ahci: disable 64bit dma on sb600Tejun Heo2007-05-211-1/+10
* sata_via: pcim_iomap_regions() conversion missed BAR5Tejun Heo2007-05-171-1/+1
* libata: remove libata.spindown_compatTejun Heo2007-05-173-12/+4
* sata_nv: fix fallout of devres conversionTejun Heo2007-05-171-11/+1
* drivers/ata: remove the wildcard from sata_nv driverPeer Chen2007-05-171-6/+0
* libata: track spindown status and skip spindown_compat if possibleTejun Heo2007-05-161-0/+9
* libata: fix shutdown warning message printingTejun Heo2007-05-161-8/+27
* libata-acpi: add ATA_FLAG_ACPI_SATA port flagTejun Heo2007-05-163-7/+9
* libata: during revalidation, check n_sectors after device is configuredTejun Heo2007-05-161-18/+15
* libata: separate out ata_dev_reread_id()Tejun Heo2007-05-162-14/+36
* pata_scc had been missed by ata_std_prereset() switchAl Viro2007-05-161-2/+2
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-05-121-88/+96
|\
| * [ARM] pata_icside: fix build errorsRussell King2007-05-111-56/+86
| * [ARM] ecard: add ecardm_iomap() / ecardm_iounmap()Russell King2007-05-111-26/+9
| * [ARM] ecard: add helper function for setting ecard irq opsRussell King2007-05-111-9/+4
* | pata_platform: don't use generic ata_port_startOlof Johansson2007-05-111-1/+3
* | Use menuconfig objects: libataJan Engelhardt2007-05-111-7/+3
* | add the ATI SB700 SATA controller device id to AHCI pci tableHenry Su2007-05-111-0/+1
* | pata_pcmcia: recognize 2GB CompactFlash from TranscendAeschbacher, Fabrice2007-05-111-0/+1
* | git-libata-all: sata_via build fixAndrew Morton2007-05-111-4/+0
* | libata-acpi: clean up parameters and misc stuffTejun Heo2007-05-113-100/+98
* | libata-acpi: s/CONFIG_SATA_ACPI/CONFIG_ATA_ACPI/Tejun Heo2007-05-113-15/+15
* | libata: give devices one last chance even if recovery failed with -EINVALTejun Heo2007-05-111-5/+1
* | libata: fallback to the other IDENTIFY on device error, take#2Tejun Heo2007-05-111-1/+21
* | libata: ignore EH scheduling during initializationTejun Heo2007-05-112-0/+5
* | libata: clean up SFF init messTejun Heo2007-05-1142-306/+308