aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libahci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-13ahci: add AHCI_HFLAG_DELAY_ENGINE host flagBrian Norris1-0/+5
2012-01-08ahci: start engine only during soft/hard resetsTejun Heo1-4/+1
2011-07-23ahci: move ahci_sb600_softreset to libahci.c and rename itYuan-Hsin Chen1-0/+57
2011-07-23ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches1-13/+11
2011-07-23ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-41/+30
2011-06-29ahci: change 'masking port_map' printk to KERN_WARNING levelLinus Torvalds1-1/+1
2011-05-14Revert "libata: ahci_start_engine compliant to AHCI spec"Tejun Heo1-21/+0
2011-04-24libata: ahci_start_engine compliant to AHCI specJian Peng1-0/+21
2011-04-24ahci: don't enable port irq before handler is registeredMaxime Bizon1-2/+15
2011-04-24ahci: EM supported message type sysfs attributeHannes Reinecke1-0/+22
2011-01-05[libata] new driver acard_ahci, for ATP8620 host controllerDavid Milburn1-6/+5
2010-10-21libahci: fix result_tf handling after an ATA PIO data-in commandTejun Heo1-3/+15
2010-10-21libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo1-9/+9
2010-10-21libata: reimplement link power managementTejun Heo1-117/+41
2010-10-21libata: clean up lpm related symbols and sysfs show/store functionsTejun Heo1-11/+9
2010-09-28ahci: fix module refcount breakage introduced by libahci splitTejun Heo1-12/+4
2010-09-09ahci: fix hang on failed softresetTejun Heo1-1/+1
2010-08-25ahci: add HFLAG_YES_FBS and apply it to 88SE9128Tejun Heo1-2/+14
2010-07-01libahci: Fix bug in storing EM messagesHarry Zhang1-2/+3
2010-06-07ahci: redo stopping DMA engines on empty portsTejun Heo1-18/+3
2010-05-14ahci: add "em_buffer" attribute for AHCI hostsHarry Zhang1-0/+104
2010-05-14ahci: EM message type auto detectHarry Zhang1-18/+20
2010-05-14libata: update gfp/slab.h includesTejun Heo1-0/+1
2010-05-14ahci: Turn off DMA engines when there's no device attachedMatthew Garrett1-0/+18
2010-05-14ahci: Move generic code into libahciAnton Vorontsov1-0/+2091