aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libahci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-24ahci: disable DEVSLP for Intel ValleyviewJacob Pan1-0/+7
2014-03-26ata: remove superfluous castsJoe Perches1-1/+1
2014-02-22libahci: Allow drivers to override start_engineHans de Goede1-7/+19
2014-02-19ata: libahci: replace obsolete simple_strtoul() with kstrtouint()Daeseok Youn1-2/+3
2014-02-19ata: libahci: make ahci_pmp_retry_softreset() as staticDaeseok Youn1-2/+2
2014-02-13ata: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-14drivers: ata: Mark the function as static in libahci.cRashika Kheria1-2/+2
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-5/+22
2013-10-27ahci: disabled FBS prior to issuing software resetxiangliang yu1-0/+16
2013-10-15libahci: fix turning on LEDs in ahci_start_port()Lukasz Dorau1-1/+9
2013-10-15ahci: imx: setup power saving methodsRichard Zhu1-2/+2
2013-09-22ahci: Changing two module params with static and __read_mostlyChuansheng Liu1-3/+4
2013-07-02Merge branch 'libata/for-3.10-fixes' into libata/for-3.11Tejun Heo1-3/+2
2013-06-24AHCI: use ATA_BUSYSergei Shtylyov1-1/+1
2013-06-09ahci: remove pmp link online check in FBS EHShane Huang1-2/+1
2013-06-06ahci: make ahci_transmit_led_message into a function pointerMark Langsdorf1-5/+6
2013-05-22AHCI: Make distinct names for ports in /proc/interruptsAlexander Gordeev1-0/+10
2013-05-14libata: update "Maintained by:" tagsTejun Heo1-1/+1
2013-01-24AHCI: Support multiple MSIsAlexander Gordeev1-6/+112
2013-01-14[libata] replace sata_settings with devslp_timingShane Huang1-3/+3
2012-12-14ahci: convert ata_link_printk() to ata_link_warn()Wei Yongjun1-1/+1
2012-09-13ahci: implement aggressive SATA device sleep supportShane Huang1-1/+96
2012-08-17ahci: un-staticize ahci_dev_classifyRob Herring1-1/+2
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