summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Heo3-84/+107
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 Viro8-21/+22
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 Garzik2-15/+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 Heo2-5/+12
2008-01-23libata: convert to chained sgTejun Heo16-197/+193
2008-01-23libata: change ATA_QCFLAG_DMAMAP semanticsTejun Heo1-8/+7
2008-01-23libata: kill non-sg DMA interfaceTejun Heo2-139/+16
2008-01-23libata: update ->data_xfer hook for ATAPITejun Heo8-102/+133
2008-01-23libata: add ATAPI_* cmd types and implement atapi_cmd_type()Tejun Heo1-0/+28
2008-01-23libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*Tejun Heo13-55/+52
2008-01-23cdrom: add more GPCMD_* constantsTejun Heo1-0/+3
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 Heo4-30/+27
2008-01-23libata: implement ata_timing_cycle2mode() and use it in libata-acpi and pata_...Tejun Heo4-57/+75
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 Heo3-55/+114
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 Heo3-3/+18
2008-01-23libata: xfer_mask is unsigned long not unsigned intTejun Heo2-35/+40
2008-01-23libata: kill ata_id_to_dma_mode()Tejun Heo3-45/+16
2008-01-23libata: clean up xfermode / PATA timing related stuffTejun Heo2-51/+52
2008-01-23libata: export xfermode / PATA timing related functionsTejun Heo2-14/+29
2008-01-23ata_generic: unindent loop in generic_set_mode()Tejun Heo1-15/+16
2008-01-23[libata] Build fix WRT ata_is_xxx() new API introductionJeff Garzik1-1/+1
2008-01-23libata: implement fast speed down for unverified data transfer modeTejun Heo1-14/+83
2008-01-23libata: implement ATA_DFLAG_DUBIOUS_XFERTejun Heo3-2/+53
2008-01-23libata: adjust speed down rulesTejun Heo1-6/+6
2008-01-23libata: clean up EH speed down implementationTejun Heo2-45/+74