summaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_sis.c
Commit message (Expand)AuthorAgeFilesLines
* ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz2014-05-091-1/+1
* ata: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-131-1/+0
* sata_sis: missing PM supportAlan2014-01-011-0/+4
* ata: use module_pci_driverAxel Lin2012-07-251-12/+1
* sata_sis.c: trivial spelling fixChris Dunlop2011-11-091-1/+1
* ata: Add and use ata_print_version_onceJoe Perches2011-07-231-3/+1
* ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2011-07-231-13/+11
* libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov2011-03-021-1/+1
* libata-sff: separate out BMDMA initTejun Heo2010-05-251-1/+1
* libata-sff: separate out BMDMA irq handlerTejun Heo2010-05-251-1/+1
* sata_sis: convert to slave_linkTejun Heo2009-09-081-50/+25
* [libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø2009-03-241-2/+2
* libata: make SCR access ops per-linkTejun Heo2008-09-291-12/+16
* sata_sis: SCR accessors return -EINVAL when requested SCR isn't availableTejun Heo2008-04-241-5/+7
* libata: rename SFF functionsTejun Heo2008-04-171-3/+3
* libata: implement and use ops inheritanceTejun Heo2008-04-171-21/+2
* libata: implement and use SHT initializersTejun Heo2008-04-171-15/+1
* libata: normalize port_info, port_operations and sht tablesTejun Heo2008-04-171-1/+2
* [libata] Address some checkpatch-spotted issuesJeff Garzik2007-10-291-30/+34
* [libata] sata_sis: use correct S/G table sizeJeff Garzik2007-10-191-1/+1
* sata_sis: fix SCR read breakageTejun Heo2007-10-191-5/+8
* [libata] Remove ->port_disable() hookJeff Garzik2007-10-121-1/+0
* [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()Jeff Garzik2007-10-121-1/+0
* [libata] Bump driver versionsJeff Garzik2007-08-311-1/+1
* libata: make ->scr_read/write callbacks return error codeTejun Heo2007-07-201-10/+12
* libata: simplify PCI legacy SFF host handlingTejun Heo2007-07-101-1/+1
* [libata] Use ATA_UDMAx standard masks when filling driver's udma_mask infoJeff Garzik2007-07-091-1/+1
* libata: PATA-mode fixes for sis_sataUwe Koziolek2007-07-021-20/+19
* libata: sata_sis fixesUwe Koziolek2007-05-251-1/+1
* libata: bump versionsJeff Garzik2007-05-211-1/+1
* libata: clean up SFF init messTejun Heo2007-05-111-3/+3
* libata: convert ata_pci_init_native_mode() users to new init modelTejun Heo2007-04-281-34/+16
* [PATCH] trivial ATA iomem annotationsAl Viro2007-03-141-1/+1
* [libata] Trim trailing whitespace.Jeff Garzik2007-02-261-1/+1
* SiS warning fixesAlan2007-02-211-2/+1
* libata: add another IRQ calls (libata drivers)Akira Iguchi2007-02-091-0/+2
* libata: convert to iomapTejun Heo2007-02-091-9/+13
* [libata] Shuffle DRV_xxx in core and SiS drivers, to kill warningsJeff Garzik2007-02-091-0/+1
* libata: update libata LLDs to use devresTejun Heo2007-02-091-23/+10
* fix CONFIG_SATA_SIS=y compile errorAdrian Bunk2007-02-091-3/+1
* sata_sis: Support for PATA supportsAlan2007-02-091-9/+25
* [libata] trim trailing whitespaceJeff Garzik2007-02-091-1/+1
* [PATCH] sata_sis: support SiS966/966LUwe Koziolek2007-02-091-25/+54
* [PATCH] sata_sis: slave support on SiS965Uwe Koziolek2006-12-011-5/+12
* [PATCH] sata_sis: fix flags handling for the secondary portTejun Heo2006-10-311-11/+10
* [libata] PCI ID table cleanup in various driversJeff Garzik2006-09-281-1/+1
* [libata] Use new PCI_VDEVICE() macro to dramatically shorten ID listsJeff Garzik2006-09-271-3/+3
* [libata] Fix oops introduced in non-uniform port handling fixJeff Garzik2006-09-251-3/+3
* libata: Grand renaming.Jeff Garzik2006-08-241-9/+9
* Move libata to drivers/ata.Jeff Garzik2006-08-101-0/+347