aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/libata-core.c
AgeCommit message (Expand)Author
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: 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: kill unused ata_flush_cache()Tejun Heo
2008-04-17libata: make ata_tf_to_lba[48]() genericTejun Heo
2008-04-17libata: isolate and rework cable logicAlan Cox
2008-04-17libata: kill ata_chk_status() call from ata_dev_configure()Tejun Heo
2008-04-17libata: reorganize SFF related stuffTejun Heo
2008-04-17libata: drop ata_dev_select() from ata_dev_read_idTejun 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 ops inheritanceTejun Heo
2008-04-17libata: implement and use ata_noop_irq_clear()Tejun Heo
2008-04-17libata: kill ata_ehi_schedule_probe()Tejun Heo
2008-04-17libata: kill ATA_LFLAG_SKIP_D2H_BSYTejun Heo
2008-04-17libata: prefer hardresetTejun Heo
2008-04-04libata: ATA_12/16 doesn't fall into ATAPI_MISCTejun Heo
2008-04-04libata: uninline atapi_cmd_type()Tejun Heo
2008-04-04libata: fix IDENTIFY order in ata_bus_probe()Bartlomiej Zolnierkiewicz
2008-03-29libata: ATA_EHI_LPM should be ATA_EH_LPMTejun Heo
2008-03-24libata: improve HPA error handlingTejun Heo
2008-03-24libata: assume no device is attached if both IDENTIFYs are abortedTejun Heo
2008-03-10libata: don't allow sysfs read access to force paramTejun Heo
2008-03-10ata: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-02-25Revert "power_state: get rid of write-only variable in SATA"Jeff Garzik
2008-02-25make atapi_dmadir staticAdrian Bunk
2008-02-24libata-core: fix kernel-doc warningRandy Dunlap
2008-02-24libata: automatically use DMADIR if drive/bridge requires itTejun Heo
2008-02-24power_state: get rid of write-only variable in SATAPavel Machek
2008-02-23PM: Introduce PM_EVENT_HIBERNATE callback stateRafael J. Wysocki
2008-02-20libata: implement libata.force module parameterTejun Heo
2008-02-19libata: implement drain buffersJames Bottomley
2008-02-19libata: eliminate the home grown dma padding in favour ofJames Bottomley
2008-02-19libata: update ATAPI overflow drainingTejun Heo
2008-02-19ide/libata: ST310211A has buggy HPA tooMikko Rapeli
2008-02-15ata: fix sparse warning in libata-core.cHarvey Harrison
2008-02-11libata: ignore deverr on SETXFER if mode is configuredTejun Heo
2008-02-06libata-core: unblacklist HITACHI drivesDavid Milburn
2008-02-03drivers/ata/: Spelling fixesJoe Perches
2008-01-29libata: Change "write_data" to "rw" for some function documentationsLinus Nilsson
2008-01-23libata: factor out ata_pci_activate_sff_host() from ata_pci_one()Tejun Heo
2008-01-23libata annotations and fixesAl Viro
2008-01-23libata: make ata_port_queue_task() an internal functionJeff Garzik
2008-01-23libata/pata_it821x: Improve handling of poorly compatible emulationsAlan Cox
2008-01-23libata: make qc->nbytes include extra buffersTejun Heo