aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ata_piix.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-23ata_piix: implement SIDPR SCR accessTejun Heo1-4/+247
2008-01-23ata_piix: convert to prepare - activate initializationTejun Heo1-42/+37
2008-01-23ata_piix: kill unused constants and flagsTejun Heo1-20/+7
2008-01-23ata_piix: separate controller IDs into separate enumTejun Heo1-16/+18
2008-01-23ata_piix: Add Toshiba Satellite R20 and Tecra M6 to broken suspend list.Peter Schwenke1-0/+14
2008-01-14ata_piix: ignore ATA_DMA_ERR on vmware ich4Tejun Heo1-0/+51
2007-12-07ata_piix: add Toshiba Tecra M4 to broken suspend listPeter Schwenke1-0/+7
2007-12-01ata_piix: add more toshiba laptops to broken suspend listPeter Schwenke1-0/+28
2007-11-23ata_piix: Invalid use of writel/readl with iomapAlan Cox1-3/+3
2007-11-19ata_piix: port enable for the first SATA controller of ICH8 is 0xf not 0x3Tejun Heo1-1/+1
2007-11-19ata_piix: only enable the first port on apple macbook proThomas Rohwer1-0/+28
2007-11-19ata_piix: reorganize controller IDsTejun Heo1-31/+31
2007-11-19ata_piix: add SATELLITE U205 to broken suspend listTejun Heo1-0/+7
2007-11-08ata_piix: add SATELLITE PRO U200 to broken suspend listYann Chachkoff1-0/+7
2007-11-05ata_piix: Add additional PCI identifier for 40 wire short cableAlan Cox1-0/+1
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