summaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_sil24.c
Commit message (Expand)AuthorAgeFilesLines
* ata: sata_sil24: Remove call to memset after dmam_alloc_coherentFuqian Huang2019-06-291-1/+0Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner2019-05-241-11/+1Star
* Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2018-06-061-3/+3
|\
| * libata: convert core and drivers to ->hw_tag usageJens Axboe2018-05-111-3/+3
* | ata: fix spelling mistake: "directon" -> "direction"Colin Ian King2018-05-011-2/+2
|/
* ata: remove deprecated use of pci apiQuentin Lambert2015-04-081-5/+5
* libata: remove ATA_FLAG_LOWTAGTejun Heo2015-03-241-1/+1
* Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-0/+1
|\
| * libata: make sata_sil24 use fifo tag allocatorShaohua Li2015-01-261-0/+1
* | libata: allow sata_sil24 to opt-out of tag ordered submissionDan Williams2015-01-191-1/+1
|/
* sata_sil24: Identify which card suffered IRQ status errorTim Small2014-07-221-2/+2
* ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz2014-05-101-3/+7
* ata: use pci_get_drvdata()Jingoo Han2013-06-031-1/+1
* sata_sil24: remove unused variable from sata_sil24.cWei Yongjun2012-11-281-4/+0Star
* ata: use module_pci_driverAxel Lin2012-07-251-12/+1Star
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* sata_sil24: Use constJoe Perches2011-10-081-2/+2
* ata: Add and use ata_print_version_onceJoe Perches2011-07-231-3/+1Star
* ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches2011-07-231-9/+8Star
* ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2011-07-231-12/+10Star
* libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov2011-03-021-4/+3Star
* libata: remove ATA_FLAG_MMIOSergei Shtylyov2011-03-021-3/+3
* libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo2010-10-221-7/+7
* sata_sil24: Use memory barriers before issuing commandsCatalin Marinas2010-06-101-0/+10
* sata_sil24: memset() overflowDan Carpenter2010-06-101-1/+1
* sata_sil24: fix kernel panic on ARM caused by unaligned access in sata_sil24Colin Tuckley2010-06-071-6/+6
* libata: kill ATA_FLAG_DISABLEDTejun Heo2010-05-181-7/+2Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sata_sil24: MSI support, disabled by defaultVivek Mahajan2009-12-031-0/+9
* sata_sil24: always set protocol override for non-ATAPI data commandsRobert Hancock2009-09-021-0/+11
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-3/+3
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* [libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø2009-03-251-9/+9
* sata_sil24: remove unused sil24_port_multiplierGrant Grundler2009-01-081-7/+0Star
* sata_sil24: configure max read request size to 4kTejun Heo2008-10-281-0/+5
* libata: make SCR access ops per-linkTejun Heo2008-09-291-6/+6
* sata_sil24: add DID for another adaptec flavorTejun Heo2008-07-041-0/+1
* sata_sil24: don't use NCQ if marvell 4140 PMP is attachedTejun Heo2008-05-191-0/+11
* libata: move link onlineness check out of softreset methodsTejun Heo2008-04-171-7/+0Star
* libata: kill dead code paths in reset pathTejun Heo2008-04-171-3/+0Star
* libata: implement PMP helpersTejun Heo2008-04-171-20/+7Star
* libata: don't use ap->ioaddr in non-SFF driversTejun Heo2008-04-171-29/+31
* libata: remove check_status from non-SFF driversTejun Heo2008-04-171-15/+2Star
* libata: replace tf_read with qc_fill_rtf for non-SFF driversTejun Heo2008-04-171-8/+0Star
* libata: drop @finish_qc from ata_qc_complete_multiple()Tejun Heo2008-04-171-10/+9Star
* libata: move PMP SCR access failure during reset to ata_eh_reset()Tejun Heo2008-04-171-1/+1
* libata: rename SFF port opsTejun Heo2008-04-171-3/+3
* libata: make reset related methods proper port operationsTejun Heo2008-04-171-5/+13
* libata: implement and use ops inheritanceTejun Heo2008-04-171-13/+7Star
* libata: implement and use SHT initializersTejun Heo2008-04-171-13/+1Star