summaryrefslogtreecommitdiff
path: root/drivers/ata/sata_vsc.c
Commit message (Expand)AuthorAge
* ata: update references for libata documentationMauro Carvalho Chehab2017-05-16
* ata: remove deprecated use of pci apiQuentin Lambert2015-04-08
* ata: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-13
* Drivers: ata: remove __dev* attributes.Greg Kroah-Hartman2013-01-03
* ata: use module_pci_driverAxel Lin2012-07-25
* ata: Add and use ata_print_version_onceJoe Perches2011-07-23
* ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2011-07-23
* libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov2011-03-02
* libata: remove ATA_FLAG_MMIOSergei Shtylyov2011-03-02
* tree-wide: fix comment/printk typosUwe Kleine-König2010-11-01
* libata-sff: separate out BMDMA irq handlerTejun Heo2010-05-25
* libata: kill ATA_FLAG_DISABLEDTejun Heo2010-05-17
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-07
* [libata] Improve timeout handlingAlan Cox2009-03-24
* [libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø2009-03-24
* libata: make SCR access ops per-linkTejun Heo2008-09-29
* libata: rename SFF port opsTejun Heo2008-04-17
* libata: rename SFF functionsTejun Heo2008-04-17
* libata: kill ata_chk_status()Tejun Heo2008-04-17
* libata: implement and use ops inheritanceTejun Heo2008-04-17
* libata: implement and use SHT initializersTejun Heo2008-04-17
* libata: normalize port_info, port_operations and sht tablesTejun Heo2008-04-17
* [libata] Address some checkpatch-spotted issuesJeff Garzik2007-10-29
* libata: implement and use ata_port_desc() to report port configurationTejun Heo2007-10-12
* [libata] Remove ->port_disable() hookJeff Garzik2007-10-12
* [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()Jeff Garzik2007-10-12
* libata-link: introduce ata_linkTejun Heo2007-10-12
* [libata] Bump driver versionsJeff Garzik2007-08-31
* libata: make ->scr_read/write callbacks return error codeTejun Heo2007-07-20
* [libata] Use ATA_UDMAx standard masks when filling driver's udma_mask infoJeff Garzik2007-07-09
* libata: bump versionsJeff Garzik2007-05-21
* libata: convert the remaining SATA drivers to new init modelTejun Heo2007-04-28
* [libata] bump versionsJeff Garzik2007-02-26
* sata_vsc: refactor vsc_sata_interrupt and hook up error handlingDan Williams2007-02-24
* sata_vsc: use default cache line size if non-zeroNate Dailey2007-02-15
* libata: add another IRQ calls (libata drivers)Akira Iguchi2007-02-09
* libata: convert to iomapTejun Heo2007-02-09
* libata: update libata LLDs to use devresTejun Heo2007-02-09
* [libata] sata_vsc: build fix after PCI MSI feature additionJeff Garzik2007-02-09
* [libata] sata_vsc: support PCI MSIDan Wolstenholme2007-02-09
* [libata] sata_svw, sata_vsc: kill iomem warningsJeff Garzik2006-12-20
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-05
* [libata] PCI ID table cleanup in various driversJeff Garzik2006-09-28
* libata: Grand renaming.Jeff Garzik2006-08-24
* Move libata to drivers/ata.Jeff Garzik2006-08-10