index
:
linux-fsl-qoriq
master
scalys
Freescale linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
libahci.c
Age
Commit message (
Expand
)
Author
2013-07-03
Merge branch 'libata/for-3.10-fixes' into libata/for-3.11
Tejun Heo
2013-06-24
AHCI: use ATA_BUSY
Sergei Shtylyov
2013-06-09
ahci: remove pmp link online check in FBS EH
Shane Huang
2013-06-06
ahci: make ahci_transmit_led_message into a function pointer
Mark Langsdorf
2013-05-21
AHCI: Make distinct names for ports in /proc/interrupts
Alexander Gordeev
2013-05-14
libata: update "Maintained by:" tags
Tejun Heo
2013-01-24
AHCI: Support multiple MSIs
Alexander Gordeev
2013-01-14
[libata] replace sata_settings with devslp_timing
Shane Huang
2012-12-14
ahci: convert ata_link_printk() to ata_link_warn()
Wei Yongjun
2012-09-13
ahci: implement aggressive SATA device sleep support
Shane Huang
2012-08-17
ahci: un-staticize ahci_dev_classify
Rob Herring
2012-03-13
ahci: add AHCI_HFLAG_DELAY_ENGINE host flag
Brian Norris
2012-01-09
ahci: start engine only during soft/hard resets
Tejun Heo
2011-07-23
ahci: move ahci_sb600_softreset to libahci.c and rename it
Yuan-Hsin Chen
2011-07-23
ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>
Joe Perches
2011-07-23
ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
Joe Perches
2011-06-29
ahci: change 'masking port_map' printk to KERN_WARNING level
Linus Torvalds
2011-05-14
Revert "libata: ahci_start_engine compliant to AHCI spec"
Tejun Heo
2011-04-24
libata: ahci_start_engine compliant to AHCI spec
Jian Peng
2011-04-24
ahci: don't enable port irq before handler is registered
Maxime Bizon
2011-04-24
ahci: EM supported message type sysfs attribute
Hannes Reinecke
2011-01-06
[libata] new driver acard_ahci, for ATP8620 host controller
David Milburn
2010-10-22
libahci: fix result_tf handling after an ATA PIO data-in command
Tejun Heo
2010-10-22
libata: add @ap to ata_wait_register() and introduce ata_msleep()
Tejun Heo
2010-10-22
libata: reimplement link power management
Tejun Heo
2010-10-22
libata: clean up lpm related symbols and sysfs show/store functions
Tejun Heo
2010-09-28
ahci: fix module refcount breakage introduced by libahci split
Tejun Heo
2010-09-09
ahci: fix hang on failed softreset
Tejun Heo
2010-08-25
ahci: add HFLAG_YES_FBS and apply it to 88SE9128
Tejun Heo
2010-07-01
libahci: Fix bug in storing EM messages
Harry Zhang
2010-06-07
ahci: redo stopping DMA engines on empty ports
Tejun Heo
2010-05-14
ahci: add "em_buffer" attribute for AHCI hosts
Harry Zhang
2010-05-14
ahci: EM message type auto detect
Harry Zhang
2010-05-14
libata: update gfp/slab.h includes
Tejun Heo
2010-05-14
ahci: Turn off DMA engines when there's no device attached
Matthew Garrett
2010-05-14
ahci: Move generic code into libahci
Anton Vorontsov