aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libahci.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-21ahci: print the number of implemented portsNiklas Cassel1-4/+10
2024-02-09ata: ahci: move marking of external port earlierNiklas Cassel1-7/+0
2023-10-03ata: ahci: print the lpm policy on bootNiklas Cassel1-1/+1
2023-09-15ata: libahci: clear pending interrupt statusSzuying Chen1-12/+23
2023-08-02ata: libahci: fix parameter type of ahci_exec_polled_cmd()Sergey Shtylyov1-2/+3
2023-08-02ata: fix debounce timings typeSergey Shtylyov1-1/+1
2023-06-14ata: ahci: Cleanup ahci_reset_controller()Damien Le Moal1-31/+30
2023-03-24scsi: ata: Declare SCSI host templates constBart Van Assche1-2/+2
2023-01-04ata: libata: respect successfully completed commands during errorsNiklas Cassel1-31/+42
2023-01-04ata: libata: read the shared status for successful NCQ commands onceNiklas Cassel1-3/+87
2023-01-04ata: libata: simplify qc_fill_rtf port operation interfaceDamien Le Moal1-4/+2
2023-01-04ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EHNiklas Cassel1-2/+2
2022-10-18ata: make use of ata_port_is_frozen() helperNiklas Cassel1-3/+3
2022-10-17ata: libahci: read correct status and error field for NCQ commandsNiklas Cassel1-0/+14
2022-09-17ata: ahci: Introduce firmware-specific caps initializationSerge Semin1-8/+43
2022-09-17ata: libahci: Don't read AHCI version twice in the save-config methodSerge Semin1-1/+1
2022-09-17ata: libahci: Discard redundant force_port_map parameterSerge Semin1-4/+6
2022-02-20ata: add/use ata_taskfile::{error|status} fieldsSergey Shtylyov1-2/+2
2022-01-05ata: ahci: Drop pointless VPRINTK() calls and convert the remaining onesHannes Reinecke1-14/+4
2022-01-04ata: libata: add reset tracepointsHannes Reinecke1-10/+0
2022-01-04ata: libata: Add ata_port_classify() helperHannes Reinecke1-1/+1
2022-01-04ata: libata: remove pointless debugging messagesHannes Reinecke1-3/+0
2021-11-18ata: libahci: Adjust behavior when StorageD3Enable _DSD is setMario Limonciello1-0/+15
2021-11-12libata: libahci: declare ahci_shost_attr_group as staticDamien Le Moal1-1/+1
2021-10-16scsi: ata: Switch to attribute groupsBart Van Assche1-17/+35
2021-08-18libata: Introduce ncq_prio_supported sysfs sttributeDamien Le Moal1-0/+1
2021-03-31ata: ahci: Disable SXS for Hisilicon Kunpeng920Xingui Yang1-0/+5
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 ...John Garry1-1/+2
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus 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/l...Linus 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 hand...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/li...Linus 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/li...Linus 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
2015-05-10libahci: Refactoring of ahci_single_irq_intr function.Suman Tripathi1-21/+30
2015-04-25libata: Add helper to determine when PHY events should be ignoredGabriele Mazzotta1-2/+1
2015-01-09ahci: Use dev_info() to inform about the lack of Device Sleep supportGabriele Mazzotta1-1/+1
2014-10-27Revert "AHCI: Optimize single IRQ interrupt processing"Tejun Heo1-61/+13
2014-10-27Revert "AHCI: Do not acquire ata_host::lock from single IRQ handler"Tejun Heo1-0/+4
2014-10-06AHCI: Do not acquire ata_host::lock from single IRQ handlerAlexander Gordeev1-4/+0
2014-10-06AHCI: Optimize single IRQ interrupt processingAlexander Gordeev1-13/+61
2014-10-06AHCI: Do not read HOST_IRQ_STAT reg in multi-MSI modeAlexander Gordeev1-59/+8
2014-10-06AHCI: Make few function names more descriptiveAlexander Gordeev1-8/+8
2014-10-06AHCI: Move host activation code into ahci_host_activate()Alexander Gordeev1-24/+35
2014-10-06AHCI: Move ahci_host_activate() function to libahci.cAlexander Gordeev1-0/+61
2014-07-30ata: libahci_platform: move port_map parameters into the AHCI structureAntoine Ténart1-12/+7
2014-07-08libahci: export ahci_qc_issue() and ahci_start_fix_rx()Suman Tripathi1-3/+4
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-0/+5
2014-05-14ata: ahci: append new hflag AHCI_HFLAG_NO_FBSKefeng Wang1-0/+5
2014-04-24ahci: disable DEVSLP for Intel ValleyviewJacob Pan1-0/+7
2014-03-26ata: remove superfluous castsJoe Perches1-1/+1
2014-02-22libahci: Allow drivers to override start_engineHans de Goede1-7/+19
2014-02-19ata: libahci: replace obsolete simple_strtoul() with kstrtouint()Daeseok Youn1-2/+3
2014-02-19ata: libahci: make ahci_pmp_retry_softreset() as staticDaeseok Youn1-2/+2
2014-02-13ata: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-14drivers: ata: Mark the function as static in libahci.cRashika Kheria1-2/+2
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-5/+22
2013-10-27ahci: disabled FBS prior to issuing software resetxiangliang yu1-0/+16
2013-10-15libahci: fix turning on LEDs in ahci_start_port()Lukasz Dorau1-1/+9
2013-10-15ahci: imx: setup power saving methodsRichard Zhu1-2/+2
2013-09-22ahci: Changing two module params with static and __read_mostlyChuansheng Liu1-3/+4
2013-07-02Merge branch 'libata/for-3.10-fixes' into libata/for-3.11Tejun Heo1-3/+2
2013-06-24AHCI: use ATA_BUSYSergei Shtylyov1-1/+1
2013-06-09ahci: remove pmp link online check in FBS EHShane Huang1-2/+1
2013-06-06ahci: make ahci_transmit_led_message into a function pointerMark Langsdorf1-5/+6
2013-05-22AHCI: Make distinct names for ports in /proc/interruptsAlexander Gordeev1-0/+10
2013-05-14libata: update "Maintained by:" tagsTejun Heo1-1/+1
2013-01-24AHCI: Support multiple MSIsAlexander Gordeev1-6/+112
2013-01-14[libata] replace sata_settings with devslp_timingShane Huang1-3/+3
2012-12-14ahci: convert ata_link_printk() to ata_link_warn()Wei Yongjun1-1/+1
2012-09-13ahci: implement aggressive SATA device sleep supportShane Huang1-1/+96
2012-08-17ahci: un-staticize ahci_dev_classifyRob Herring1-1/+2
2012-03-13ahci: add AHCI_HFLAG_DELAY_ENGINE host flagBrian Norris1-0/+5
2012-01-08ahci: start engine only during soft/hard resetsTejun Heo1-4/+1
2011-07-23ahci: move ahci_sb600_softreset to libahci.c and rename itYuan-Hsin Chen1-0/+57
2011-07-23ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches1-13/+11
2011-07-23ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-41/+30
2011-06-29ahci: change 'masking port_map' printk to KERN_WARNING levelLinus Torvalds1-1/+1
2011-05-14Revert "libata: ahci_start_engine compliant to AHCI spec"Tejun Heo1-21/+0
2011-04-24libata: ahci_start_engine compliant to AHCI specJian Peng1-0/+21
2011-04-24ahci: don't enable port irq before handler is registeredMaxime Bizon1-2/+15
2011-04-24ahci: EM supported message type sysfs attributeHannes Reinecke1-0/+22
2011-01-05[libata] new driver acard_ahci, for ATP8620 host controllerDavid Milburn1-6/+5
2010-10-21libahci: fix result_tf handling after an ATA PIO data-in commandTejun Heo1-3/+15
2010-10-21libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo1-9/+9
2010-10-21libata: reimplement link power managementTejun Heo1-117/+41
2010-10-21libata: clean up lpm related symbols and sysfs show/store functionsTejun Heo1-11/+9
2010-09-28ahci: fix module refcount breakage introduced by libahci splitTejun Heo1-12/+4
2010-09-09ahci: fix hang on failed softresetTejun Heo1-1/+1
2010-08-25ahci: add HFLAG_YES_FBS and apply it to 88SE9128Tejun Heo1-2/+14
2010-07-01libahci: Fix bug in storing EM messagesHarry Zhang1-2/+3
2010-06-07ahci: redo stopping DMA engines on empty portsTejun Heo1-18/+3
2010-05-14ahci: add "em_buffer" attribute for AHCI hostsHarry Zhang1-0/+104
2010-05-14ahci: EM message type auto detectHarry Zhang1-18/+20
2010-05-14libata: update gfp/slab.h includesTejun Heo1-0/+1
2010-05-14ahci: Turn off DMA engines when there's no device attachedMatthew Garrett1-0/+18
2010-05-14ahci: Move generic code into libahciAnton Vorontsov1-0/+2091