aboutsummaryrefslogtreecommitdiff
path: root/include/linux/libata.h
AgeCommit message (Expand)Author
2007-10-16libata: convert to using sg helpersJens Axboe
2007-10-12[libata] struct pci_dev related cleanupsJeff Garzik
2007-10-12libata: use ata_exec_internal() for PMP register accessTejun Heo
2007-10-12libata: implement ATA_PFLAG_RESETTINGTejun Heo
2007-10-12libata-core: Expose gtm methods for driver useAlan Cox
2007-10-12libata: Add a drivers/ide style DMA disableAlan Cox
2007-10-12libata-pmp: implement qc_defer for command switching PMP supportTejun Heo
2007-10-12libata-pmp: implement Port Multiplier supportTejun Heo
2007-10-12[PATCH] libata: Fix HPA handling regressionAlan Cox
2007-10-12libata-pmp-prep: implement sata_async_notification()Tejun Heo
2007-10-12libata-pmp-prep: implement ATA_HORKAGE_SKIP_PMTejun Heo
2007-10-12libata-pmp-prep: implement ATA_LFLAG_DISABLEDTejun Heo
2007-10-12libata-pmp-prep: implement ATA_LFLAG_NO_RETRYTejun Heo
2007-10-12libata-pmp-prep: implement ATA_LFLAG_NO_SRST, ASSUME_ATA and ASSUME_SEMBTejun Heo
2007-10-12libata-pmp-prep: implement qc_defer helpersTejun Heo
2007-10-12libata-pmp-prep: implement ops->qc_defer()Tejun Heo
2007-10-12libata-pmp-prep: add PMP related constants, fields, ops and update helpersTejun Heo
2007-10-12libata: update ata_dev_try_classify() argumentsTejun Heo
2007-10-12ata: increase allowed config flagsKristen Carlson Accardi
2007-10-12libata: move EH repeat reporting into ata_eh_report()Tejun Heo
2007-10-12libata: implement and use ata_port_desc() to report port configurationTejun Heo
2007-10-12[libata] Remove ->port_disable() hookJeff Garzik
2007-10-12[libata] add ACPI cable detect APIAlan Cox
2007-10-12[libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()Jeff Garzik
2007-10-12libata: add printf format attribute to ehi desc functionsTejun Heo
2007-10-12libata: use ata_port_printk() in ata_wait_idle()Tejun Heo
2007-10-12[libata] ahci: send event when AN receivedKristen Carlson Accardi
2007-10-12[libata] check for SATA async notify supportKristen Carlson Accardi
2007-10-12libata-link: add PMP linksTejun Heo
2007-10-12libata-link: implement ata_link_abort()Tejun Heo
2007-10-12libata-link: make two port flags HRST_TO_RESUME and SKIP_D2H_BSY link flagsTejun Heo
2007-10-12libata-link: linkify config/EH related functionsTejun Heo
2007-10-12libata-link: linkify resetTejun Heo
2007-10-12libata-link: linkify PHY-related functionsTejun Heo
2007-10-12libata-link: implement and use link/device iteratorsTejun Heo
2007-10-12libata-link: introduce ata_linkTejun Heo
2007-08-31libata: implement BROKEN_HPA horkage and apply it to affected drivesTejun Heo
2007-07-24ata_piix: fix suspend/resume for some TOSHIBA laptopsTejun Heo
2007-07-22Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2007-07-20libata: implement EH fast drainTejun Heo
2007-07-20libata: reorganize ata_ehi_hotplugged()Tejun Heo
2007-07-20libata: improve SATA PHY speed down logicTejun Heo
2007-07-20libata: make ->scr_read/write callbacks return error codeTejun Heo
2007-07-20libata: implement AC_ERR_NCQTejun Heo
2007-07-20libata: improve EH report formattingTejun Heo
2007-07-20libata: add @is_cmd to ata_tf_to_fis()Tejun Heo
2007-07-18[SCSI] sas_ata: ata_post_internal should abort the sas_taskDarrick J. Wong
2007-07-10libata: clean up horkage handlingTejun Heo
2007-07-10libata: simplify PCI legacy SFF host handlingTejun Heo
2007-07-10libata-core: convert to use cancel_rearming_delayed_work()Oleg Nesterov