aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/libata-core.c
AgeCommit message (Expand)Author
2007-06-20kerneldoc fix in libataHenrik Kretzschmar
2007-06-20libata: more NONCQ devicesTejun Heo
2007-06-11libata: limit post SRST nsect/lbal wait to ~100msTejun Heo
2007-06-11libata: force PIO on IOMEGA ZIP 250 ATAPITejun Heo
2007-06-09libata: Correct abuse of languageAlan Cox
2007-06-09libata-core/sff: Fix multiple assumptions about DMAAlan Cox
2007-06-09libata: fix hw_sata_spd_limit initializationTejun Heo
2007-06-09libata: print device model and firmware revision for ATAPI devicesAlbert Lee
2007-06-09libata: fix probe time irq printoutsOlof Johansson
2007-06-09libata: disable NCQ for HITACHI HTS541680J9SA00/SB21C7EPTejun Heo
2007-06-04libata: always use polling SETXFERTejun Heo
2007-05-28[libata] Add drive to NCQ blacklistJeff Garzik
2007-05-24libata: -ENODEV during prereset isn't an errorTejun Heo
2007-05-24libata: don't consider 0xff as port empty if SStatus is availableTejun Heo
2007-05-21libata: bump versionsJeff Garzik
2007-05-21libata: Trim trailing whitespaceJeff Garzik
2007-05-21libata: Kiss post_set_mode goodbyeAlan Cox
2007-05-21libata: Add Seagate STT20000A to DMA blacklist.Dave Jones
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