aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-01libata: improve ata_std_prereset()Tejun Heo1-7/+15
2007-05-01libata: improve 0xff status handlingTejun Heo1-11/+22
2007-05-01libata: add deadline support to prereset and reset methodsTejun Heo1-48/+113
2007-04-28ata: printk warning fixesAndrew Morton1-6/+9
2007-04-28ata_timing: ensure t->cycle is always correctAlan Cox1-0/+6
2007-04-28libata: Handle drives that require a spin-up command before first accessMark Lord1-1/+27
2007-04-28libata: HPA supportAlan Cox1-0/+209
2007-04-28libata: kill probe_ent and related helpersTejun Heo1-153/+0
2007-04-28libata: add init helpers including ata_pci_prepare_native_host()Tejun Heo1-0/+6
2007-04-28libata: convert native PCI host handling to new init modelTejun Heo1-0/+1
2007-04-28libata: implement ata_host_alloc_pinfo() and ata_host_register()Tejun Heo1-0/+93
2007-04-28libata: separate out ata_host_alloc() and ata_host_register()Tejun Heo1-208/+263
2007-04-28libata: separate out ata_host_start()Tejun Heo1-13/+61
2007-04-28libata: allocate ap separately from shostTejun Heo1-5/+14
2007-04-28libata: kill type mismatch compile warningTejun Heo1-1/+2
2007-04-28libata: improve AC_ERR_DEV handling for ->post_internal_cmdTejun Heo1-6/+10
2007-04-28libata: add support for READ/WRITE LONGMark Lord1-10/+10
2007-04-28[libata] turn on !IORDY filterJeff Garzik1-0/+3
2007-04-28libata: Change prototype of mode_filter to remove ata_port*Alan Cox1-1/+1
2007-04-28libata-core: Fix the iordy methodsAlan Cox1-11/+25
2007-04-28pata: expose set_mode method so it can be wrappedAlan1-7/+30
2007-04-28libata-core: fix comments on cable typeAlan Cox1-4/+4
2007-04-28libata: cable detection fixesAlan Cox1-0/+59
2007-04-28libata: warn if speed limited due to 40-wire cableRobert Hancock1-13/+20
2007-04-28RESEND: libata: check cdb len per dev instead of per hostMark Lord1-17/+1
2007-04-28libata: dev_config does not need ap and adev passingAlan1-1/+1
2007-04-28[libata] export sata_print_link_status()Jeff Garzik1-1/+2
2007-04-04Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-1/+32
2007-04-04[PATCH] libata: add NCQ blacklist entries from Silicon Image Windows driver (v2)Robert Hancock1-0/+5
2007-04-04libata: Limit ATAPI DMA to R/W commands only for TORiSAN DVD drives (take 3)Albert Lee1-1/+26
2007-04-04libata: Limit max sector to 128 for TORiSAN DVD drives (take 3)Albert Lee1-0/+6
2007-04-042.6.21 fix lba48 bug in libata fill_result_tf()Mark Lord1-1/+1
2007-03-30[PATCH] Maxtor 6B250S0/BANC1B70 hangs with NCQJens Axboe1-0/+2
2007-03-28ata: NCQ is broken on Maxtor 6L250S0Paul Rolland1-0/+2
2007-03-28[libata] Disable ACPI by default; fix namespace problemsJeff Garzik1-2/+2
2007-03-19libata: kernel-doc fixRandy Dunlap1-1/+1
2007-03-09libata: fix ata_host_release() free orderTejun Heo1-6/+10
2007-03-09Fix simplex adapters with libataPetr Vandrovec1-1/+2
2007-03-02libata: add CONFIG_PM to libata core layerTejun Heo1-0/+11
2007-03-02[libata] change master/slave IDENTIFY orderJeff Garzik1-2/+14
2007-03-02libata-core: Fix simplex handlingAlan1-3/+2
2007-03-01libata: blacklist FUJITSU MHT2060BH for NCQTejun Heo1-0/+2
2007-03-01libata: clear drvdata in ata_host_release(), take#2Tejun Heo1-1/+2
2007-02-26[libata] bump versionsJeff Garzik1-1/+1
2007-02-26[libata] Trim trailing whitespace.Jeff Garzik1-1/+1
2007-02-25Add id_to_dma_mode function for printing DMA modesAlan1-0/+44
2007-02-21libata: s/ap->id/ap->print_id/gTejun Heo1-29/+29
2007-02-21libata: Remove duplicate dma blacklist entryMagnus Damm1-1/+0
2007-02-21libata: separate out ata_ncq_enabled()Tejun Heo1-3/+1
2007-02-21libata: disable pdev on all suspend eventsTejun Heo1-3/+2