aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_sil.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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