aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/libata-core.c
AgeCommit message (Expand)Author
2007-05-17libata: remove libata.spindown_compatTejun Heo
2007-05-16libata: during revalidation, check n_sectors after device is configuredTejun Heo
2007-05-16libata: separate out ata_dev_reread_id()Tejun Heo
2007-05-11libata-acpi: clean up parameters and misc stuffTejun Heo
2007-05-11libata: fallback to the other IDENTIFY on device error, take#2Tejun Heo
2007-05-11libata: ignore EH scheduling during initializationTejun Heo
2007-05-11libata: clean up SFF init messTejun Heo
2007-05-11libata: implement libata.spindown_compatTejun Heo
2007-05-11libata: reimplement suspend/resume support using sdev->manage_start_stopTejun Heo
2007-05-09libata: fix kernel-doc parametersRandy Dunlap
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov
2007-05-09libata: use flush_work()Andrew Morton
2007-05-01libata: reimplement reset sequencingTejun Heo
2007-05-01libata: improve ata_std_prereset()Tejun Heo
2007-05-01libata: improve 0xff status handlingTejun Heo
2007-05-01libata: add deadline support to prereset and reset methodsTejun Heo
2007-04-28ata: printk warning fixesAndrew Morton
2007-04-28ata_timing: ensure t->cycle is always correctAlan Cox
2007-04-28libata: Handle drives that require a spin-up command before first accessMark Lord
2007-04-28libata: HPA supportAlan Cox
2007-04-28libata: kill probe_ent and related helpersTejun Heo
2007-04-28libata: add init helpers including ata_pci_prepare_native_host()Tejun Heo
2007-04-28libata: convert native PCI host handling to new init modelTejun Heo
2007-04-28libata: implement ata_host_alloc_pinfo() and ata_host_register()Tejun Heo
2007-04-28libata: separate out ata_host_alloc() and ata_host_register()Tejun Heo
2007-04-28libata: separate out ata_host_start()Tejun Heo
2007-04-28libata: allocate ap separately from shostTejun Heo
2007-04-28libata: kill type mismatch compile warningTejun Heo
2007-04-28libata: improve AC_ERR_DEV handling for ->post_internal_cmdTejun Heo
2007-04-28libata: add support for READ/WRITE LONGMark Lord
2007-04-28[libata] turn on !IORDY filterJeff Garzik
2007-04-28libata: Change prototype of mode_filter to remove ata_port*Alan Cox
2007-04-28libata-core: Fix the iordy methodsAlan Cox
2007-04-28pata: expose set_mode method so it can be wrappedAlan
2007-04-28libata-core: fix comments on cable typeAlan Cox
2007-04-28libata: cable detection fixesAlan Cox
2007-04-28libata: warn if speed limited due to 40-wire cableRobert Hancock
2007-04-28RESEND: libata: check cdb len per dev instead of per hostMark Lord
2007-04-28libata: dev_config does not need ap and adev passingAlan
2007-04-28[libata] export sata_print_link_status()Jeff Garzik
2007-04-04Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds
2007-04-04[PATCH] libata: add NCQ blacklist entries from Silicon Image Windows driver (v2)Robert Hancock
2007-04-04libata: Limit ATAPI DMA to R/W commands only for TORiSAN DVD drives (take 3)Albert Lee
2007-04-04libata: Limit max sector to 128 for TORiSAN DVD drives (take 3)Albert Lee
2007-04-042.6.21 fix lba48 bug in libata fill_result_tf()Mark Lord
2007-03-30[PATCH] Maxtor 6B250S0/BANC1B70 hangs with NCQJens Axboe
2007-03-28ata: NCQ is broken on Maxtor 6L250S0Paul Rolland
2007-03-28[libata] Disable ACPI by default; fix namespace problemsJeff Garzik
2007-03-19libata: kernel-doc fixRandy Dunlap
2007-03-09libata: fix ata_host_release() free orderTejun Heo