summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libahci.c
Commit message (Expand)AuthorAgeFilesLines
* ata: libahci: Remove call to memset after dmam_alloc_coherentFuqian Huang2019-06-291-1/+0Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner2019-05-211-17/+1Star
* ata: libahci: Only warn for AHCI_HFLAG_MULTI_MSI set when genuine custom irq ...John Garry2019-02-281-1/+2
* Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2018-08-241-9/+18
|\
| * ata: libahci: Allow reconfigure of DEVSLP registerSrinivas Pandruvada2018-07-301-8/+10
| * ata: libahci: Correct setting of DEVSLP registerSrinivas Pandruvada2018-07-301-0/+2
| * ata: ahci: Support state with min power but Partial low power stateSrinivas Pandruvada2018-07-301-1/+4
| * ata: ahci: rpm_put port on port_stop to match rpm_get in port_startSamuel Morris2018-06-181-0/+2
* | libahci: Fix possible Spectre-v1 pmp indexing in ahci_led_store()John Garry2018-06-181-2/+5
|/
* Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2018-06-061-4/+4
|\
| * libata: convert core and drivers to ->hw_tag usageJens Axboe2018-05-111-4/+4
* | libahci: Allow drivers to override stop_engineEvan Wang2018-04-261-8/+12
|/
* ahci: Add check for device presence (PCIe hot unplug) in ahci_stop_engine()Stefan Roese2018-02-121-0/+10
* ahci: Convert timers to use timer_setup()Kees Cook2017-10-191-5/+6
* libata: Add the AHCI_HFLAG_NO_WRITE_TO_RO flagDoug Berger2017-06-221-1/+2
* libata: Add the AHCI_HFLAG_YES_ALPM flagDoug Berger2017-06-221-0/+5
* libahci: wrong comments in ahci_do_softreset()Minwoo Im2017-06-121-2/+2
* ata: update references for libata documentationMauro Carvalho Chehab2017-05-161-1/+1
* sata: ahci: export ahci_do_hardreset() locallyBartosz Golaszewski2017-01-311-5/+13
* ata: ATA Command Priority Disabled By DefaultAdam Manzanares2016-10-191-0/+1
* ahci: use pci_alloc_irq_vectorsChristoph Hellwig2016-09-061-3/+8
* Merge branch 'master' into for-4.9Tejun Heo2016-09-061-1/+1
|\
| * ahci: disable correct irq for dummy portsChristoph Hellwig2016-08-111-1/+1
* | ahci: also use a per-port lock for the multi-MSIX caseChristoph 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/+1Star
|\
| * ata: ahci: don't mark HotPlugCapable Ports as external/removableManuel Lauss2016-02-291-2/+1Star
* | ahci: Add functions to manage runtime PM of AHCI portsMika Westerberg2016-02-191-1/+47
* | ahci: Cache host controller versionMika Westerberg2016-02-191-4/+3Star
|/
* ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci.Suman Tripathi2016-02-111-42/+1Star
* 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-121-30/+16Star
|\
| * ahci: compile out msi/msix infrastructureDan Williams2015-12-071-6/+1Star
| * ahci: switch from 'threaded' to 'hardirq' interrupt handlingDan Williams2015-11-161-26/+8Star
| * 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/+3Star
* 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-261-29/+76
|\
| * ahci: Store irq number in struct ahci_host_privRobert Richter2015-06-031-9/+7Star
| * 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/+1Star
|/