aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/libahci.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-31ata: ahci: Disable SXS for Hisilicon Kunpeng920Gravatar Xingui Yang 1-0/+5
2019-11-01ata: make qc_prep return ata_completion_errorsGravatar Jiri Slaby 1-2/+4
2019-08-30ahci: Do not export local variable ahci_em_messagesGravatar Andy Shevchenko 1-1/+0
2019-06-29ata: libahci: Remove call to memset after dmam_alloc_coherentGravatar Fuqian Huang 1-1/+0
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Gravatar Thomas Gleixner 1-17/+1
2019-02-28ata: libahci: Only warn for AHCI_HFLAG_MULTI_MSI set when genuine custom irq ...Gravatar John Garry 1-1/+2
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Gravatar Linus Torvalds 1-9/+18
2018-07-30ata: libahci: Allow reconfigure of DEVSLP registerGravatar Srinivas Pandruvada 1-8/+10
2018-07-30ata: libahci: Correct setting of DEVSLP registerGravatar Srinivas Pandruvada 1-0/+2
2018-07-30ata: ahci: Support state with min power but Partial low power stateGravatar Srinivas Pandruvada 1-1/+4
2018-06-18libahci: Fix possible Spectre-v1 pmp indexing in ahci_led_store()Gravatar John Garry 1-2/+5
2018-06-18ata: ahci: rpm_put port on port_stop to match rpm_get in port_startGravatar Samuel Morris 1-0/+2
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Gravatar Linus Torvalds 1-4/+4
2018-05-11libata: convert core and drivers to ->hw_tag usageGravatar Jens Axboe 1-4/+4
2018-04-26libahci: Allow drivers to override stop_engineGravatar Evan Wang 1-8/+12
2018-02-12ahci: Add check for device presence (PCIe hot unplug) in ahci_stop_engine()Gravatar Stefan Roese 1-0/+10
2017-10-19ahci: Convert timers to use timer_setup()Gravatar Kees Cook 1-5/+6
2017-06-22libata: Add the AHCI_HFLAG_NO_WRITE_TO_RO flagGravatar Doug Berger 1-1/+2
2017-06-22libata: Add the AHCI_HFLAG_YES_ALPM flagGravatar Doug Berger 1-0/+5
2017-06-12libahci: wrong comments in ahci_do_softreset()Gravatar Minwoo Im 1-2/+2
2017-05-16ata: update references for libata documentationGravatar Mauro Carvalho Chehab 1-1/+1
2017-01-31sata: ahci: export ahci_do_hardreset() locallyGravatar Bartosz Golaszewski 1-5/+13
2016-10-19ata: ATA Command Priority Disabled By DefaultGravatar Adam Manzanares 1-0/+1
2016-09-06ahci: use pci_alloc_irq_vectorsGravatar Christoph Hellwig 1-3/+8
2016-09-06Merge branch 'master' into for-4.9Gravatar Tejun Heo 1-1/+1
2016-08-11ahci: disable correct irq for dummy portsGravatar Christoph Hellwig 1-1/+1
2016-08-11ahci: also use a per-port lock for the multi-MSIX caseGravatar Christoph Hellwig 1-1/+1
2016-07-20AHCI: Clear GHC.IS to prevent unexpectly asserting INTxGravatar Pang Raymond 1-0/+8
2016-07-14libata: use ata_is_ncq() accessorsGravatar Hannes Reinecke 1-1/+1
2016-05-13Merge branch 'for-4.6-fixes' into for-4.7Gravatar Tejun Heo 1-0/+1
2016-04-01libahci: save port map for forced port mapGravatar Srinivas Kandagatla 1-0/+1
2016-03-30libata: Fixup awkward whitespace in warning by removing line continuation.Gravatar Sander Eikelenboom 1-2/+2
2016-03-11Merge branch 'for-4.5-fixes' into for-4.6Gravatar Tejun Heo 1-2/+1
2016-02-29ata: ahci: don't mark HotPlugCapable Ports as external/removableGravatar Manuel Lauss 1-2/+1
2016-02-19ahci: Add functions to manage runtime PM of AHCI portsGravatar Mika Westerberg 1-1/+47
2016-02-19ahci: Cache host controller versionGravatar Mika Westerberg 1-4/+3
2016-02-11ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci.Gravatar Suman Tripathi 1-42/+1
2016-02-11libahci: Implement the capability to override the generic ahci interrupt hand...Gravatar Suman Tripathi 1-7/+20
2016-01-25libata: disable forced PORTS_IMPL for >= AHCI 1.3Gravatar Tejun Heo 1-2/+2
2016-01-25drivers: ata: wake port before DMA stop for ALPMGravatar Danesh Petigara 1-1/+22
2016-01-11Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Gravatar Linus Torvalds 1-30/+16
2015-12-07ahci: compile out msi/msix infrastructureGravatar Dan Williams 1-6/+1
2015-11-30AHCI: Fix softreset failed issue of Port MultiplierGravatar Xiangliang Yu 1-0/+9
2015-11-16ahci: switch from 'threaded' to 'hardirq' interrupt handlingGravatar Dan Williams 1-26/+8
2015-11-16ahci: per-port msix supportGravatar Dan Williams 1-5/+14
2015-10-31ahci: cleanup ahci_host_activate_multi_irqsGravatar Dan Williams 1-18/+3
2015-10-31ahci: ahci_host_activate: kill IRQF_SHAREDGravatar Dan Williams 1-1/+1
2015-09-30ata: ahci: find eSATA ports and flag them as removableGravatar Manuel Lauss 1-0/+7
2015-06-25Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Gravatar Linus Torvalds 1-29/+76
2015-06-03ahci: Store irq number in struct ahci_host_privGravatar Robert Richter 1-9/+7