aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-core.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] libata: always use polling IDENTIFYTejun Heo2006-12-031-6/+2
* [PATCH] libata: prepare ata_sg_clean() for invocation from EHTejun Heo2006-12-031-3/+3
* [PATCH] libata: separate out rw ATA taskfile building into ata_build_rw_tf()Tejun Heo2006-12-031-5/+128
* [PATCH] libata: implement ata_exec_internal_sg()Tejun Heo2006-12-031-7/+42
* [PATCH] libata: make sure IRQ is cleared after ata_bmdma_freeze()Tejun Heo2006-12-031-3/+2
* [PATCH] libata: move BMDMA host status recording from EH to interrupt handlerTejun Heo2006-12-031-0/+6
* [PATCH] libata: implement ATA_FLAG_SETXFER_POLLING and use it in pata_via, ta...Tejun Heo2006-12-031-0/+8
* [PATCH] libata: implement ata_tf_read_block()Tejun Heo2006-12-011-0/+43
* [PATCH] libata: sync result_tf.flags w/ command tf.flagsTejun Heo2006-12-011-3/+11
* [PATCH] libata: trivial updates to ata_sg_init_one()Tejun Heo2006-12-011-5/+1
* [PATCH] libata: implement presence detection via polling IDENTIFYTejun Heo2006-12-011-2/+17
* [PATCH] libata: convert @post_reset to @flags in ata_dev_read_id()Tejun Heo2006-12-011-8/+9
* [PATCH] libata: use FLUSH_EXT only when driver is larger than LBA28 limitTejun Heo2006-12-011-1/+5
* [PATCH] libata: move dev->max_sectors configuration into ata_dev_configure()Tejun Heo2006-12-011-0/+5
* [PATCH] libata: implement ATA_EHI_SETMODE and ATA_EHI_POST_SETMODETejun Heo2006-12-011-0/+3
* [PATCH] libata: implement ATA_EHI_PRINTINFOTejun Heo2006-12-011-4/+6
* [PATCH] libata: separate out and export sata_port_hardreset()Tejun Heo2006-12-011-10/+42
* [PATCH] libata: handle 0xff status properlyTejun Heo2006-12-011-12/+18
* [PATCH] libata: Revamp blacklist support to allow multiple kinds of blacklist...Alan Cox2006-12-011-48/+75
* [PATCH] libata: add 40pin "short" cable support, honour drive side speed dete...Alan Cox2006-12-011-0/+7
* [PATCH] libata: Convert from module_init to subsys_initcallBrian King2006-11-141-1/+1
* [PATCH] libata: unexport ata_dev_revalidate()Tejun Heo2006-10-311-1/+0
* Merge branch 'master' into upstream-fixesJeff Garzik2006-10-051-2/+1
|\
| * IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+1
* | [PATCH] libata: Don't believe bogus claims in the older PIO mode registerAlan Cox2006-10-051-1/+5
|/
* [libata] DocBook minor updates, fixesJeff Garzik2006-09-291-1/+1
* [libata] Print out Status register, if a BSY-sleep takes too longJeff Garzik2006-09-281-2/+4
* [libata] init probe_ent->private_data in a common locationJeff Garzik2006-09-281-0/+1
* [PATCH] Fix reference of uninitialised memory in ata_device_add()Dave Jones2006-09-271-2/+1
* [PATCH] libata: refuse to register IRQless portsAlan Cox2006-09-261-0/+5
* [PATCH] libata: improve handling of diagostic fail (and hardware that misrepo...Alan Cox2006-09-191-2/+17
* Merge branch 'master' into upstreamJeff Garzik2006-09-191-4/+9
* [PATCH] libata: fix non-uniform ports handlingTejun Heo2006-09-191-5/+13
* libata: Grand renaming.Jeff Garzik2006-08-241-146/+146
* [PATCH] libata: Add CompactFlash supportAlan Cox2006-08-141-8/+54
* Merge branch 'upstream-fixes' into upstreamJeff Garzik2006-08-101-1/+1
* Move libata to drivers/ata.Jeff Garzik2006-08-101-0/+6097