summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libahci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ahci: Changing two module params with static and __read_mostlyChuansheng Liu2013-09-221-3/+4
* | libahci: fix turning on LEDs in ahci_start_port()Lukasz Dorau2013-10-151-1/+9
|/
* Merge branch 'libata/for-3.10-fixes' into libata/for-3.11Tejun Heo2013-07-021-3/+2
|\
| * ahci: remove pmp link online check in FBS EHShane Huang2013-06-091-2/+1
| * libata: update "Maintained by:" tagsTejun Heo2013-05-141-1/+1
* | AHCI: use ATA_BUSYSergei Shtylyov2013-06-241-1/+1
* | ahci: make ahci_transmit_led_message into a function pointerMark Langsdorf2013-06-061-5/+6
* | AHCI: Make distinct names for ports in /proc/interruptsAlexander Gordeev2013-05-221-0/+10
|/
* AHCI: Support multiple MSIsAlexander Gordeev2013-01-241-6/+112
* [libata] replace sata_settings with devslp_timingShane Huang2013-01-141-3/+3
* ahci: convert ata_link_printk() to ata_link_warn()Wei Yongjun2012-12-141-1/+1
* ahci: implement aggressive SATA device sleep supportShane Huang2012-09-131-1/+96
* ahci: un-staticize ahci_dev_classifyRob Herring2012-08-171-1/+2
* ahci: add AHCI_HFLAG_DELAY_ENGINE host flagBrian Norris2012-03-131-0/+5
* ahci: start engine only during soft/hard resetsTejun Heo2012-01-081-4/+1
* ahci: move ahci_sb600_softreset to libahci.c and rename itYuan-Hsin Chen2011-07-231-0/+57
* ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches2011-07-231-13/+11
* ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2011-07-231-41/+30
* ahci: change 'masking port_map' printk to KERN_WARNING levelLinus Torvalds2011-06-291-1/+1
OpenPOWER on IntegriCloud