aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libahci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-01ata: make qc_prep return ata_completion_errorsJiri Slaby1-2/+4
2019-08-30ahci: Do not export local variable ahci_em_messagesAndy Shevchenko1-1/+0
2019-06-29ata: libahci: Remove call to memset after dmam_alloc_coherentFuqian Huang1-1/+0
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner1-17/+1
2019-02-28ata: libahci: Only warn for AHCI_HFLAG_MULTI_MSI set when genuine custom irq handler implementedJohn Garry1-1/+2
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-9/+18
2018-07-30ata: libahci: Allow reconfigure of DEVSLP registerSrinivas Pandruvada1-8/+10
2018-07-30ata: libahci: Correct setting of DEVSLP registerSrinivas Pandruvada1-0/+2
2018-07-30ata: ahci: Support state with min power but Partial low power stateSrinivas Pandruvada1-1/+4
2018-06-18libahci: Fix possible Spectre-v1 pmp indexing in ahci_led_store()John Garry1-2/+5
2018-06-18ata: ahci: rpm_put port on port_stop to match rpm_get in port_startSamuel Morris1-0/+2
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-4/+4
2018-05-11libata: convert core and drivers to ->hw_tag usageJens Axboe1-4/+4
2018-04-26libahci: Allow drivers to override stop_engineEvan Wang1-8/+12
2018-02-12ahci: Add check for device presence (PCIe hot unplug) in ahci_stop_engine()Stefan Roese1-0/+10
2017-10-19ahci: Convert timers to use timer_setup()Kees Cook1-5/+6
2017-06-22libata: Add the AHCI_HFLAG_NO_WRITE_TO_RO flagDoug Berger1-1/+2
2017-06-22libata: Add the AHCI_HFLAG_YES_ALPM flagDoug Berger1-0/+5
2017-06-12libahci: wrong comments in ahci_do_softreset()Minwoo Im1-2/+2
2017-05-16ata: update references for libata documentationMauro Carvalho Chehab1-1/+1
2017-01-31sata: ahci: export ahci_do_hardreset() locallyBartosz Golaszewski1-5/+13
2016-10-19ata: ATA Command Priority Disabled By DefaultAdam Manzanares1-0/+1
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