summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] libata: Fixup ata_sas_queuecmd to handle __ata_scsi_queuecmd failureBrian King2006-11-281-3/+6
* [PATCH] ahci: AHCI mode SATA patch for Intel ICH9Jason Gaston2006-11-281-0/+11
* [PATCH] libata: don't schedule EH on wcache on/off if old EHTejun Heo2006-11-281-5/+7
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-11-153-5/+18
|\
| * libata: fix double-completion on errorDarrick J. Wong2006-11-141-1/+1
| * [PATCH] pata_artop: fix "& (1 >>" typoAlexey Dobriyan2006-11-141-1/+1
| * [PATCH] hpt37x: Check the enablebitsAlan Cox2006-11-141-3/+16
* | [PATCH] libata: Convert from module_init to subsys_initcallBrian King2006-11-151-1/+1
|/
* [libata] sata_via: fix obvious typoJeff Garzik2006-11-081-1/+1
* [libata] Add support for AHCI controllers of MCP67.Peer Chen2006-11-021-0/+8
* [libata] Add support for PATA controllers of MCP67 to pata_amd.c.Peer Chen2006-11-021-0/+2
* Revert "[PATCH] Add 0x7110 piix to ata_piix.c"Jeff Garzik2006-11-021-1/+0Star
* [libata] sata_nv: Add PCI IDsPeer Chen2006-11-011-4/+8
* [PATCH] ahci: fix status register check in ahci_softresetTejun Heo2006-11-011-2/+1Star
* [PATCH] ata_piix: allow 01b MAP for both ICH6M and ICH7MTejun Heo2006-11-011-32/+5Star
* [PATCH] libata: unexport ata_dev_revalidate()Tejun Heo2006-11-012-1/+1
* [PATCH] Add 0x7110 piix to ata_piix.cJens Axboe2006-11-011-0/+1
* [PATCH] sata_sis: fix flags handling for the secondary portTejun Heo2006-11-011-11/+10Star
* [PATCH] libata-sff: Allow for wacky systemsAlan Cox2006-10-211-0/+9
* [PATCH] ahci: readability tweakAlan Cox2006-10-211-1/+1
* [PATCH] ATA must depend on BLOCKAdrian Bunk2006-10-211-0/+1
* [PATCH] libata: use correct map_db values for ICH8Kristen Carlson Accardi2006-10-211-2/+2
* Merge branch 'master' into upstream-fixesJeff Garzik2006-10-113-4/+4
|\
| * [PATCH] trivial iomem annotations: sata_promiseAl Viro2006-10-111-1/+1
| * [PATCH] misc sata __iomem annotationsAl Viro2006-10-112-3/+3
* | [PATCH] pata-qdi: fix le32 in data_xferPeter Korsgaard2006-10-111-1/+1
* | [libata] sata_promise: add PCI IDJeff Garzik2006-10-111-0/+1
* | [PATCH] libata: return sense data in HDIO_DRIVE_CMD ioctlEran Tromer2006-10-111-7/+39
* | Merge branch 'master' into upstream-fixesJeff Garzik2006-10-0611-37/+24Star
|\|
| * IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-0511-37/+24Star
* | [PATCH] libata: Don't believe bogus claims in the older PIO mode registerAlan Cox2006-10-051-1/+5
|/
* [PATCH] pata: teach ali about rev C8, keep pcmcia driver in syncAlan Cox2006-10-042-3/+5
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-10-0450-415/+351Star
|\
| * [libata] pata_artop: kill gcc warningJeff Garzik2006-10-011-1/+4
| * [PATCH] libata: turn off NCQ if queue depth is adjusted to 1Tejun Heo2006-09-301-1/+11
| * [libata] DocBook minor updates, fixesJeff Garzik2006-09-292-2/+2
| * [libata] PCI ID table cleanup in various driversJeff Garzik2006-09-2942-235/+215Star
| * [libata] Print out Status register, if a BSY-sleep takes too longJeff Garzik2006-09-281-2/+4
| * [libata] init probe_ent->private_data in a common locationJeff Garzik2006-09-282-2/+3
| * [libata] minor PCI IDE probe fixes and cleanupsJeff Garzik2006-09-281-20/+20
| * [libata] Use new PCI_VDEVICE() macro to dramatically shorten ID listsJeff Garzik2006-09-289-150/+91Star
| * [PATCH] Fix reference of uninitialised memory in ata_device_add()Dave Jones2006-09-281-2/+1Star
* | [PATCH] pata_hpt366: fix typoOGAWA Hirofumi2006-10-031-1/+1
|/
* [libata] Don't use old-EH ->eng_timeout() hook when not neededJeff Garzik2006-09-2734-74/+54Star
* [libata] sata_mv: fix oops by filling in missing hookJeff Garzik2006-09-271-0/+1
* [libata] One more s/15/ATA_SECONDARY_IRQ/ substitutionJeff Garzik2006-09-261-1/+1
* [libata] pata_serverworks: fill in ->irq_clear hookJeff Garzik2006-09-261-0/+4
* [PATCH] pata_serverworks: correct PCI ID in cable detection tableAlan Cox2006-09-261-2/+2
* [PATCH] libata-sff: use our IRQ definesAlan Cox2006-09-261-2/+2
* [PATCH] libata-eh: Remove layering violation and duplication when handling ab...Alan Cox2006-09-2617-108/+67Star