aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libahci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-11Merge branch 'for-4.5-fixes' into for-4.6Tejun Heo1-2/+1
2016-02-29ata: ahci: don't mark HotPlugCapable Ports as external/removableManuel Lauss1-2/+1
2016-02-19ahci: Add functions to manage runtime PM of AHCI portsMika Westerberg1-1/+47
2016-02-19ahci: Cache host controller versionMika Westerberg1-4/+3
2016-02-11ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci.Suman Tripathi1-42/+1
2016-02-11libahci: Implement the capability to override the generic ahci interrupt handler.Suman Tripathi1-7/+20
2016-01-25libata: disable forced PORTS_IMPL for >= AHCI 1.3Tejun Heo1-2/+2
2016-01-25drivers: ata: wake port before DMA stop for ALPMDanesh Petigara1-1/+22
2016-01-11Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-30/+16
2015-12-07ahci: compile out msi/msix infrastructureDan Williams1-6/+1
2015-11-30AHCI: Fix softreset failed issue of Port MultiplierXiangliang Yu1-0/+9
2015-11-16ahci: switch from 'threaded' to 'hardirq' interrupt handlingDan Williams1-26/+8
2015-11-16ahci: per-port msix supportDan Williams1-5/+14
2015-10-31ahci: cleanup ahci_host_activate_multi_irqsDan Williams1-18/+3
2015-10-31ahci: ahci_host_activate: kill IRQF_SHAREDDan Williams1-1/+1
2015-09-30ata: ahci: find eSATA ports and flag them as removableManuel Lauss1-0/+7
2015-06-25Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-29/+76
2015-06-03ahci: Store irq number in struct ahci_host_privRobert Richter1-9/+7
2015-05-10libahci: Add support to handle HOST_IRQ_STAT as edge trigger latch.Suman Tripathi1-0/+40
2015-05-10libahci: Refactoring of ahci_single_irq_intr function.Suman Tripathi1-21/+30
2015-04-25libata: Add helper to determine when PHY events should be ignoredGabriele Mazzotta1-2/+1
2015-01-09ahci: Use dev_info() to inform about the lack of Device Sleep supportGabriele Mazzotta1-1/+1
2014-10-27Revert "AHCI: Optimize single IRQ interrupt processing"Tejun Heo1-61/+13
2014-10-27Revert "AHCI: Do not acquire ata_host::lock from single IRQ handler"Tejun Heo1-0/+4
2014-10-06AHCI: Do not acquire ata_host::lock from single IRQ handlerAlexander Gordeev1-4/+0
2014-10-06AHCI: Optimize single IRQ interrupt processingAlexander Gordeev1-13/+61
2014-10-06AHCI: Do not read HOST_IRQ_STAT reg in multi-MSI modeAlexander Gordeev1-59/+8
2014-10-06AHCI: Make few function names more descriptiveAlexander Gordeev1-8/+8
2014-10-06AHCI: Move host activation code into ahci_host_activate()Alexander Gordeev1-24/+35
2014-10-06AHCI: Move ahci_host_activate() function to libahci.cAlexander Gordeev1-0/+61
2014-07-30ata: libahci_platform: move port_map parameters into the AHCI structureAntoine Ténart1-12/+7
2014-07-08libahci: export ahci_qc_issue() and ahci_start_fix_rx()Suman Tripathi1-3/+4
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-0/+5
2014-05-14ata: ahci: append new hflag AHCI_HFLAG_NO_FBSKefeng Wang1-0/+5
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