aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-2/+9
2008-01-23[SCSI] libata: fix corruption induced by relaxed DMA alignment in SCSIJames Bottomley1-4/+8
2008-01-23fix drivers/ata/sata_fsl.c double-declakpm@linux-foundation.org1-1/+0
2008-01-23[libata] Prefer SCSI_SENSE_BUFFERSIZE to sizeof()James Bottomley1-1/+1
2008-01-23pata_legacy: Merge winbond supportAlan Cox1-34/+144
2008-01-23ata_generic: Cenatek supportAlan Cox1-1/+6
2008-01-23pata_winbond: error returnAlan Cox1-1/+1
2008-01-23pata_serverworks: Fix cable types and cosmeticsAlan Cox1-5/+4
2008-01-23pata_mpc52xx: remove un-needed assignmentAlan Cox1-1/+1
2008-01-23libata: fix off-by-one in error categorizationTejun Heo1-7/+6
2008-01-23ahci: factor out AHCI enabling and enable AHCI before reading CAPTejun Heo1-7/+20
2008-01-23ata_piix: implement SIDPR SCR accessTejun Heo1-4/+247
2008-01-23ata_piix: convert to prepare - activate initializationTejun Heo1-42/+37
2008-01-23libata: factor out ata_pci_activate_sff_host() from ata_pci_one()Tejun Heo2-84/+104
2008-01-23[libata] Prefer SCSI_SENSE_BUFFERSIZE to sizeof()akpm@linux-foundation.org1-1/+1
2008-01-23pata_legacy: resychronize with upstream changes and resubmitAlan Cox1-145/+605
2008-01-23[libata] pata_legacy: typo fixAndrew Morton1-1/+1
2008-01-23[libata] pata_winbond: update for new ->data_xfer hookAndrew Morton1-2/+2
2008-01-23pata_pcmcia: convert to new data_xfer prototypeTejun Heo1-8/+11
2008-01-23libata annotations and fixesAl Viro7-19/+20
2008-01-23libata: use dev_driver_string() instead of "libata" in libata-sff.cTejun Heo1-5/+7
2008-01-23ata_piix: kill unused constants and flagsTejun Heo1-20/+7
2008-01-23libata: make ata_port_queue_task() an internal functionJeff Garzik1-13/+11
2008-01-23pata_pcmcia: Minor cleanups and support for dual channel cardsAlan Cox1-14/+17
2008-01-23libata/pata_it821x: Improve handling of poorly compatible emulationsAlan Cox2-18/+53
2008-01-23pata_pcmcia: Add support for dumb 8bit IDE emulationsAlan Cox1-1/+70
2008-01-23libata: make qc->nbytes include extra buffersTejun Heo1-4/+10
2008-01-23libata: convert to chained sgTejun Heo13-156/+179
2008-01-23libata: change ATA_QCFLAG_DMAMAP semanticsTejun Heo1-8/+7
2008-01-23libata: kill non-sg DMA interfaceTejun Heo1-133/+15
2008-01-23libata: update ->data_xfer hook for ATAPITejun Heo7-97/+127
2008-01-23libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*Tejun Heo10-45/+42
2008-01-23libata: zero xfer length on ATAPI data xfer IRQ is HSM violationAlbert Lee1-2/+5
2008-01-23libata: make atapi_request_sense() use sgTejun Heo1-1/+3
2008-01-23libata: convert NCQ test in ata_qc_issue() to ata_is_ncq()Tejun Heo1-1/+1
2008-01-23pata_hpt37x: checkpatch fixesAndrew Morton1-3/+4
2008-01-23drivers/ata/libata-eh.c: fix printk warningAndrew Morton1-1/+2
2008-01-23pata_amd: update mode selection for NV PATAsTejun Heo1-36/+93
2008-01-23libata: reimplement ata_acpi_cbl_80wire() using ata_acpi_gtm_xfermask()Tejun Heo3-27/+20
2008-01-23libata: implement ata_timing_cycle2mode() and use it in libata-acpi and pata_acpiTejun Heo3-53/+74
2008-01-23libata: fix ata_acpi_gtm_xfermask()Tejun Heo1-21/+21
2008-01-23libata: separate out ata_acpi_gtm_xfermask() from pacpi_discover_modes()Tejun Heo2-55/+89
2008-01-23ata_piix: separate controller IDs into separate enumTejun Heo1-16/+18
2008-01-23sata_promise: make pdc_atapi_pkt() use values from qc->tfTejun Heo1-21/+13
2008-01-23libata: add ATA_CBL_PATA_IGNTejun Heo1-0/+13
2008-01-23libata: xfer_mask is unsigned long not unsigned intTejun Heo1-14/+15
2008-01-23libata: kill ata_id_to_dma_mode()Tejun Heo2-44/+16
2008-01-23libata: clean up xfermode / PATA timing related stuffTejun Heo1-42/+40
2008-01-23libata: export xfermode / PATA timing related functionsTejun Heo1-14/+19
2008-01-23ata_generic: unindent loop in generic_set_mode()Tejun Heo1-15/+16