summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* pata_sl82c105: dual channel supportAlan Cox2008-02-011-2/+31
* ata_piix.c: make piix_merge_scr() staticAdrian Bunk2008-02-011-1/+1
* sata_nv: fix for completion handlingRobert Hancock2008-02-011-6/+12
* sata_mv: Remove PCI dependencySaeed Bishara2008-02-012-59/+75
* sata_mv ncq Comments and version bumpMark Lord2008-02-011-4/+8
* sata_mv ncq Remove post internal cmd opMark Lord2008-02-011-9/+0Star
* sata_mv ncq Enable NCQ operationMark Lord2008-02-011-16/+17
* sata_mv ncq Introduce per-tag SG tablesMark Lord2008-02-011-15/+40
* ata_piix: IDE mode SATA patch for Intel ICH10 DeviceID'sJason Gaston2008-02-011-0/+8
* ahci: RAID mode SATA patch for Intel ICH10 DeviceID'sJason Gaston2008-02-011-0/+2
* sata_mv ncq Use DMA memory pools for hardware memory tablesMark Lord2008-02-011-32/+70
* sata_mv ncq Restrict max sectors to 8-bits on GenII NCQMark Lord2008-02-011-0/+13
* sata_mv ncq Ignore response status LSB on NCQMark Lord2008-02-011-5/+4Star
* sata_mv ncq Use hqtag instead of ioidMark Lord2008-02-011-10/+3Star
* sata_mv ncq Add want ncq parameter for EDMA configurationMark Lord2008-02-011-8/+23
* sata_mv ncq Fix EDMA configurationMark Lord2008-02-011-20/+34
* sata_mv ncq Rename base to port mmioMark Lord2008-02-011-5/+5
* sata_mv ncq Mask transient IRQsMark Lord2008-02-011-8/+28
* sata_mv ncq EH fixesMark Lord2008-02-011-1/+2
* Merge branch 'linux-2.6'Paul Mackerras2008-01-3142-1230/+2636
|\
| * libata: Change "write_data" to "rw" for some function documentationsLinus Nilsson2008-01-281-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-261-2/+9
| |\
| | * [SCSI] libata: fix corruption induced by relaxed DMA alignment in SCSIJames Bottomley2008-01-231-4/+8
| | * [SCSI] relax scsi dma alignmentJames Bottomley2008-01-121-1/+4
| * | fix drivers/ata/sata_fsl.c double-declakpm@linux-foundation.org2008-01-231-1/+0Star
| * | [libata] Prefer SCSI_SENSE_BUFFERSIZE to sizeof()James Bottomley2008-01-231-1/+1
| * | pata_legacy: Merge winbond supportAlan Cox2008-01-231-34/+144
| * | ata_generic: Cenatek supportAlan Cox2008-01-231-1/+6
| * | pata_winbond: error returnAlan Cox2008-01-231-1/+1
| * | pata_serverworks: Fix cable types and cosmeticsAlan Cox2008-01-231-5/+4Star
| * | pata_mpc52xx: remove un-needed assignmentAlan Cox2008-01-231-1/+1
| * | libata: fix off-by-one in error categorizationTejun Heo2008-01-231-7/+6Star
| * | ahci: factor out AHCI enabling and enable AHCI before reading CAPTejun Heo2008-01-231-7/+20
| * | ata_piix: implement SIDPR SCR accessTejun Heo2008-01-231-4/+247
| * | ata_piix: convert to prepare - activate initializationTejun Heo2008-01-231-42/+37Star
| * | libata: factor out ata_pci_activate_sff_host() from ata_pci_one()Tejun Heo2008-01-232-84/+104
| * | [libata] Prefer SCSI_SENSE_BUFFERSIZE to sizeof()akpm@linux-foundation.org2008-01-231-1/+1
| * | pata_legacy: resychronize with upstream changes and resubmitAlan Cox2008-01-231-145/+605
| * | [libata] pata_legacy: typo fixAndrew Morton2008-01-231-1/+1
| * | [libata] pata_winbond: update for new ->data_xfer hookAndrew Morton2008-01-231-2/+2
| * | pata_pcmcia: convert to new data_xfer prototypeTejun Heo2008-01-231-8/+11
| * | libata annotations and fixesAl Viro2008-01-237-19/+20
| * | libata: use dev_driver_string() instead of "libata" in libata-sff.cTejun Heo2008-01-231-5/+7
| * | ata_piix: kill unused constants and flagsTejun Heo2008-01-231-20/+7Star
| * | libata: make ata_port_queue_task() an internal functionJeff Garzik2008-01-231-13/+11Star
| * | pata_pcmcia: Minor cleanups and support for dual channel cardsAlan Cox2008-01-231-14/+17
| * | libata/pata_it821x: Improve handling of poorly compatible emulationsAlan Cox2008-01-232-18/+53
| * | pata_pcmcia: Add support for dumb 8bit IDE emulationsAlan Cox2008-01-231-1/+70
| * | libata: make qc->nbytes include extra buffersTejun Heo2008-01-231-4/+10
| * | libata: convert to chained sgTejun Heo2008-01-2313-156/+179