aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-sff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-10libata-sff: avoid byte swapping in ata_sff_data_xfer()Sergei Shtylyov1-7/+13
2009-04-16ata: Report 16/32bit PIO as best we canAlan Cox1-0/+27
2009-03-24[libata] Improve timeout handlingAlan Cox1-1/+45
2009-03-24[libata] Drain data on errorsAlan Cox1-2/+43
2009-03-13libata: Keep shadow last_ctl up to date during resetsStuart MENEFY1-1/+5
2009-02-16libata-sff: fix 32-bit PIO ATAPI regressionSergei Shtylyov1-7/+21
2009-01-26libata: set NODEV_HINT for 0x7f statusTejun Heo1-0/+10
2009-01-26libata-sff: fix incorrect EH messageTejun Heo1-1/+1
2009-01-13ata: fix wrong WARN_ON_ONCEChristian Borntraeger1-3/+6
2009-01-09libata: use WARN_ON_ONCE on hot pathsTejun Heo1-12/+12
2009-01-08libata: clean up the SFF code for coding styleAlan Cox1-65/+67
2009-01-08libata: Add 32bit PIO supportAlan Cox1-0/+53
2008-11-14libata: improve phantom device detectionTejun Heo1-2/+11
2008-10-22libata-sff: fix ata_sff_post_internal_cmd()Tejun Heo1-1/+10
2008-09-08libata-sff: kill spurious WARN_ON() in ata_hsm_move()Tejun Heo1-5/+0
2008-07-14libata: consistently use msecs for time durationsTejun Heo1-7/+8
2008-07-04libata-sff: improve HSM violation reportingTejun Heo1-9/+21
2008-06-05libata: fix G5 SATA broken on -rc5Hugh Dickins1-1/+1
2008-06-04libata-sff: Fix oops reported in kerneloops.org for pnp devices with no ctlAlan Cox1-15/+100
2008-05-06libata: improve post-reset device ready testTejun Heo1-5/+1
2008-04-25libata: make WARN_ON conditions in ata_sff_hsm_move() more strictTejun Heo1-2/+2
2008-04-17libata: move link onlineness check out of softreset methodsTejun Heo1-6/+0
2008-04-17libata: replace tf_read with qc_fill_rtf for non-SFF driversTejun Heo1-0/+1
2008-04-17libata: add qc_fill_rtf port operationTejun Heo1-0/+20
2008-04-17libata: unify mechanism to request follow-up SRSTTejun Heo1-1/+0
2008-04-17libata: implement and use sata_std_hardreset()Tejun Heo1-5/+4
2008-04-17libata: move generic hardreset code from sata_sff_hardreset() to sata_link_hardreset()Tejun Heo1-40/+9
2008-04-17libata: separate out ata_wait_ready() and implement ata_wait_after_reset()Tejun Heo1-50/+12
2008-04-17libata: restructure SFF post-reset readiness waitsTejun Heo1-94/+67
2008-04-17libata: separate out ata_std_postreset() from ata_sff_postreset()Tejun Heo1-0/+36
2008-04-17libata: separate out ata_std_prereset() from ata_sff_prereset()Tejun Heo1-0/+43
2008-04-17libata: clean up port_ops->sff_irq_clear()Tejun Heo1-1/+1
2008-04-17libata: rename SFF port opsTejun Heo1-53/+56
2008-04-17libata: rename SFF functionsTejun Heo1-172/+172
2008-04-17libata/pdc_adma: make SFF EH handle non-bmdma SFF drivers and standardize pdc_adma opsTejun Heo1-1/+2
2008-04-17libata: kill ata_chk_status()Tejun Heo1-11/+11
2008-04-17libata: move ata_pci_default_filter() out of CONFIG_PCITejun Heo1-11/+11
2008-04-17libata: reorganize SFF related stuffTejun Heo1-3/+1856
2008-04-17libata: reorder functions in libata-sff.cTejun Heo1-223/+220
2008-04-17libata: make reset related methods proper port operationsTejun Heo1-33/+16
2008-04-17libata: stop overloading port_info->private_dataTejun Heo1-1/+3
2008-04-17libata: make ata_pci_init_one() not use ops->irq_handler and pi->shtTejun Heo1-3/+4
2008-04-17libata: implement and use ata_noop_irq_clear()Tejun Heo1-0/+8
2008-03-10libata-sff: handle controllers w/o ctl registerTejun Heo1-14/+22
2008-01-23libata: factor out ata_pci_activate_sff_host() from ata_pci_one()Tejun Heo1-84/+103
2008-01-23libata: use dev_driver_string() instead of "libata" in libata-sff.cTejun Heo1-5/+7
2008-01-23libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*Tejun Heo1-1/+1
2008-01-23libata-sff: tf_loadAlan Cox1-2/+4
2008-01-10libata-sff: PCI IRQ handling fixAlan Cox1-2/+5
2007-10-23[libata] checkpatch-inspired cleanupsJeff Garzik1-1/+1