aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_sis.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-09ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz1-2/+2
2014-02-13ata: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-06-02ata: use pci_get_drvdata()Jingoo Han1-1/+1
2012-07-25ata: use module_pci_driverAxel Lin1-13/+1
2011-10-08pata_sis: code style cleanups for consistencyDan McGee1-19/+19
2011-10-08pata_sis: mark most const data static as wellDan McGee1-10/+10
2011-10-08pata_sis: enable MWDMA for UDMA 133 chipsetDan McGee1-8/+17
2011-10-08pata_sis: add mode_filter method for certain sis5513 chipsetsDan McGee1-1/+26
2011-10-08pata_sis: extract a sis_port_base() methodDan McGee1-18/+28
2011-07-23ata: Add and use ata_print_version_onceJoe Perches1-4/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-02libata: remove ATA_FLAG_{SRST|SATA_RESET}Sergei Shtylyov1-1/+1
2010-05-25libata-sff: separate out BMDMA initTejun Heo1-1/+1
2010-03-01libata: Pass host flags into the pci helperAlan Cox1-1/+1
2009-12-07Revert "pata_sis: Implement MWDMA for the UDMA 133 capable chips"Jeff Garzik1-69/+22
2009-12-03pata_sis: Power Management fixBartlomiej Zolnierkiewicz1-2/+19
2009-12-03pata_sis: Implement MWDMA for the UDMA 133 capable chipsAlan Cox1-22/+69
2009-03-24[libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø1-13/+19
2008-12-28[libata] Update kernel-doc comments to match source codeQinghuang Feng1-1/+0
2008-12-09pata_sis: Remove bogus cable matchAlan Cox1-1/+0
2008-10-27ata: Switch all my stuff to a common addressAlan Cox1-1/+1
2008-07-11Added Targa Visionary 1000 IDE adapter to pata_sis.cKai Krakow1-0/+1
2008-04-17libata: rename SFF functionsTejun Heo1-2/+2
2008-04-17libata: make reset related methods proper port operationsTejun Heo1-14/+1
2008-04-17libata: stop overloading port_info->private_dataTejun Heo1-5/+3
2008-04-17libata: make ata_pci_init_one() not use ops->irq_handler and pi->shtTejun Heo1-9/+1
2008-04-17libata: implement and use ops inheritanceTejun Heo1-161/+16
2008-04-17libata: implement and use SHT initializersTejun Heo1-15/+1
2008-04-17libata: PCI device should be powered up before being accessedTejun Heo1-1/+5
2008-02-03drivers/ata/: Spelling fixesJoe Perches1-2/+2
2007-11-19pata_sis.c: Add Packard Bell EasyNote K5305 to laptopsGabriel C1-0/+1
2007-10-12libata: Switch most of the remaining SFF drivers to ata_sff_port_startAlan Cox1-6/+6
2007-10-12[libata] Remove ->port_disable() hookJeff Garzik1-6/+0
2007-10-12[libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()Jeff Garzik1-6/+0
2007-10-12libata-link: linkify resetTejun Heo1-3/+4
2007-10-12libata-link: introduce ata_linkTejun Heo1-1/+1
2007-09-25pata_sis: add missing UDMA5 timing value in sis_66_set_dmamode()Tejun Heo1-1/+2
2007-08-23pata_sis: Add the FSC Amilo and friendsAlan Cox1-0/+1
2007-08-01pata_sis: fix MWDMA for <= UDMA66 chipsets and UDMA for UDMA33 chipsetsBartlomiej Zolnierkiewicz1-11/+9
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-6/+2
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-6/+2
2007-07-10pata_sis: FIFO whackAlan Cox1-0/+3
2007-07-09[libata] PATA drivers: remove ATA_FLAG_SRSTJeff Garzik1-7/+7
2007-07-02libata: PATA-mode fixes for sis_sataUwe Koziolek1-2/+44
2007-05-24pata_sis: Fix and clean up some timing setupsAlan Cox1-23/+23
2007-05-11libata: clean up SFF init messTejun Heo1-15/+14
2007-05-11libata: reimplement suspend/resume support using sdev->manage_start_stopTejun Heo1-4/+0
2007-05-01[libata reset-seq] build and merge fixesJeff Garzik1-1/+1
2007-05-01libata: add deadline support to prereset and reset methodsTejun Heo1-2/+6
2007-04-28pata_sis: Clean up using cable_detect methodsAlan Cox1-80/+29