summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libahci.c
Commit message (Expand)AuthorAgeFilesLines
* ahci: disable correct irq for dummy portsChristoph Hellwig2016-08-111-1/+1
* AHCI: Clear GHC.IS to prevent unexpectly asserting INTxPang Raymond2016-07-201-0/+8
* libata: use ata_is_ncq() accessorsHannes Reinecke2016-07-141-1/+1
* Merge branch 'for-4.6-fixes' into for-4.7Tejun Heo2016-05-131-0/+1
|\
| * libahci: save port map for forced port mapSrinivas Kandagatla2016-04-011-0/+1
* | libata: Fixup awkward whitespace in warning by removing line continuation.Sander Eikelenboom2016-03-301-2/+2
|/
* Merge branch 'for-4.5-fixes' into for-4.6Tejun Heo2016-03-111-2/+1
|\
| * ata: ahci: don't mark HotPlugCapable Ports as external/removableManuel Lauss2016-02-291-2/+1
* | ahci: Add functions to manage runtime PM of AHCI portsMika Westerberg2016-02-191-1/+47
* | ahci: Cache host controller versionMika Westerberg2016-02-191-4/+3
|/
* ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci.Suman Tripathi2016-02-111-42/+1
* libahci: Implement the capability to override the generic ahci interrupt hand...Suman Tripathi2016-02-111-7/+20
* libata: disable forced PORTS_IMPL for >= AHCI 1.3Tejun Heo2016-01-251-2/+2
* drivers: ata: wake port before DMA stop for ALPMDanesh Petigara2016-01-251-1/+22
* Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2016-01-111-30/+16
|\
| * ahci: compile out msi/msix infrastructureDan Williams2015-12-071-6/+1
| * ahci: switch from 'threaded' to 'hardirq' interrupt handlingDan Williams2015-11-161-26/+8
| * ahci: per-port msix supportDan Williams2015-11-161-5/+14
* | AHCI: Fix softreset failed issue of Port MultiplierXiangliang Yu2015-11-301-0/+9
|/
* ahci: cleanup ahci_host_activate_multi_irqsDan Williams2015-10-311-18/+3
* ahci: ahci_host_activate: kill IRQF_SHAREDDan Williams2015-10-311-1/+1
* ata: ahci: find eSATA ports and flag them as removableManuel Lauss2015-09-301-0/+7
* Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2015-06-251-29/+76
|\
| * ahci: Store irq number in struct ahci_host_privRobert Richter2015-06-031-9/+7
| * libahci: Add support to handle HOST_IRQ_STAT as edge trigger latch.Suman Tripathi2015-05-101-0/+40
| * libahci: Refactoring of ahci_single_irq_intr function.Suman Tripathi2015-05-101-21/+30
* | libata: Add helper to determine when PHY events should be ignoredGabriele Mazzotta2015-04-251-2/+1
|/
* ahci: Use dev_info() to inform about the lack of Device Sleep supportGabriele Mazzotta2015-01-091-1/+1
* Revert "AHCI: Optimize single IRQ interrupt processing"Tejun Heo2014-10-271-61/+13
* Revert "AHCI: Do not acquire ata_host::lock from single IRQ handler"Tejun Heo2014-10-271-0/+4
* AHCI: Do not acquire ata_host::lock from single IRQ handlerAlexander Gordeev2014-10-061-4/+0
* AHCI: Optimize single IRQ interrupt processingAlexander Gordeev2014-10-061-13/+61
* AHCI: Do not read HOST_IRQ_STAT reg in multi-MSI modeAlexander Gordeev2014-10-061-59/+8
* AHCI: Make few function names more descriptiveAlexander Gordeev2014-10-061-8/+8
* AHCI: Move host activation code into ahci_host_activate()Alexander Gordeev2014-10-061-24/+35
* AHCI: Move ahci_host_activate() function to libahci.cAlexander Gordeev2014-10-061-0/+61
* ata: libahci_platform: move port_map parameters into the AHCI structureAntoine Ténart2014-07-301-12/+7
* libahci: export ahci_qc_issue() and ahci_start_fix_rx()Suman Tripathi2014-07-081-3/+4
* Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2014-06-091-0/+5
|\
| * ata: ahci: append new hflag AHCI_HFLAG_NO_FBSKefeng Wang2014-05-141-0/+5
* | ahci: disable DEVSLP for Intel ValleyviewJacob Pan2014-04-241-0/+7
|/
* ata: remove superfluous castsJoe Perches2014-03-261-1/+1
* libahci: Allow drivers to override start_engineHans de Goede2014-02-221-7/+19
* ata: libahci: replace obsolete simple_strtoul() with kstrtouint()Daeseok Youn2014-02-191-2/+3
* ata: libahci: make ahci_pmp_retry_softreset() as staticDaeseok Youn2014-02-191-2/+2
* ata: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-131-1/+0
* drivers: ata: Mark the function as static in libahci.cRashika Kheria2013-12-141-2/+2
* Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2013-11-131-5/+22
|\
| * ahci: disabled FBS prior to issuing software resetxiangliang yu2013-10-271-0/+16
| * ahci: imx: setup power saving methodsRichard Zhu2013-10-151-2/+2