aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_sil.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-24scsi: ata: Declare SCSI host templates constBart Van Assche1-1/+1
2022-01-05ata: sata_sil: Drop pointless VPRINTK() callsHannes Reinecke1-1/+0
2019-11-01ata: make qc_prep return ata_completion_errorsJiri Slaby1-3/+5
2019-08-26libata: switch remaining drivers to use dma_set_mask_and_coherentChristoph Hellwig1-4/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner1-17/+1
2017-05-16ata: update references for libata documentationMauro Carvalho Chehab1-1/+1
2015-11-30sata_sil: disable trimMikulas Patocka1-0/+3
2015-04-08ata: remove deprecated use of pci apiQuentin Lambert1-2/+2
2014-05-09ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz1-3/+3
2014-03-31Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-1/+0
2014-02-13ata: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-02-03sata_sil: apply MOD15WRITE quirk to TOSHIBA MK2561GSYNTejun Heo1-0/+1
2013-07-02Merge branch 'libata/for-3.10-fixes' into libata/for-3.11Tejun Heo1-1/+1
2013-06-02ata: use pci_get_drvdata()Jingoo Han1-1/+1
2013-05-14libata: update "Maintained by:" tagsTejun Heo1-1/+1
2012-07-25ata: use module_pci_driverAxel Lin1-13/+1
2011-08-18[libata] sata_sil: fix used-uninit warningJeff Garzik1-1/+1
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-4/+4
2011-07-23ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-5/+4
2011-03-02libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov1-1/+1
2011-03-02libata: remove ATA_FLAG_MMIOSergei Shtylyov1-2/+1
2010-05-25libata-sff: ata_sff_irq_clear() is BMDMA specificTejun Heo1-2/+2
2010-05-19libata-sff: prd is BMDMA specificTejun Heo1-3/+3
2010-05-17libata: kill ATA_FLAG_DISABLEDTejun Heo1-3/+0
2009-09-01[libata] sata_sil: disable DMA engine in sil_freeze()Jeff Garzik1-0/+13
2009-07-28libata: remove superfluous NULL pointer checksBartlomiej Zolnierkiewicz1-1/+1
2009-06-10sata_sil: enable 32-bit PIORobert Hancock1-1/+1
2009-03-24[libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø1-8/+8
2009-02-02[libata] sata_sil: Fix compilation error with libata debugging enabledPasi Kärkkäinen1-1/+1
2009-01-29sata_sil: Fix build breakageAlexander Beregalov1-0/+1
2009-01-27SATA Sil: Blacklist system that spins off disks during ACPI power offRafael J. Wysocki1-1/+35
2008-12-29sata_sil: add Large Block Transfer supportRobert Hancock1-2/+94
2008-12-28libata: beef up iteratorsTejun Heo1-1/+1
2008-09-29libata: make SCR access ops per-linkTejun Heo1-8/+8
2008-04-17libata: rename SFF port opsTejun Heo1-3/+3
2008-04-17libata: rename SFF functionsTejun Heo1-4/+4
2008-04-17libata: kill ata_chk_status()Tejun Heo1-3/+3
2008-04-17libata: implement and use ops inheritanceTejun Heo1-19/+2
2008-04-17libata: implement and use SHT initializersTejun Heo1-15/+1
2008-04-17libata: normalize port_info, port_operations and sht tablesTejun Heo1-1/+2
2008-04-17libata: kill ATA_LFLAG_HRST_TO_RESUMETejun Heo1-5/+0
2008-01-23libata: implement protocol testsTejun Heo1-6/+4
2007-12-17libata: clear link->eh_info.serror from ata_std_postreset()Tejun Heo1-10/+1
2007-12-17sata_sil: fix spurious IRQ handlingTejun Heo1-12/+17
2007-10-29[libata] Address some checkpatch-spotted issuesJeff Garzik1-5/+6
2007-10-12libata: implement and use ata_port_desc() to report port configurationTejun Heo1-1/+5
2007-10-12[libata] Remove ->port_disable() hookJeff Garzik1-1/+0
2007-10-12[libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()Jeff Garzik1-1/+0
2007-10-12libata-link: make two port flags HRST_TO_RESUME and SKIP_D2H_BSY link flagsTejun Heo1-1/+6
2007-10-12libata-link: linkify config/EH related functionsTejun Heo1-8/+8
2007-10-12libata-link: implement and use link/device iteratorsTejun Heo1-7/+5
2007-10-12libata-link: introduce ata_linkTejun Heo1-7/+7
2007-08-31[libata] Bump driver versionsJeff Garzik1-1/+1
2007-07-20libata: make ->scr_read/write callbacks return error codeTejun Heo1-9/+16
2007-07-09[libata] Use ATA_UDMAx standard masks when filling driver's udma_mask infoJeff Garzik1-4/+4
2007-07-09[libata] sata_sil: register table cleanupJeff Garzik1-2/+3
2007-05-21libata: Trim trailing whitespaceJeff Garzik1-1/+1
2007-05-11libata: reimplement suspend/resume support using sdev->manage_start_stopTejun Heo1-4/+0
2007-04-28libata: convert the remaining SATA drivers to new init modelTejun Heo1-52/+37
2007-04-28sata_sil: First step to removing ->post_set_modeAlan Cox1-4/+19
2007-04-28libata: dev_config does not need ap and adev passingAlan1-3/+3
2007-03-02libata: add missing CONFIG_PM in LLDsTejun Heo1-0/+2
2007-02-26[libata] bump versionsJeff Garzik1-1/+1
2007-02-24sata_sil: ignore and clear spurious IRQs while executing commands by pollingTejun Heo1-1/+7
2007-02-21SATA: use NULL for ptrsRandy Dunlap1-1/+1
2007-02-09libata: add another IRQ calls (libata drivers)Akira Iguchi1-0/+2
2007-02-09libata: convert to iomapTejun Heo1-24/+22
2007-02-09libata: update libata LLDs to use devresTejun Heo1-31/+16
2007-02-09libata: handle pci_enable_device() failure while resumingTejun Heo1-1/+5
2007-02-09libata: straighten out ATA_ID_* constantsTejun Heo1-2/+2
2006-12-03[PATCH] libata: move BMDMA host status recording from EH to interrupt handlerTejun Heo1-0/+5
2006-12-01[PATCH] libata: implement ATA_EHI_PRINTINFOTejun Heo1-4/+7
2006-10-10[PATCH] misc sata __iomem annotationsAl Viro1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-4/+2
2006-09-27[libata] Use new PCI_VDEVICE() macro to dramatically shorten ID listsJeff Garzik1-7/+8
2006-08-24libata: Grand renaming.Jeff Garzik1-24/+23
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/+723