aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-core.c
Commit message (Expand)AuthorAgeFilesLines
* libata: limit post SRST nsect/lbal wait to ~100msTejun Heo2007-06-111-13/+19
* libata: force PIO on IOMEGA ZIP 250 ATAPITejun Heo2007-06-111-0/+1
* libata: Correct abuse of languageAlan Cox2007-06-091-1/+1
* libata-core/sff: Fix multiple assumptions about DMAAlan Cox2007-06-091-0/+1
* libata: fix hw_sata_spd_limit initializationTejun Heo2007-06-091-1/+2
* libata: print device model and firmware revision for ATAPI devicesAlbert Lee2007-06-091-8/+10
* libata: fix probe time irq printoutsOlof Johansson2007-06-091-0/+3
* libata: disable NCQ for HITACHI HTS541680J9SA00/SB21C7EPTejun Heo2007-06-091-0/+2
* libata: always use polling SETXFERTejun Heo2007-06-041-9/+4
* [libata] Add drive to NCQ blacklistJeff Garzik2007-05-281-0/+1
* libata: -ENODEV during prereset isn't an errorTejun Heo2007-05-241-1/+1
* libata: don't consider 0xff as port empty if SStatus is availableTejun Heo2007-05-241-1/+1
* libata: bump versionsJeff Garzik2007-05-211-1/+1
* libata: Trim trailing whitespaceJeff Garzik2007-05-211-4/+4
* libata: Kiss post_set_mode goodbyeAlan Cox2007-05-211-3/+0
* libata: Add Seagate STT20000A to DMA blacklist.Dave Jones2007-05-211-0/+1
* libata: remove libata.spindown_compatTejun Heo2007-05-171-6/+0
* libata: during revalidation, check n_sectors after device is configuredTejun Heo2007-05-161-18/+15
* libata: separate out ata_dev_reread_id()Tejun Heo2007-05-161-13/+34
* libata-acpi: clean up parameters and misc stuffTejun Heo2007-05-111-1/+1
* libata: fallback to the other IDENTIFY on device error, take#2Tejun Heo2007-05-111-1/+21
* libata: ignore EH scheduling during initializationTejun Heo2007-05-111-0/+2
* libata: clean up SFF init messTejun Heo2007-05-111-0/+1
* libata: implement libata.spindown_compatTejun Heo2007-05-111-0/+6
* libata: reimplement suspend/resume support using sdev->manage_start_stopTejun Heo2007-05-111-35/+4
* libata: fix kernel-doc parametersRandy Dunlap2007-05-091-0/+2
* unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov2007-05-091-4/+4
* libata: use flush_work()Andrew Morton2007-05-091-4/+4
* libata: reimplement reset sequencingTejun Heo2007-05-011-34/+1
* libata: improve ata_std_prereset()Tejun Heo2007-05-011-7/+15
* libata: improve 0xff status handlingTejun Heo2007-05-011-11/+22
* libata: add deadline support to prereset and reset methodsTejun Heo2007-05-011-48/+113
* ata: printk warning fixesAndrew Morton2007-04-281-6/+9
* ata_timing: ensure t->cycle is always correctAlan Cox2007-04-281-0/+6
* libata: Handle drives that require a spin-up command before first accessMark Lord2007-04-281-1/+27
* libata: HPA supportAlan Cox2007-04-281-0/+209
* libata: kill probe_ent and related helpersTejun Heo2007-04-281-153/+0
* libata: add init helpers including ata_pci_prepare_native_host()Tejun Heo2007-04-281-0/+6
* libata: convert native PCI host handling to new init modelTejun Heo2007-04-281-0/+1
* libata: implement ata_host_alloc_pinfo() and ata_host_register()Tejun Heo2007-04-281-0/+93
* libata: separate out ata_host_alloc() and ata_host_register()Tejun Heo2007-04-281-208/+263
* libata: separate out ata_host_start()Tejun Heo2007-04-281-13/+61
* libata: allocate ap separately from shostTejun Heo2007-04-281-5/+14
* libata: kill type mismatch compile warningTejun Heo2007-04-281-1/+2
* libata: improve AC_ERR_DEV handling for ->post_internal_cmdTejun Heo2007-04-281-6/+10
* libata: add support for READ/WRITE LONGMark Lord2007-04-281-10/+10
* [libata] turn on !IORDY filterJeff Garzik2007-04-281-0/+3
* libata: Change prototype of mode_filter to remove ata_port*Alan Cox2007-04-281-1/+1
* libata-core: Fix the iordy methodsAlan Cox2007-04-281-11/+25
* pata: expose set_mode method so it can be wrappedAlan2007-04-281-7/+30