summaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix Maple PATA IRQ assignment.David Woodhouse2007-01-262-3/+7
* ahci: use 0x80 as wait stat value instead of 0xffTejun Heo2007-01-261-1/+1
* sata_via: style clean up, no indirect method call in LLDTejun Heo2007-01-261-1/+1
* ahci: fix endianness in spurious interrupt messageTejun Heo2007-01-261-1/+2
* libata-sff: Don't call bmdma_stop on non DMA capable controllersAlan2007-01-261-1/+2
* libata: implement ATA_FLAG_IGN_SIMPLEX and use it in sata_uliTejun Heo2007-01-252-5/+10
* ahci: improve and limit spurious interrupt messages, take#3Tejun Heo2007-01-251-8/+49
* sata_via: don't diddle with ATA_NIEN in ->freezeTejun Heo2007-01-251-1/+11
* libata: set_mode, Fix the FIXMEAlan2007-01-256-20/+19
* libata hpt3xn: Hopefully sort out the DPLL logic versus the vendor codeAlan2007-01-251-3/+3
* libata cmd64x: whack into a shape that looks like the documentationAlan2007-01-251-7/+16
* libata: Fixup n_elem initializationBrian King2007-01-241-1/+1
* ahci: don't enter slumber on power downTejun Heo2007-01-241-27/+10
* sata_nv: don't rely on NV_INT_DEV indication with ADMARobert Hancock2007-01-241-8/+6
* ahci: make ULi M5288 ignore interface fatal error bitTejun Heo2007-01-241-1/+1
* sata_mv HighPoint 2310 support (88SX7042)Olof Johansson2007-01-201-2/+3
* libata: fix handling of port actions in per-dev action maskTejun Heo2007-01-201-0/+4
* sata_via: add PCI ID 0x5337Luca Pedrielli2007-01-201-0/+1
* [PATCH] hpt37x: Two important bug fixesAlan2007-01-061-3/+3
* [PATCH] pata_optidma: typo in KconfigAlexey Dobriyan2007-01-061-1/+1
* [PATCH] libata: fix combined modeAlan2007-01-021-12/+30
* [libata] sata_svw, sata_vsc: kill iomem warningsJeff Garzik2006-12-202-37/+47
* [PATCH] libata: take scmd->cmd_len into account when translating SCSI commandsTejun Heo2006-12-201-4/+25
* [PATCH] libata: kill @cdb argument from xlat methodsTejun Heo2006-12-201-17/+13
* [PATCH] libata: clean up variable name usage in xlat related functionsTejun Heo2006-12-201-112/+105
* [libata] Move some PCI IDs from sata_nv to ahciPeer Chen2006-12-202-8/+8
* [libata] pata_via: suspend/resume support fixAndrew Morton2006-12-201-1/+1
* [libata] pata_cs5530: suspend/resume support tweakAndrew Morton2006-12-201-1/+2
* [PATCH] pata_via: Cable detect errorAlan2006-12-161-2/+7
* [PATCH] Fix help text for CONFIG_ATA_PIIXAlan2006-12-161-3/+3
* [PATCH] initializer entry defined twice in pata_rz1000Ira Snyder2006-12-161-2/+0
* [PATCH] ata: fix platform_device_register_simple() error checkAkinobu Mita2006-12-163-5/+7
* [PATCH] ahci: do not mangle saved HOST_CAP while resetting controllerTejun Heo2006-12-161-2/+0
* [PATCH] libata: don't initialize sg in ata_exec_internal() if DMA_NONE (take #2)Tejun Heo2006-12-161-4/+10
* [libata] sata_svw: Disable ATAPI DMA on current boards (errata workaround)Jeff Garzik2006-12-161-7/+34
* [libata] use kmap_atomic(KM_IRQ0) in SCSI simulatorJeff Garzik2006-12-161-2/+2
* [PATCH] ata_piix: use piix_host_stop() in ich_pata_opsTejun Heo2006-12-161-1/+1
* [PATCH] ata_piix: IDE mode SATA patch for Intel ICH9Jason Gaston2006-12-161-4/+16
* [PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day2006-12-131-2/+2
* [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/+9
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-061-10/+5
|\
| * [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidationDominik Brodowski2006-12-051-7/+0
| * [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