aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libahci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-06ahci: use pci_alloc_irq_vectorsChristoph Hellwig1-3/+8
2016-09-06Merge branch 'master' into for-4.9Tejun Heo1-1/+1
2016-08-11ahci: disable correct irq for dummy portsChristoph Hellwig1-1/+1
2016-08-11ahci: also use a per-port lock for the multi-MSIX caseChristoph Hellwig1-1/+1
2016-07-20AHCI: Clear GHC.IS to prevent unexpectly asserting INTxPang Raymond1-0/+8
2016-07-14libata: use ata_is_ncq() accessorsHannes Reinecke1-1/+1
2016-05-13Merge branch 'for-4.6-fixes' into for-4.7Tejun Heo1-0/+1
2016-04-01libahci: save port map for forced port mapSrinivas Kandagatla1-0/+1
2016-03-30libata: Fixup awkward whitespace in warning by removing line continuation.Sander Eikelenboom1-2/+2
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