summaryrefslogtreecommitdiff
path: root/drivers/ata/libata-core.c
AgeCommit message (Expand)Author
2008-01-23libata: zero xfer length on ATAPI data xfer IRQ is HSM violationAlbert Lee
2008-01-23libata: convert NCQ test in ata_qc_issue() to ata_is_ncq()Tejun Heo
2008-01-23libata: implement ata_timing_cycle2mode() and use it in libata-acpi and pata_...Tejun Heo
2008-01-23libata: add ATA_CBL_PATA_IGNTejun Heo
2008-01-23libata: xfer_mask is unsigned long not unsigned intTejun Heo
2008-01-23libata: kill ata_id_to_dma_mode()Tejun Heo
2008-01-23libata: clean up xfermode / PATA timing related stuffTejun Heo
2008-01-23libata: export xfermode / PATA timing related functionsTejun Heo
2008-01-23libata: implement ATA_DFLAG_DUBIOUS_XFERTejun Heo
2008-01-23libata: move ata_set_mode() to libata-eh.cTejun Heo
2008-01-23libata: implement protocol testsTejun Heo
2008-01-23libata: checkpatch fixesJeff Garzik
2008-01-23libata: IORDY handlingAlan Cox
2008-01-23libata: Disable ATA8-ACS proposed Trusted Computing features by defaultAlan Cox
2008-01-15[libata] core checkpatch fixAndrew Morton
2007-12-17libata: fix ATAPI drainingTejun Heo
2007-12-17libata-acpi: add new hooks ata_acpi_dissociate() and ata_acpi_on_disable()Tejun Heo
2007-12-17libata: ata_dev_disable() should be called from EH contextTejun Heo
2007-12-17libata: add ST3160023AS / 3.42 to NCQ blacklistTejun Heo
2007-12-17libata: clear link->eh_info.serror from ata_std_postreset()Tejun Heo
2007-12-07libata: kill spurious NCQ completion detectionTejun Heo
2007-12-01libata: Fix early use of port printk. (Was Re: ata4294967295: failed to start...Alan Cox
2007-12-01libata: More IVB horkage from TSSTPeter Missel
2007-11-23libata-core: List more documentation sources for referenceAlan Cox
2007-11-19libata: use ATA_HORKAGE_STUCK_ERR for ATAPI tape drivesAlbert Lee
2007-11-19libata: workaround DRQ=1 ERR=1 for ATAPI tape drivesAlbert Lee
2007-11-19libata: remove unused functionsAdrian Bunk
2007-11-08libata: port and host should be stopped before hardware resources are releasedTejun Heo
2007-11-08libata: skip 0xff polling for PATA controllersTejun Heo
2007-11-08libata: Support PIO polling-only hosts.Paul Mundt
2007-11-05libata: handle broken cable reportingAlan Cox
2007-11-04libata: Don't disable dipm with SET FEATURESKristen Carlson Accardi
2007-11-03libata: don't configure downstream links faster than the upstream linkTejun Heo
2007-11-03libata: request PHY speed configuration on SControl access failureTejun Heo
2007-11-03libata: increase 128 KB / cmd limit for ATAPI tape drivesTony Battersby
2007-11-03libata: fix docbookStephen Hemminger
2007-11-03libata: suppress two warningsStephen Rothwell
2007-10-29Merge branch 'alpm' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/li...Linus Torvalds
2007-10-29Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds
2007-10-29[libata] Link power management infrastructureKristen Carlson Accardi
2007-10-29libata: add MAXTOR 7V300F0/VA111900 to NCQ blacklistTejun Heo
2007-10-29libata: relocate forcing PIO0 on resetTejun Heo
2007-10-29libata: implement ata_wait_after_reset()Tejun Heo
2007-10-29libata: track SLEEP state and issue SRST to wake it upTejun Heo
2007-10-29libata: relocate and fix post-command processingTejun Heo
2007-10-29Initialise scatter/gather list in ata_sg_setupAnton Blanchard
2007-10-25Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2007-10-25libata-core: Be a bit more relaxed about early DMA zero devicesAlan Cox
2007-10-25libata-core.c: make 2 functions staticAdrian Bunk
2007-10-25[libata] Create internal helper ata_dev_set_feature()Jeff Garzik