summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-sff.c
AgeCommit message (Expand)AuthorLines
2008-06-04libata-sff: Fix oops reported in kerneloops.org for pnp devices with no ctlAlan Cox-15/+100
2008-05-06libata: improve post-reset device ready testTejun Heo-5/+1
2008-04-25libata: make WARN_ON conditions in ata_sff_hsm_move() more strictTejun Heo-2/+2
2008-04-17libata: move link onlineness check out of softreset methodsTejun Heo-6/+0
2008-04-17libata: replace tf_read with qc_fill_rtf for non-SFF driversTejun Heo-0/+1
2008-04-17libata: add qc_fill_rtf port operationTejun Heo-0/+20
2008-04-17libata: unify mechanism to request follow-up SRSTTejun Heo-1/+0
2008-04-17libata: implement and use sata_std_hardreset()Tejun Heo-5/+4
2008-04-17libata: move generic hardreset code from sata_sff_hardreset() to sata_link_ha...Tejun Heo-40/+9
2008-04-17libata: separate out ata_wait_ready() and implement ata_wait_after_reset()Tejun Heo-50/+12
2008-04-17libata: restructure SFF post-reset readiness waitsTejun Heo-94/+67
2008-04-17libata: separate out ata_std_postreset() from ata_sff_postreset()Tejun Heo-0/+36
2008-04-17libata: separate out ata_std_prereset() from ata_sff_prereset()Tejun Heo-0/+43
2008-04-17libata: clean up port_ops->sff_irq_clear()Tejun Heo-1/+1
2008-04-17libata: rename SFF port opsTejun Heo-53/+56
2008-04-17libata: rename SFF functionsTejun Heo-172/+172
2008-04-17libata/pdc_adma: make SFF EH handle non-bmdma SFF drivers and standardize pdc...Tejun Heo-1/+2
2008-04-17libata: kill ata_chk_status()Tejun Heo-11/+11
2008-04-17libata: move ata_pci_default_filter() out of CONFIG_PCITejun Heo-11/+11
2008-04-17libata: reorganize SFF related stuffTejun Heo-3/+1856
2008-04-17libata: reorder functions in libata-sff.cTejun Heo-223/+220
2008-04-17libata: make reset related methods proper port operationsTejun Heo-33/+16
2008-04-17libata: stop overloading port_info->private_dataTejun Heo-1/+3
2008-04-17libata: make ata_pci_init_one() not use ops->irq_handler and pi->shtTejun Heo-3/+4
2008-04-17libata: implement and use ata_noop_irq_clear()Tejun Heo-0/+8
2008-03-10libata-sff: handle controllers w/o ctl registerTejun Heo-14/+22
2008-01-23libata: factor out ata_pci_activate_sff_host() from ata_pci_one()Tejun Heo-84/+103
2008-01-23libata: use dev_driver_string() instead of "libata" in libata-sff.cTejun Heo-5/+7
2008-01-23libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*Tejun Heo-1/+1
2008-01-23libata-sff: tf_loadAlan Cox-2/+4
2008-01-10libata-sff: PCI IRQ handling fixAlan Cox-2/+5
2007-10-23[libata] checkpatch-inspired cleanupsJeff Garzik-1/+1
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day-1/+1
2007-10-18Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2007-10-18sparse pointer use of zero as nullStephen Hemminger-1/+1
2007-10-17libata-sff: Correct use of check_status()Alan Cox-1/+1
2007-10-12libata: implement and use ata_port_desc() to report port configurationTejun Heo-5/+18
2007-10-12[libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()Jeff Garzik-40/+0
2007-10-12libata-link: linkify PHY-related functionsTejun Heo-1/+1
2007-10-12libata-link: introduce ata_linkTejun Heo-2/+2
2007-09-20libata-sff: Fix documentationAlan Cox-1/+4
2007-08-01libata-sff; Unbreak non DMA capable controllers againAlan Cox-0/+4
2007-07-20[libata] Fix reported task file values in sense dataPetr Vandrovec-0/+2
2007-07-20Correct comment in libata-sff.cDave Jones-1/+1
2007-07-10libata: simplify PCI legacy SFF host handlingTejun Heo-256/+32
2007-07-03libata: fix assigned IRQ reportingTejun Heo-2/+3
2007-06-09libata-core/sff: Fix multiple assumptions about DMAAlan Cox-8/+29
2007-05-11libata: clean up SFF init messTejun Heo-79/+83
2007-04-30libata: honour host controllers that want just one hostLinus Torvalds-7/+4
2007-04-28libata: kill probe_ent and related helpersTejun Heo-95/+0