summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-06-201-0/+2
|\
| * pcmcia: add another pata/ide IDKristoffer Ericson2008-06-201-0/+1
| * pcmcia: add an pata/ide IDMatt Reimer2008-06-201-0/+1
* | ahci: sis can't do PMPTejun Heo2008-06-191-3/+12
* | ata_piix: add TECRA M4 to broken suspend listTejun Heo2008-06-191-0/+7
* | LIBATA: Add HAVE_PATA_PLATFORM to select PATA_PLATFORM driverBen Dooks2008-06-191-1/+9
* | sata_mv: warn on PIO with multiple DRQsMark Lord2008-06-191-0/+18
* | sata_mv: enable async_notify for 60x1 Rev.C0 and higherMark Lord2008-06-191-0/+3
* | libata: don't check whether to use DMA or not for no data commandsTejun Heo2008-06-193-12/+10Star
* | ahci: jmb361 has only one portTejun Heo2008-06-191-0/+8
|/
* ahci: Workaround HW bug for SB600/700 SATA controller PMP supportShane Huang2008-06-131-17/+82
* ahci: workarounds for mcp65Tejun Heo2008-06-131-9/+31
* libata: fix G5 SATA broken on -rc5Hugh Dickins2008-06-051-1/+1
* libata-sff: Fix oops reported in kerneloops.org for pnp devices with no ctlAlan Cox2008-06-044-19/+107
* sata_mv: PHY_MODE4 cleanupsMark Lord2008-06-041-10/+14
* [libata] ata_piix: more acer short cable quirksColin Ian King2008-06-041-0/+2
* [libata] ACPI: Properly handle bay devices in dock stationsHolger Macht2008-06-041-51/+114
* ahci: change the Device IDs of nvidia MCP7B AHCI controller in ahci.cpeerchen2008-05-301-4/+4
* [libata] sata_fsl: Fix broken driver, add port multiplier (PMP) supportAshish Kalra2008-05-301-61/+163
* libata: SRST can't be trusted on PMP sil3726Tejun Heo2008-05-301-2/+5
* libata: fix libata-scsi kernel-doc notationRandy Dunlap2008-05-301-1/+2
* ata: Convert to static DEFINE_SPINLOCK(lock)Pradeep Singh Rautela2008-05-301-1/+1
* ata_piix: fix macbook ich8m problemsTejun Heo2008-05-301-3/+4
* sata_mv: implement SoC guideline SATA_S11Mark Lord2008-05-301-1/+5
* sata_mv: workaround for 60x1 errata sata13Mark Lord2008-05-301-2/+7
* sata_mv: nuke unreleased GenIIe revisionsMark Lord2008-05-301-19/+4Star
* sata_mv: PHY_MODEx errata fixesMark Lord2008-05-301-12/+12
* sata_mv: move SOC_FLAG to hprivMark Lord2008-05-301-14/+13Star
* drivers/ata: trim trailing whitespaceJeff Garzik2008-05-192-5/+5
* Fixups to ATA ACPI hotplugMatthew Garrett2008-05-191-27/+50
* libata: ignore SIMG4726 config pseudo deviceTejun Heo2008-05-192-8/+8
* sata_sil24: don't use NCQ if marvell 4140 PMP is attachedTejun Heo2008-05-191-0/+11
* libata: don't schedule LPM action seperately during probingTejun Heo2008-05-191-2/+1Star
* libata: make sure PMP notification is turned off during recoveryTejun Heo2008-05-191-16/+20
* libata: increase PMP register access timeout to 3sTejun Heo2008-05-191-2/+2
* libata: ignore recovered PHY errorsTejun Heo2008-05-191-6/+1Star
* libata: kill hotplug related race conditionTejun Heo2008-05-192-23/+50
* libata: move reset freeze/thaw handling into ata_eh_reset()Tejun Heo2008-05-192-32/+18Star
* libata: reorganize ata_eh_reset() no reset method pathTejun Heo2008-05-191-50/+52
* libata: fix sata_link_hardreset() @online out parameter handlingTejun Heo2008-05-191-1/+5
* sata_promise: other cleanupsMikael Pettersson2008-05-191-16/+7Star
* sata_promise: mmio access cleanupsMikael Pettersson2008-05-191-59/+65
* sata_promise: fix irq clearing bugletsMikael Pettersson2008-05-191-4/+3Star
* ata: remove FIT() macroHarvey Harrison2008-05-199-64/+64
* sata_mv: ensure empty request queue for FBS-NCQ EHMark Lord2008-05-191-2/+14
* sata_mv: cache main_irq_mask register in hprivMark Lord2008-05-191-5/+7
* sata_mv: disregard masked irqsMark Lord2008-05-191-4/+5
* sata_mv: fix pmp drives not foundMark Lord2008-05-191-1/+4
* sata_mv: consolidate main_irq_mask updatesMark Lord2008-05-191-25/+32
* sata_mv: don't blindly enable IRQsMark Lord2008-05-191-26/+6Star