aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-07[PATCH] libata: Incorrect timing computation for PIO5/6Alan1-1/+1
2006-12-07[PATCH] libata: let ATA_FLAG_PIO_POLLING use polling pio for ATA_PROT_NODATAAlbert Lee1-0/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-110/+426
2006-12-03[PATCH] libata: always use polling IDENTIFYTejun Heo1-6/+2
2006-12-03[PATCH] libata: prepare ata_sg_clean() for invocation from EHTejun Heo1-3/+3
2006-12-03[PATCH] libata: separate out rw ATA taskfile building into ata_build_rw_tf()Tejun Heo1-5/+128
2006-12-03[PATCH] libata: implement ata_exec_internal_sg()Tejun Heo1-7/+42
2006-12-03[PATCH] libata: make sure IRQ is cleared after ata_bmdma_freeze()Tejun Heo1-3/+2
2006-12-03[PATCH] libata: move BMDMA host status recording from EH to interrupt handlerTejun Heo1-0/+6
2006-12-03[PATCH] libata: implement ATA_FLAG_SETXFER_POLLING and use it in pata_via, take #2Tejun Heo1-0/+8
2006-12-01[PATCH] libata: implement ata_tf_read_block()Tejun Heo1-0/+43
2006-12-01[PATCH] libata: sync result_tf.flags w/ command tf.flagsTejun Heo1-3/+11
2006-12-01[PATCH] libata: trivial updates to ata_sg_init_one()Tejun Heo1-5/+1
2006-12-01[PATCH] libata: implement presence detection via polling IDENTIFYTejun Heo1-2/+17
2006-12-01[PATCH] libata: convert @post_reset to @flags in ata_dev_read_id()Tejun Heo1-8/+9
2006-12-01[PATCH] libata: use FLUSH_EXT only when driver is larger than LBA28 limitTejun Heo1-1/+5
2006-12-01[PATCH] libata: move dev->max_sectors configuration into ata_dev_configure()Tejun Heo1-0/+5
2006-12-01[PATCH] libata: implement ATA_EHI_SETMODE and ATA_EHI_POST_SETMODETejun Heo1-0/+3
2006-12-01[PATCH] libata: implement ATA_EHI_PRINTINFOTejun Heo1-4/+6
2006-12-01[PATCH] libata: separate out and export sata_port_hardreset()Tejun Heo1-10/+42
2006-12-01[PATCH] libata: handle 0xff status properlyTejun Heo1-12/+18
2006-12-01[PATCH] libata: Revamp blacklist support to allow multiple kinds of blacklisting flawsAlan Cox1-48/+75
2006-12-01[PATCH] libata: add 40pin "short" cable support, honour drive side speed detectionAlan Cox1-0/+7
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-9/+11
2006-11-22WorkStruct: Separate delayable and non-delayable events.David Howells1-7/+4
2006-11-14[PATCH] libata: Convert from module_init to subsys_initcallBrian King1-1/+1
2006-10-31[PATCH] libata: unexport ata_dev_revalidate()Tejun Heo1-1/+0
2006-10-05Merge branch 'master' into upstream-fixesJeff Garzik1-2/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+1
2006-10-05[PATCH] libata: Don't believe bogus claims in the older PIO mode registerAlan Cox1-1/+5
2006-09-29[libata] DocBook minor updates, fixesJeff Garzik1-1/+1
2006-09-28[libata] Print out Status register, if a BSY-sleep takes too longJeff Garzik1-2/+4
2006-09-28[libata] init probe_ent->private_data in a common locationJeff Garzik1-0/+1
2006-09-27[PATCH] Fix reference of uninitialised memory in ata_device_add()Dave Jones1-2/+1
2006-09-26[PATCH] libata: refuse to register IRQless portsAlan Cox1-0/+5
2006-09-19[PATCH] libata: improve handling of diagostic fail (and hardware that misreports it)Alan Cox1-2/+17
2006-09-19Merge branch 'master' into upstreamJeff Garzik1-4/+9
2006-09-19[PATCH] libata: fix non-uniform ports handlingTejun Heo1-5/+13
2006-08-24libata: Grand renaming.Jeff Garzik1-146/+146
2006-08-14[PATCH] libata: Add CompactFlash supportAlan Cox1-8/+54
2006-08-10Merge branch 'upstream-fixes' into upstreamJeff Garzik1-1/+1
2006-08-10Move libata to drivers/ata.Jeff Garzik1-0/+6097