aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_sil24.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-11scsi: libata: Switch to using ->device_configureChristoph Hellwig1-1/+1
2023-08-02ata: sata_sil24: fix parameter type of sil24_exec_polled_cmd()Sergey Shtylyov1-2/+2
2023-03-24scsi: ata: Declare SCSI host templates constBart Van Assche1-1/+1
2023-01-04ata: libata: simplify qc_fill_rtf port operation interfaceDamien Le Moal1-3/+2
2023-01-04ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EHNiklas Cassel1-1/+1
2022-01-04ata: libata: add reset tracepointsHannes Reinecke1-3/+0
2022-01-04ata: libata: Add ata_port_classify() helperHannes Reinecke1-1/+1
2021-10-16scsi: ata: Switch to attribute groupsBart Van Assche1-1/+1
2021-06-16ata: sata_sil24: Do not over-write initialise fields in 'sil24_sht'Lee Jones1-1/+4
2019-11-01ata: make qc_prep return ata_completion_errorsJiri Slaby1-2/+4
2019-08-26sata_sil24: use dma_set_mask_and_coherentChristoph Hellwig1-22/+4
2019-06-29ata: sata_sil24: Remove call to memset after dmam_alloc_coherentFuqian Huang1-1/+0
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner1-11/+1
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-3/+3
2018-05-11libata: convert core and drivers to ->hw_tag usageJens Axboe1-3/+3
2018-05-01ata: fix spelling mistake: "directon" -> "direction"Colin Ian King1-2/+2
2015-04-08ata: remove deprecated use of pci apiQuentin Lambert1-5/+5
2015-03-24libata: remove ATA_FLAG_LOWTAGTejun Heo1-1/+1
2015-02-12Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2015-01-26libata: make sata_sil24 use fifo tag allocatorShaohua Li1-0/+1
2015-01-19libata: allow sata_sil24 to opt-out of tag ordered submissionDan Williams1-1/+1
2014-07-22sata_sil24: Identify which card suffered IRQ status errorTim Small1-2/+2
2014-05-09ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz1-3/+7
2013-06-02ata: use pci_get_drvdata()Jingoo Han1-1/+1
2012-11-28sata_sil24: remove unused variable from sata_sil24.cWei Yongjun1-4/+0
2012-07-25ata: use module_pci_driverAxel Lin1-12/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-10-08sata_sil24: Use constJoe Perches1-2/+2
2011-07-23ata: Add and use ata_print_version_onceJoe Perches1-3/+1
2011-07-23ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches1-9/+8
2011-07-23ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-12/+10
2011-03-02libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov1-4/+3
2011-03-02libata: remove ATA_FLAG_MMIOSergei Shtylyov1-3/+3
2010-10-21libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo1-7/+7
2010-06-10sata_sil24: Use memory barriers before issuing commandsCatalin Marinas1-0/+10
2010-06-10sata_sil24: memset() overflowDan Carpenter1-1/+1
2010-06-07sata_sil24: fix kernel panic on ARM caused by unaligned access in sata_sil24Colin Tuckley1-6/+6
2010-05-17libata: kill ATA_FLAG_DISABLEDTejun Heo1-7/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-03sata_sil24: MSI support, disabled by defaultVivek Mahajan1-0/+9
2009-09-01sata_sil24: always set protocol override for non-ATAPI data commandsRobert Hancock1-0/+11
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-3/+3
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-03-24[libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø1-9/+9
2009-01-08sata_sil24: remove unused sil24_port_multiplierGrant Grundler1-7/+0
2008-10-27sata_sil24: configure max read request size to 4kTejun Heo1-0/+5
2008-09-29libata: make SCR access ops per-linkTejun Heo1-6/+6
2008-07-04sata_sil24: add DID for another adaptec flavorTejun Heo1-0/+1
2008-05-19sata_sil24: don't use NCQ if marvell 4140 PMP is attachedTejun Heo1-0/+11
2008-04-17libata: move link onlineness check out of softreset methodsTejun Heo1-7/+0
2008-04-17libata: kill dead code paths in reset pathTejun Heo1-3/+0
2008-04-17libata: implement PMP helpersTejun Heo1-20/+7
2008-04-17libata: don't use ap->ioaddr in non-SFF driversTejun Heo1-29/+31
2008-04-17libata: remove check_status from non-SFF driversTejun Heo1-15/+2
2008-04-17libata: replace tf_read with qc_fill_rtf for non-SFF driversTejun Heo1-8/+0
2008-04-17libata: drop @finish_qc from ata_qc_complete_multiple()Tejun Heo1-10/+9
2008-04-17libata: move PMP SCR access failure during reset to ata_eh_reset()Tejun Heo1-1/+1
2008-04-17libata: rename SFF port opsTejun Heo1-3/+3
2008-04-17libata: make reset related methods proper port operationsTejun Heo1-5/+13
2008-04-17libata: implement and use ops inheritanceTejun Heo1-13/+7
2008-04-17libata: implement and use SHT initializersTejun Heo1-13/+1
2008-04-17libata: implement and use ata_noop_irq_clear()Tejun Heo1-7/+1
2008-04-17libata: kill ATA_LFLAG_SKIP_D2H_BSYTejun Heo1-4/+0
2008-04-17libata: prefer hardresetTejun Heo1-27/+27
2008-02-19libata: eliminate the home grown dma padding in favour ofJames Bottomley1-5/+0
2008-01-23libata: convert to chained sgTejun Heo1-3/+3
2008-01-23libata: implement protocol testsTejun Heo1-20/+4
2008-01-14sata_sil24: freeze on non-dev errors reported via CERRTejun Heo1-0/+3
2008-01-14sata_sil24: fix stupid typoTejun Heo1-1/+1
2008-01-10sata_sil24: prevent hba lockup when pass-through ATA commands are usedGwendal Grignou1-11/+26
2007-11-23sata_sil24: fix sg table sizingTejun Heo1-3/+23
2007-10-30libata: stop being overjealous about non-IO commandsTejun Heo1-3/+3
2007-10-29[libata] Address some checkpatch-spotted issuesJeff Garzik1-4/+5
2007-10-18[libata] kill ata_sg_is_last()Jeff Garzik1-4/+7
2007-10-12libata: use ata_exec_internal() for PMP register accessTejun Heo1-30/+0
2007-10-12sata_sil24: implement PORT_RSTTejun Heo1-23/+70
2007-10-12sata_sil24: implement PMP supportTejun Heo1-21/+206
2007-10-12libata-pmp-prep: implement sata_async_notification()Tejun Heo1-4/+1
2007-10-12libata-pmp-prep: implement ops->qc_defer()Tejun Heo1-0/+1
2007-10-12libata: misc updates for ANTejun Heo1-2/+11
2007-10-12libata: implement and use ata_port_desc() to report port configurationTejun Heo1-2/+5
2007-10-12[libata] Remove ->port_disable() hookJeff Garzik1-2/+0
2007-10-12[libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()Jeff Garzik1-2/+0
2007-10-12libata-link: make two port flags HRST_TO_RESUME and SKIP_D2H_BSY link flagsTejun Heo1-2/+5
2007-10-12libata-link: linkify resetTejun Heo1-12/+14
2007-10-12libata-link: linkify PHY-related functionsTejun Heo1-5/+5
2007-10-12libata-link: introduce ata_linkTejun Heo1-7/+7
2007-09-25sata_sil24: fix IRQ clearing race when PCIX_IRQ_WOC is usedTejun Heo1-4/+12
2007-08-31[libata] Bump driver versionsJeff Garzik1-1/+1
2007-07-20libata: make ->scr_read/write callbacks return error codeTejun Heo1-6/+11
2007-07-20libata: improve EH report formattingTejun Heo1-6/+6
2007-07-20sata_sil24: separate out sil24_do_softreset()Tejun Heo1-3/+10
2007-07-20sata_sil24: separate out sil24_exec_polled_cmd()Tejun Heo1-20/+56
2007-07-20sata_sil24: replace sil24_update_tf() with sil24_read_tf()Tejun Heo1-9/+14
2007-07-20libata: add @is_cmd to ata_tf_to_fis()Tejun Heo1-1/+1
2007-07-09[libata] Use ATA_UDMAx standard masks when filling driver's udma_mask infoJeff Garzik1-3/+3
2007-07-09sata_sil24: sil24_interrupt() micro-optimisationMikael Pettersson1-1/+1
2007-05-21libata: bump versionsJeff Garzik1-1/+1
2007-05-16libata-acpi: add ATA_FLAG_ACPI_SATA port flagTejun Heo1-1/+2
2007-05-11libata: reimplement suspend/resume support using sdev->manage_start_stopTejun Heo1-4/+0
2007-05-01libata: add deadline support to prereset and reset methodsTejun Heo1-4/+6
2007-04-28libata: convert the remaining SATA drivers to new init modelTejun Heo1-71/+40
2007-04-28libata: improve AC_ERR_DEV handling for ->post_internal_cmdTejun Heo1-4/+1
2007-04-28libata: dev_config does not need ap and adev passingAlan1-3/+3
2007-03-19sata_sil24: Add Adaptec 1220SA PCI IDJamie Clark1-0/+1
2007-03-02libata: add missing CONFIG_PM in LLDsTejun Heo1-0/+2
2007-03-01sata_sil24: kill unused local variable idx in sil24_fill_sg()Tejun Heo1-3/+0
2007-02-26[libata] bump versionsJeff Garzik1-1/+1
2007-02-09libata: add another IRQ calls (libata drivers)Akira Iguchi1-0/+2
2007-02-09libata: convert to iomapTejun Heo1-41/+32
2007-02-09libata: update libata LLDs to use devresTejun Heo1-84/+28
2007-02-09libata: handle pci_enable_device() failure while resumingTejun Heo1-1/+4
2006-12-01[PATCH] sata_sil24: add PMP related constantsTejun Heo1-0/+5
2006-12-01[PATCH] sata_sil24: rename PMP related constantsTejun Heo1-6/+7
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-27[libata] Use new PCI_VDEVICE() macro to dramatically shorten ID listsJeff Garzik1-5/+6
2006-08-24libata: Grand renaming.Jeff Garzik1-30/+29
2006-08-24[PATCH] CONFIG_PM=n slim: drivers/scsi/sata_sil*Alexey Dobriyan1-0/+6
2006-08-10Move libata to drivers/ata.Jeff Garzik1-0/+1222