summaryrefslogtreecommitdiff
path: root/drivers/ata/libata-core.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-17libata: make ata_pci_init_one() not use ops->irq_handler and pi->shtTejun Heo1-1/+0
2008-04-17libata: implement and use ops inheritanceTejun Heo1-2/+111
2008-04-17libata: implement and use ata_noop_irq_clear()Tejun Heo1-0/+1
2008-04-17libata: kill ata_ehi_schedule_probe()Tejun Heo1-2/+1
2008-04-17libata: kill ATA_LFLAG_SKIP_D2H_BSYTejun Heo1-4/+2
2008-04-17libata: prefer hardresetTejun Heo1-15/+4
2008-04-04libata: ATA_12/16 doesn't fall into ATAPI_MISCTejun Heo1-0/+5
2008-04-04libata: uninline atapi_cmd_type()Tejun Heo1-0/+34
2008-04-04libata: fix IDENTIFY order in ata_bus_probe()Bartlomiej Zolnierkiewicz1-1/+1
2008-03-29libata: ATA_EHI_LPM should be ATA_EH_LPMTejun Heo1-1/+1
2008-03-25libata: improve HPA error handlingTejun Heo1-4/+4
2008-03-25libata: assume no device is attached if both IDENTIFYs are abortedTejun Heo1-14/+24
2008-03-11libata: don't allow sysfs read access to force paramTejun Heo1-1/+2
2008-03-11ata: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-7/+7
2008-02-26Revert "power_state: get rid of write-only variable in SATA"Jeff Garzik1-0/+3
2008-02-26make atapi_dmadir staticAdrian Bunk1-1/+1
2008-02-24libata-core: fix kernel-doc warningRandy Dunlap1-1/+1
2008-02-24libata: automatically use DMADIR if drive/bridge requires itTejun Heo1-2/+9
2008-02-24power_state: get rid of write-only variable in SATAPavel Machek1-3/+0
2008-02-23PM: Introduce PM_EVENT_HIBERNATE callback stateRafael J. Wysocki1-1/+1
2008-02-20libata: implement libata.force module parameterTejun Heo1-1/+379
2008-02-19libata: implement drain buffersJames Bottomley1-52/+4
2008-02-19libata: eliminate the home grown dma padding in favour ofJames Bottomley1-136/+9
2008-02-19libata: update ATAPI overflow drainingTejun Heo1-43/+33
2008-02-19ide/libata: ST310211A has buggy HPA tooMikko Rapeli1-0/+1
2008-02-15ata: fix sparse warning in libata-core.cHarvey Harrison1-1/+0
2008-02-11libata: ignore deverr on SETXFER if mode is configuredTejun Heo1-15/+33
2008-02-06libata-core: unblacklist HITACHI drivesDavid Milburn1-2/+0
2008-02-03drivers/ata/: Spelling fixesJoe Perches1-1/+1
2008-01-29libata: Change "write_data" to "rw" for some function documentationsLinus Nilsson1-2/+2
2008-01-23libata: factor out ata_pci_activate_sff_host() from ata_pci_one()Tejun Heo1-0/+1
2008-01-23libata annotations and fixesAl Viro1-1/+1
2008-01-23libata: make ata_port_queue_task() an internal functionJeff Garzik1-13/+11
2008-01-23libata/pata_it821x: Improve handling of poorly compatible emulationsAlan Cox1-16/+20
2008-01-23libata: make qc->nbytes include extra buffersTejun Heo1-4/+10
2008-01-23libata: convert to chained sgTejun Heo1-83/+118
2008-01-23libata: change ATA_QCFLAG_DMAMAP semanticsTejun Heo1-8/+7
2008-01-23libata: kill non-sg DMA interfaceTejun Heo1-133/+15