aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ata_piix.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-23[libata] checkpatch-inspired cleanupsJeff Garzik1-15/+14
2007-10-15ata_piix: SATA 2port controller port map fixJason Gaston1-5/+30
2007-10-14more trivial signedness fixes in driversAl Viro1-1/+1
2007-10-12[libata] ata_piix: add HP compaq laptop to short cable listJeff Garzik1-0/+1
2007-10-12ata_piix: replace spaces with tabsJason Gaston1-9/+9
2007-10-12[libata] ata_piix: Use more-robust form of array initializationJeff Garzik1-22/+12
2007-10-12[libata] Remove ->port_disable() hookJeff Garzik1-4/+0
2007-10-12[libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()Jeff Garzik1-3/+0
2007-10-12ata_piix: disallow UDMA 133 on ICH5 & ICH7Christian Lamparter1-4/+4
2007-10-12libata-link: linkify resetTejun Heo1-3/+4
2007-10-09drivers/firmware: const-ify DMI API and internalsJeff Garzik1-2/+2
2007-10-02ata_piix: add another TECRA M3 entry to broken suspend listTejun Heo1-0/+7
2007-09-01[libata] ata_piix: properly terminate DMI system listJeff Garzik1-1/+4
2007-08-31[libata] Bump driver versionsJeff Garzik1-1/+1
2007-08-31ata_piix: implement IOCFG bit18 quirkTejun Heo1-0/+36
2007-08-31ata_piix: add Satellite U200 to broken suspend listTejun Heo1-0/+7
2007-08-31ata_piix: IDE mode SATA patch for Intel TolapaiJason Gaston1-0/+27
2007-08-15ata_piix: add TECRA M7 to broken suspend listTejun Heo1-0/+7
2007-08-15ata_piix: update map 10b for ich8mTejun Heo1-1/+1
2007-08-01ata_piix: add Tecra M3 to broken suspend blacklistTejun Heo1-0/+8
2007-08-01ata_piix: implement piix_borken_suspend()Tejun Heo1-30/+30
2007-08-01pci: rename __pci_reenable_device() to pci_reenable_device()Tejun Heo1-3/+3
2007-07-24ata_piix: fix suspend/resume for some TOSHIBA laptopsTejun Heo1-2/+111
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-4/+2
2007-07-12ata_piix: kill incorrect invalid map value warningTejun Heo1-1/+1
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-4/+2
2007-07-09[libata] Use ATA_UDMAx standard masks when filling driver's udma_mask infoJeff Garzik1-5/+5
2007-07-09Add a PCI ID for santa rosa's PATA controller.Christian Lamparter1-0/+2
2007-07-09ata_piix: fix pio/mwdma programmingTejun Heo1-6/+17
2007-05-24ata_piix: add short 40c quirk for Acer Aspire 2030, take #2Tejun Heo1-0/+1
2007-05-21ata_piix: clean upAlan Cox1-8/+1
2007-05-11libata: clean up SFF init messTejun Heo1-2/+2
2007-05-11libata: reimplement suspend/resume support using sdev->manage_start_stopTejun Heo1-4/+0
2007-05-01libata: add deadline support to prereset and reset methodsTejun Heo1-3/+3
2007-04-28pata: cable methodsAlan Cox1-45/+10
2007-04-28Add notation that the Asus W5F laptop has a short cable instead of 80-wire.Robin H\. Johnson1-0/+1
2007-03-09ata_piix: Remove ugly layering violationAlan Cox1-8/+3
2007-03-02libata: add missing CONFIG_PM in LLDsTejun Heo1-0/+4
2007-02-26[libata] bump versionsJeff Garzik1-1/+1
2007-02-23[libata] ata_piix: remove duplicate PCI IDsJeff Garzik1-2/+0
2007-02-09libata: kill ATA_ENABLE_PATAJeff Garzik1-2/+0
2007-02-09libata: add another IRQ calls (libata drivers)Akira Iguchi1-0/+6
2007-02-09libata: convert to iomapTejun Heo1-3/+3
2007-02-09libata: update libata LLDs to use devresTejun Heo1-17/+2
2007-02-09libata piix3 support warning fixAndrew Morton1-1/+1
2007-02-09libata: PIIX3 supportAlan1-3/+15
2007-02-09ata_piix: add ICH7 on Acer 3682WLMi to laptop listJ J1-0/+1
2007-02-09[libata] trim trailing whitespaceJeff Garzik1-1/+1
2006-12-16[PATCH] ata_piix: use piix_host_stop() in ich_pata_opsTejun Heo1-1/+1
2006-12-16[PATCH] ata_piix: IDE mode SATA patch for Intel ICH9Jason Gaston1-4/+16