summaryrefslogtreecommitdiff
path: root/drivers/ata/libata-sff.c
AgeCommit message (Expand)Author
2010-07-05libata: don't flush dcache on slab pagesSebastian Andrzej Siewior
2010-02-23Call flush_dcache_page after PIO data transfers in libata-sff.cCatalin Marinas
2009-06-10libata-sff: avoid byte swapping in ata_sff_data_xfer()Sergei Shtylyov
2009-04-16ata: Report 16/32bit PIO as best we canAlan Cox
2009-03-24[libata] Improve timeout handlingAlan Cox
2009-03-24[libata] Drain data on errorsAlan Cox
2009-03-13libata: Keep shadow last_ctl up to date during resetsStuart MENEFY
2009-02-16libata-sff: fix 32-bit PIO ATAPI regressionSergei Shtylyov
2009-01-26libata: set NODEV_HINT for 0x7f statusTejun Heo
2009-01-26libata-sff: fix incorrect EH messageTejun Heo
2009-01-13ata: fix wrong WARN_ON_ONCEChristian Borntraeger
2009-01-09libata: use WARN_ON_ONCE on hot pathsTejun Heo
2009-01-08libata: clean up the SFF code for coding styleAlan Cox
2009-01-08libata: Add 32bit PIO supportAlan Cox
2008-11-14libata: improve phantom device detectionTejun Heo
2008-10-22libata-sff: fix ata_sff_post_internal_cmd()Tejun Heo
2008-09-08libata-sff: kill spurious WARN_ON() in ata_hsm_move()Tejun Heo
2008-07-14libata: consistently use msecs for time durationsTejun Heo
2008-07-04libata-sff: improve HSM violation reportingTejun Heo
2008-06-05libata: fix G5 SATA broken on -rc5Hugh Dickins
2008-06-04libata-sff: Fix oops reported in kerneloops.org for pnp devices with no ctlAlan Cox
2008-05-06libata: improve post-reset device ready testTejun Heo
2008-04-25libata: make WARN_ON conditions in ata_sff_hsm_move() more strictTejun Heo
2008-04-17libata: move link onlineness check out of softreset methodsTejun Heo
2008-04-17libata: replace tf_read with qc_fill_rtf for non-SFF driversTejun Heo
2008-04-17libata: add qc_fill_rtf port operationTejun Heo
2008-04-17libata: unify mechanism to request follow-up SRSTTejun Heo
2008-04-17libata: implement and use sata_std_hardreset()Tejun Heo
2008-04-17libata: move generic hardreset code from sata_sff_hardreset() to sata_link_ha...Tejun Heo
2008-04-17libata: separate out ata_wait_ready() and implement ata_wait_after_reset()Tejun Heo
2008-04-17libata: restructure SFF post-reset readiness waitsTejun Heo
2008-04-17libata: separate out ata_std_postreset() from ata_sff_postreset()Tejun Heo
2008-04-17libata: separate out ata_std_prereset() from ata_sff_prereset()Tejun Heo
2008-04-17libata: clean up port_ops->sff_irq_clear()Tejun Heo
2008-04-17libata: rename SFF port opsTejun Heo
2008-04-17libata: rename SFF functionsTejun Heo
2008-04-17libata/pdc_adma: make SFF EH handle non-bmdma SFF drivers and standardize pdc...Tejun Heo
2008-04-17libata: kill ata_chk_status()Tejun Heo
2008-04-17libata: move ata_pci_default_filter() out of CONFIG_PCITejun Heo
2008-04-17libata: reorganize SFF related stuffTejun Heo
2008-04-17libata: reorder functions in libata-sff.cTejun Heo
2008-04-17libata: make reset related methods proper port operationsTejun Heo
2008-04-17libata: stop overloading port_info->private_dataTejun Heo
2008-04-17libata: make ata_pci_init_one() not use ops->irq_handler and pi->shtTejun Heo
2008-04-17libata: implement and use ata_noop_irq_clear()Tejun Heo
2008-03-10libata-sff: handle controllers w/o ctl registerTejun Heo
2008-01-23libata: factor out ata_pci_activate_sff_host() from ata_pci_one()Tejun Heo
2008-01-23libata: use dev_driver_string() instead of "libata" in libata-sff.cTejun Heo
2008-01-23libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*Tejun Heo
2008-01-23libata-sff: tf_loadAlan Cox