aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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 Heo2-2/+50
2008-01-23libata: adjust speed down rulesTejun Heo1-6/+6
2008-01-23libata: clean up EH speed down implementationTejun Heo1-44/+73
2008-01-23libata: move ata_set_mode() to libata-eh.cTejun Heo3-26/+26
2008-01-23libata: factor out ata_eh_schedule_probe()Tejun Heo1-17/+21
2008-01-23libata: implement protocol testsTejun Heo5-57/+17
2008-01-23libata: checkpatch fixesJeff Garzik3-8/+10
2008-01-23ahci: update PCS programmingTejun Heo1-2/+5
2008-01-23pata_ninja32: Cardbus ATA initial supportAlan Cox3-0/+222
2008-01-23libata-sff: tf_loadAlan Cox1-2/+4
2008-01-23libata: IORDY handlingAlan Cox1-1/+8
2008-01-23libata-acpi: add ACPI _PSx methodShaohua Li3-0/+36
2008-01-23libata: Disable ATA8-ACS proposed Trusted Computing features by defaultAlan Cox3-1/+30
2008-01-23ata_piix: Add Toshiba Satellite R20 and Tecra M6 to broken suspend list.Peter Schwenke1-0/+14
2008-01-19pata_pdc202xx_old: Fix crashes with ATAPIAlan Cox1-0/+19
2008-01-15[libata] core checkpatch fixAndrew Morton1-1/+3
2008-01-15[libata] pata_bf54x: checkpatch fixesAndrew Morton1-1/+2
2008-01-15libata fixes for sparse-found problemsAl Viro3-15/+9
2008-01-15[POWERPC] pasemi: Move electra-ide to pata_of_platformOlof Johansson1-5/+15
2008-01-15libata: pata_of_platform: OF-Platform PATA device driverAnton Vorontsov3-1/+116
2008-01-15libata: pata_platform: make probe and remove functions device type neutralAnton Vorontsov1-58/+86
2008-01-14libata: relocate sdev->manage_start_stop configurationTejun Heo1-3/+3
2008-01-14sata_sil24: freeze on non-dev errors reported via CERRTejun Heo1-0/+3
2008-01-14sata_sil24: fix stupid typoTejun Heo1-1/+1
2008-01-14ata_piix: ignore ATA_DMA_ERR on vmware ich4Tejun Heo1-0/+51
2008-01-11[SCSI] relax scsi dma alignmentJames Bottomley1-1/+4
2008-01-10libata and starting/stopping ATAPI floppy devicesOndrej Zary1-1/+2
2008-01-10sata_sil24: prevent hba lockup when pass-through ATA commands are usedGwendal Grignou1-11/+26
2008-01-10libata: don't normalize UNKNOWN to NONE after resetTejun Heo1-3/+1
2008-01-10libata-pmp: propagate timeout to host linkTejun Heo1-5/+15
2008-01-10libata-pmp: 4726 hates SRSTTejun Heo1-7/+5
2008-01-10pata_ixp4xx_cf: fix compilation introduced by ata_port_desc() conversionRod Whitby1-1/+2
2008-01-10pata_pdc202xx_old: Further fixupsAlan Cox1-2/+13
2008-01-10libata-sff: PCI IRQ handling fixAlan Cox1-2/+5
2008-01-10sata_qstor: use hardreset instead of softresetTejun Heo1-1/+1
2007-12-19pata_hpt37x: Fix HPT374 detectionAlan Cox1-1/+1
2007-12-17libata: fix ATAPI drainingTejun Heo1-22/+65
2007-12-17libata: update atapi_eh_request_sense() such that lbam/lbah contains buffer sizeTejun Heo1-2/+2
2007-12-17libata-acpi: implement _GTF command filteringTejun Heo1-44/+115
2007-12-17libata-acpi: improve _GTF execution error handling and reportingTejun Heo1-31/+46
2007-12-17libata-acpi: improve ACPI disablingTejun Heo1-21/+38
2007-12-17libata-acpi: implement dev->gtf_cache and evaluate _GTF right after _STM during resumeTejun Heo1-20/+49