summaryrefslogtreecommitdiff
path: root/drivers/ata/acard-ahci.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-25scsi: ata: Declare SCSI host templates constBart Van Assche1-1/+1
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-1/+1
2022-02-20ata: add/use ata_taskfile::{error|status} fieldsSergey Shtylyov1-1/+1
2022-01-04ata: libata: remove pointless debugging messagesHannes Reinecke1-4/+0
2020-01-22ata/acard_ahci: remove unused variable n_elemAlex Shi1-3/+1
2019-11-01ata: make qc_prep return ata_completion_errorsJiri Slaby1-2/+4
2019-08-26acard_ahci: use dma_set_mask_and_coherentChristoph Hellwig1-33/+5
2019-06-29ata: acard-ahci: 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
2018-05-11libata: convert core and drivers to ->hw_tag usageJens Axboe1-2/+2
2017-05-16ata: update references for libata documentationMauro Carvalho Chehab1-1/+1
2015-06-03ahci: Store irq number in struct ahci_host_privRobert Richter1-1/+3
2015-04-08ata: remove deprecated use of pci apiQuentin Lambert1-5/+5
2014-10-06AHCI: Move host activation code into ahci_host_activate()Alexander Gordeev1-2/+1
2014-07-30ata: libahci_platform: move port_map parameters into the AHCI structureAntoine Ténart1-1/+1
2014-05-10ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz1-3/+3
2014-02-14ata: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-07-03Merge branch 'libata/for-3.10-fixes' into libata/for-3.11Tejun Heo1-1/+1
2013-06-03ata: use pci_get_drvdata()Jingoo Han1-2/+2
2013-05-14libata: update "Maintained by:" tagsTejun Heo1-1/+1
2012-07-25ata: use module_pci_driverAxel Lin1-12/+1
2011-07-24ata: Add and use ata_print_version_onceJoe Perches1-3/+1
2011-07-24ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-13/+10
2011-05-20drivers/ata/acard-ahci.c: fix enum warningJeff Garzik1-1/+1
2011-01-06[libata] new driver acard_ahci, for ATP8620 host controllerDavid Milburn1-0/+528