aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-22libata: Fix a large collection of DMA mode mismatchesAlan Cox1-2/+2
2008-08-22libata: restore SControl on detachTejun Heo1-5/+5
2008-08-22libata: implement no[hs]rst force paramsTejun Heo1-16/+30
2008-07-31pata_it821x: Driver updates and reworkingAlan Cox1-5/+26
2008-07-31libata-core: make sure that ata_force_tbl is freed in case of an errorElias Oltmanns1-5/+9
2008-07-31libata: update atapi disable handlingTejun Heo1-1/+11
2008-07-14libata: improve EH internal command timeout handlingTejun Heo1-3/+13
2008-07-14libata: consistently use msecs for time durationsTejun Heo1-23/+21
2008-06-18libata: don't check whether to use DMA or not for no data commandsTejun Heo1-2/+2
2008-05-30ata: Convert to static DEFINE_SPINLOCK(lock)Pradeep Singh Rautela1-1/+1
2008-05-19libata: ignore SIMG4726 config pseudo deviceTejun Heo1-2/+8
2008-05-19libata: don't schedule LPM action seperately during probingTejun Heo1-2/+1
2008-05-19libata: kill hotplug related race conditionTejun Heo1-13/+8
2008-05-19libata: fix sata_link_hardreset() @online out parameter handlingTejun Heo1-1/+5
2008-05-06libata: export ata_eh_analyze_ncq_errorMark Lord1-0/+1
2008-04-29libata: More TSSTcorp pain, keep in sync with legacy IDEAlan Cox1-0/+3
2008-04-25make sata_set_spd_needed() staticAdrian Bunk1-1/+1
2008-04-25make sata_print_link_status() staticAdrian Bunk1-2/+1
2008-04-24libata: functions with definition should not be externHarvey Harrison1-1/+1
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-17libata: Be a bit more slack about early devicesAlan Cox1-10/+15
2008-04-17libata: cable logicAlan Cox1-0/+4
2008-04-17libata: move link onlineness check out of softreset methodsTejun Heo1-0/+4
2008-04-17libata: implement PMP helpersTejun Heo1-2/+2
2008-04-17libata: separate PMP support code from core codeTejun Heo1-13/+0
2008-04-17libata: make SFF support optionalTejun Heo1-0/+2
2008-04-17libata: clean up dummy port_opsTejun Heo1-17/+5
2008-04-17libata: kill ata_noop_dev_select()Tejun Heo1-19/+0
2008-04-17libata: replace tf_read with qc_fill_rtf for non-SFF driversTejun Heo1-1/+0
2008-04-17libata: drop @finish_qc from ata_qc_complete_multiple()Tejun Heo1-5/+1
2008-04-17libata: add qc_fill_rtf port operationTejun Heo1-1/+2
2008-04-17libata: unify mechanism to request follow-up SRSTTejun Heo1-1/+0
2008-04-17libata: move PMP SCR access failure during reset to ata_eh_reset()Tejun Heo1-2/+1
2008-04-17libata: clear SError after link resumeTejun Heo1-13/+22
2008-04-17libata: implement and use sata_std_hardreset()Tejun Heo1-1/+29
2008-04-17libata: move generic hardreset code from sata_sff_hardreset() to sata_link_hardreset()Tejun Heo1-1/+49
2008-04-17libata: separate out ata_wait_ready() and implement ata_wait_after_reset()Tejun Heo1-0/+98
2008-04-17libata: separate out ata_std_postreset() from ata_sff_postreset()Tejun Heo1-20/+4
2008-04-17libata: separate out ata_std_prereset() from ata_sff_prereset()Tejun Heo1-13/+4
2008-04-17libata: clean up port_ops->sff_irq_clear()Tejun Heo1-10/+0
2008-04-17libata: rename SFF port opsTejun Heo1-9/+9
2008-04-17libata: rename SFF functionsTejun Heo1-8/+8
2008-04-17libata: kill unused ata_flush_cache()Tejun Heo1-26/+0
2008-04-17libata: make ata_tf_to_lba[48]() genericTejun Heo1-6/+6
2008-04-17libata: isolate and rework cable logicAlan Cox1-4/+44
2008-04-17libata: kill ata_chk_status() call from ata_dev_configure()Tejun Heo1-3/+0
2008-04-17libata: reorganize SFF related stuffTejun Heo1-1875/+9
2008-04-17libata: drop ata_dev_select() from ata_dev_read_idTejun Heo1-1/+0
2008-04-17libata: make reset related methods proper port operationsTejun Heo1-2/+12
2008-04-17libata: stop overloading port_info->private_dataTejun Heo1-2/+0