aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-29libata: Change "write_data" to "rw" for some function documentationsLinus Nilsson1-2/+2
2008-01-23libata: factor out ata_pci_activate_sff_host() from ata_pci_one()Tejun Heo1-0/+1
2008-01-23libata annotations and fixesAl Viro1-1/+1
2008-01-23libata: make ata_port_queue_task() an internal functionJeff Garzik1-13/+11
2008-01-23libata/pata_it821x: Improve handling of poorly compatible emulationsAlan Cox1-16/+20
2008-01-23libata: make qc->nbytes include extra buffersTejun Heo1-4/+10
2008-01-23libata: convert to chained sgTejun Heo1-83/+118
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 Heo1-16/+30
2008-01-23libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*Tejun Heo1-14/+14
2008-01-23libata: zero xfer length on ATAPI data xfer IRQ is HSM violationAlbert Lee1-2/+5
2008-01-23libata: convert NCQ test in ata_qc_issue() to ata_is_ncq()Tejun Heo1-1/+1
2008-01-23libata: implement ata_timing_cycle2mode() and use it in libata-acpi and pata_acpiTejun Heo1-0/+52
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 Heo1-43/+0
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-23libata: implement ATA_DFLAG_DUBIOUS_XFERTejun Heo1-0/+19
2008-01-23libata: move ata_set_mode() to libata-eh.cTejun Heo1-25/+0
2008-01-23libata: implement protocol testsTejun Heo1-29/+7
2008-01-23libata: checkpatch fixesJeff Garzik1-3/+3
2008-01-23libata: IORDY handlingAlan Cox1-1/+8
2008-01-23libata: Disable ATA8-ACS proposed Trusted Computing features by defaultAlan Cox1-1/+11
2008-01-15[libata] core checkpatch fixAndrew Morton1-1/+3
2007-12-17libata: fix ATAPI drainingTejun Heo1-22/+65
2007-12-17libata-acpi: add new hooks ata_acpi_dissociate() and ata_acpi_on_disable()Tejun Heo1-0/+4
2007-12-17libata: ata_dev_disable() should be called from EH contextTejun Heo1-6/+2
2007-12-17libata: add ST3160023AS / 3.42 to NCQ blacklistTejun Heo1-0/+1
2007-12-17libata: clear link->eh_info.serror from ata_std_postreset()Tejun Heo1-0/+1
2007-12-07libata: kill spurious NCQ completion detectionTejun Heo1-17/+1
2007-12-01libata: Fix early use of port printk. (Was Re: ata4294967295: failed to start port (errno=-19))Alan Cox1-3/+2
2007-12-01libata: More IVB horkage from TSSTPeter Missel1-0/+3
2007-11-23libata-core: List more documentation sources for referenceAlan Cox1-0/+8
2007-11-19libata: use ATA_HORKAGE_STUCK_ERR for ATAPI tape drivesAlbert Lee1-1/+3
2007-11-19libata: workaround DRQ=1 ERR=1 for ATAPI tape drivesAlbert Lee1-5/+13
2007-11-19libata: remove unused functionsAdrian Bunk1-78/+0
2007-11-08libata: port and host should be stopped before hardware resources are releasedTejun Heo1-13/+39
2007-11-08libata: skip 0xff polling for PATA controllersTejun Heo1-5/+11
2007-11-08libata: Support PIO polling-only hosts.Paul Mundt1-0/+10
2007-11-05libata: handle broken cable reportingAlan Cox1-1/+20
2007-11-04libata: Don't disable dipm with SET FEATURESKristen Carlson Accardi1-8/+10
2007-11-03libata: don't configure downstream links faster than the upstream linkTejun Heo1-6/+16
2007-11-03libata: request PHY speed configuration on SControl access failureTejun Heo1-1/+1
2007-11-03libata: increase 128 KB / cmd limit for ATAPI tape drivesTony Battersby1-0/+4
2007-11-03libata: fix docbookStephen Hemminger1-3/+3
2007-11-03libata: suppress two warningsStephen Rothwell1-0/+4
2007-10-29Merge branch 'alpm' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-1/+195
2007-10-29Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-40/+106