summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] libata: Incorrect timing computation for PIO5/6Alan2006-12-071-1/+1
* [PATCH] sata_promise: new EH conversion, take 2Mikael Pettersson2006-12-071-12/+68
* [PATCH] libata: let ATA_FLAG_PIO_POLLING use polling pio for ATA_PROT_NODATAAlbert Lee2006-12-071-0/+1
* [PATCH] sata_promise: cleanups, take 2Mikael Pettersson2006-12-071-31/+9Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-061-10/+5Star
|\
| * [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidationDominik Brodowski2006-12-051-7/+0Star
| * [PATCH] pcmcia: remove manf_id and card_id indirectionDominik Brodowski2006-12-051-3/+3
| * [PATCH] pcmcia: yet another IDE IDMarcin Juszkiewicz2006-12-051-0/+1
| * [PATCH] pcmcia: Add an id to ide-cs.cMatt Reimer2006-12-051-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-0556-942/+3769
|\|
| * [PATCH] pata_ali: small fixesAlan2006-12-041-3/+3
| * [PATCH] pata_via: VIA 8251 bridged systems are now out and aboutAlan2006-12-041-0/+2
| * [PATCH] trivial piix: swap bogus dot for comma spaceAlan2006-12-041-1/+1
| * [PATCH] sata_promise: PHYMODE4 fixupMikael Pettersson2006-12-031-0/+11
| * [PATCH] libata: always use polling IDENTIFYTejun Heo2006-12-034-14/+4Star
| * [libata] pata_cs5535: fix buildJeff Garzik2006-12-031-1/+1
| * [PATCH] ahci: do not powerdown during initializationTejun Heo2006-12-031-7/+7
| * [PATCH] libata: prepare ata_sg_clean() for invocation from EHTejun Heo2006-12-032-3/+4
| * [PATCH] libata: separate out rw ATA taskfile building into ata_build_rw_tf()Tejun Heo2006-12-033-112/+145
| * [PATCH] libata: implement ata_exec_internal_sg()Tejun Heo2006-12-032-7/+46
| * [PATCH] libata: make sure IRQ is cleared after ata_bmdma_freeze()Tejun Heo2006-12-032-3/+10
| * [PATCH] libata: move BMDMA host status recording from EH to interrupt handlerTejun Heo2006-12-033-3/+11
| * [PATCH] libata: make sure sdev doesn't go away while rescanningTejun Heo2006-12-031-4/+16
| * [PATCH] libata: don't request sense if the port is frozenTejun Heo2006-12-031-13/+15
| * [PATCH] libata: fix READ CAPACITY simulationTejun Heo2006-12-031-45/+36Star
| * [PATCH] libata: implement ATA_FLAG_SETXFER_POLLING and use it in pata_via, ta...Tejun Heo2006-12-032-6/+14
| * [PATCH] libata: set IRQF_SHARED for legacy PCI IDE IRQsTejun Heo2006-12-031-0/+1
| * [PATCH] libata: kill unnecessary sht->max_sectors initializationsTejun Heo2006-12-0343-49/+0Star
| * [PATCH] libata: add missing sht->slave_destroyTejun Heo2006-12-034-0/+4
| * [PATCH] libata: print cdb[0] in failed qc reportTejun Heo2006-12-021-2/+3
| * [PATCH] sata_nv: fix ATAPI in ADMA modeRobert Hancock2006-12-021-130/+188
| * [PATCH] pata_marvell: merge Mandriva patchesAlan2006-12-021-3/+3
| * [PATCH] pata_hpt3x3: suspend/resume supportAlan2006-12-021-12/+34
| * [PATCH] pata : more drivers that need only standard suspend and resumeAlan2006-12-022-3/+11
| * [PATCH] hpt36x: Suspend/resume supportAlan2006-12-021-14/+35
| * [PATCH] pata_via suspend/resume supportAlan2006-12-021-18/+76
| * [PATCH] pata_amd: suspend/resumeAlan2006-12-021-2/+23
| * [PATCH] pata_it821x: Suspend/Resume supportAlan2006-12-021-2/+14
| * [PATCH] pata_serverworks suspend/resumeAlan2006-12-021-2/+30
| * [PATCH] pata_cmd64x: suspend/resumeAlan2006-12-021-2/+20
| * [PATCH] pata_cs5520: resume supportAlan2006-12-021-2/+22
| * [PATCH] PATA libata: suspend/resume simple casesAlan2006-12-0215-47/+82
| * [PATCH] pata_sil680 suspend/resumeAlan2006-12-021-27/+55
| * [PATCH] pata_rz1000: Force readahead off on resumeAlan2006-12-021-15/+33
| * [PATCH] pata_ali: suspend/resume supportAlan2006-12-021-51/+84
| * [PATCH] pata_jmicron: fix JMB368 support, add suspend/resume handlingAlan2006-12-021-6/+28
| * [PATCH] pata_cs5530: suspend/resume supportAlan2006-12-021-37/+62
| * [PATCH] pata_hpt366 enablebitsAlan2006-12-021-1/+9
| * [PATCH] sata_promise fixes and updatesMikael Pettersson2006-12-021-11/+21
| * [libata] sata_promise: fix TBG mode register offsetJeff Garzik2006-12-021-3/+2Star