summaryrefslogtreecommitdiff
path: root/drivers/ata/libahci.c
AgeCommit message (Expand)Author
2018-09-19ata: libahci: Correct setting of DEVSLP registerSrinivas Pandruvada
2018-09-19ata: libahci: Allow reconfigure of DEVSLP registerSrinivas Pandruvada
2018-08-24libahci: Fix possible Spectre-v1 pmp indexing in ahci_led_store()John Garry
2018-06-21libahci: Allow drivers to override stop_engineEvan Wang
2017-06-22libata: Add the AHCI_HFLAG_NO_WRITE_TO_RO flagDoug Berger
2017-06-22libata: Add the AHCI_HFLAG_YES_ALPM flagDoug Berger
2017-06-12libahci: wrong comments in ahci_do_softreset()Minwoo Im
2017-05-16ata: update references for libata documentationMauro Carvalho Chehab
2017-01-31sata: ahci: export ahci_do_hardreset() locallyBartosz Golaszewski
2016-10-19ata: ATA Command Priority Disabled By DefaultAdam Manzanares
2016-09-06ahci: use pci_alloc_irq_vectorsChristoph Hellwig
2016-09-06Merge branch 'master' into for-4.9Tejun Heo
2016-08-11ahci: disable correct irq for dummy portsChristoph Hellwig
2016-08-11ahci: also use a per-port lock for the multi-MSIX caseChristoph Hellwig
2016-07-20AHCI: Clear GHC.IS to prevent unexpectly asserting INTxPang Raymond
2016-07-14libata: use ata_is_ncq() accessorsHannes Reinecke
2016-05-13Merge branch 'for-4.6-fixes' into for-4.7Tejun Heo
2016-04-01libahci: save port map for forced port mapSrinivas Kandagatla
2016-03-30libata: Fixup awkward whitespace in warning by removing line continuation.Sander Eikelenboom
2016-03-11Merge branch 'for-4.5-fixes' into for-4.6Tejun Heo
2016-02-29ata: ahci: don't mark HotPlugCapable Ports as external/removableManuel Lauss
2016-02-19ahci: Add functions to manage runtime PM of AHCI portsMika Westerberg
2016-02-19ahci: Cache host controller versionMika Westerberg
2016-02-11ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci.Suman Tripathi
2016-02-11libahci: Implement the capability to override the generic ahci interrupt hand...Suman Tripathi
2016-01-25libata: disable forced PORTS_IMPL for >= AHCI 1.3Tejun Heo
2016-01-25drivers: ata: wake port before DMA stop for ALPMDanesh Petigara
2016-01-11Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds
2015-12-07ahci: compile out msi/msix infrastructureDan Williams
2015-11-30AHCI: Fix softreset failed issue of Port MultiplierXiangliang Yu
2015-11-16ahci: switch from 'threaded' to 'hardirq' interrupt handlingDan Williams
2015-11-16ahci: per-port msix supportDan Williams
2015-10-31ahci: cleanup ahci_host_activate_multi_irqsDan Williams
2015-10-31ahci: ahci_host_activate: kill IRQF_SHAREDDan Williams
2015-09-30ata: ahci: find eSATA ports and flag them as removableManuel Lauss
2015-06-25Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds
2015-06-03ahci: Store irq number in struct ahci_host_privRobert Richter
2015-05-10libahci: Add support to handle HOST_IRQ_STAT as edge trigger latch.Suman Tripathi
2015-05-10libahci: Refactoring of ahci_single_irq_intr function.Suman Tripathi
2015-04-25libata: Add helper to determine when PHY events should be ignoredGabriele Mazzotta
2015-01-09ahci: Use dev_info() to inform about the lack of Device Sleep supportGabriele Mazzotta
2014-10-27Revert "AHCI: Optimize single IRQ interrupt processing"Tejun Heo
2014-10-27Revert "AHCI: Do not acquire ata_host::lock from single IRQ handler"Tejun Heo
2014-10-06AHCI: Do not acquire ata_host::lock from single IRQ handlerAlexander Gordeev
2014-10-06AHCI: Optimize single IRQ interrupt processingAlexander Gordeev
2014-10-06AHCI: Do not read HOST_IRQ_STAT reg in multi-MSI modeAlexander Gordeev
2014-10-06AHCI: Make few function names more descriptiveAlexander Gordeev
2014-10-06AHCI: Move host activation code into ahci_host_activate()Alexander Gordeev
2014-10-06AHCI: Move ahci_host_activate() function to libahci.cAlexander Gordeev
2014-07-30ata: libahci_platform: move port_map parameters into the AHCI structureAntoine Ténart