| Commit message (Expand) | Author | Age | Files | Lines |
* | ata_piix: verify SIDPR access before enabling it | Tejun Heo | 2008-05-06 | 1 | -0/+25 |
* | ata_piix: add Asus Eee 701 controller to short cable list | Dan McGee | 2008-04-25 | 1 | -0/+1 |
* | libata: implement and use sata_std_hardreset() | Tejun Heo | 2008-04-17 | 1 | -26/+1 |
* | libata: move generic hardreset code from sata_sff_hardreset() to sata_link_ha... | Tejun Heo | 2008-04-17 | 1 | -1/+1 |
* | libata: rename SFF functions | Tejun Heo | 2008-04-17 | 1 | -3/+3 |
* | ata_piix: kill ich6_sata_ahci and clean up | Tejun Heo | 2008-04-17 | 1 | -36/+25 |
* | ata_piix: don't attach to ICH6M in ahci mode | Tejun Heo | 2008-04-17 | 1 | -23/+20 |
* | libata: make reset related methods proper port operations | Tejun Heo | 2008-04-17 | 1 | -16/+5 |
* | libata: implement and use ops inheritance | Tejun Heo | 2008-04-17 | 1 | -135/+14 |
* | libata: implement and use SHT initializers | Tejun Heo | 2008-04-17 | 1 | -15/+1 |
* | libata: normalize port_info, port_operations and sht tables | Tejun Heo | 2008-04-17 | 1 | -6/+7 |
* | PM: Introduce PM_EVENT_HIBERNATE callback state | Rafael J. Wysocki | 2008-02-23 | 1 | -1/+1 |
* | ata: fix sparse warning in ata_piix.c | Harvey Harrison | 2008-02-15 | 1 | -1/+1 |
* | ata_piix.c:piix_init_one() must be __devinit | Adrian Bunk | 2008-02-06 | 1 | -1/+2 |
* | drivers/ata/: Spelling fixes | Joe Perches | 2008-02-03 | 1 | -1/+1 |
* | ata_piix.c: make piix_merge_scr() static | Adrian Bunk | 2008-02-01 | 1 | -1/+1 |
* | ata_piix: IDE mode SATA patch for Intel ICH10 DeviceID's | Jason Gaston | 2008-02-01 | 1 | -0/+8 |
* | ata_piix: implement SIDPR SCR access | Tejun Heo | 2008-01-23 | 1 | -4/+247 |
* | ata_piix: convert to prepare - activate initialization | Tejun Heo | 2008-01-23 | 1 | -42/+37 |
* | ata_piix: kill unused constants and flags | Tejun Heo | 2008-01-23 | 1 | -20/+7 |
* | ata_piix: separate controller IDs into separate enum | Tejun Heo | 2008-01-23 | 1 | -16/+18 |
* | ata_piix: Add Toshiba Satellite R20 and Tecra M6 to broken suspend list. | Peter Schwenke | 2008-01-23 | 1 | -0/+14 |
* | ata_piix: ignore ATA_DMA_ERR on vmware ich4 | Tejun Heo | 2008-01-15 | 1 | -0/+51 |
* | ata_piix: add Toshiba Tecra M4 to broken suspend list | Peter Schwenke | 2007-12-07 | 1 | -0/+7 |
* | ata_piix: add more toshiba laptops to broken suspend list | Peter Schwenke | 2007-12-01 | 1 | -0/+28 |
* | ata_piix: Invalid use of writel/readl with iomap | Alan Cox | 2007-11-24 | 1 | -3/+3 |
* | ata_piix: port enable for the first SATA controller of ICH8 is 0xf not 0x3 | Tejun Heo | 2007-11-19 | 1 | -1/+1 |
* | ata_piix: only enable the first port on apple macbook pro | Thomas Rohwer | 2007-11-19 | 1 | -0/+28 |
* | ata_piix: reorganize controller IDs | Tejun Heo | 2007-11-19 | 1 | -31/+31 |
* | ata_piix: add SATELLITE U205 to broken suspend list | Tejun Heo | 2007-11-19 | 1 | -0/+7 |
* | ata_piix: add SATELLITE PRO U200 to broken suspend list | Yann Chachkoff | 2007-11-08 | 1 | -0/+7 |
* | ata_piix: Add additional PCI identifier for 40 wire short cable | Alan Cox | 2007-11-06 | 1 | -0/+1 |
* | [libata] checkpatch-inspired cleanups | Jeff Garzik | 2007-10-24 | 1 | -15/+14 |
* | ata_piix: SATA 2port controller port map fix | Jason Gaston | 2007-10-15 | 1 | -5/+30 |
* | more trivial signedness fixes in drivers | Al Viro | 2007-10-14 | 1 | -1/+1 |
* | [libata] ata_piix: add HP compaq laptop to short cable list | Jeff Garzik | 2007-10-12 | 1 | -0/+1 |
* | ata_piix: replace spaces with tabs | Jason Gaston | 2007-10-12 | 1 | -9/+9 |
* | [libata] ata_piix: Use more-robust form of array initialization | Jeff Garzik | 2007-10-12 | 1 | -22/+12 |
* | [libata] Remove ->port_disable() hook | Jeff Garzik | 2007-10-12 | 1 | -4/+0 |
* | [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on() | Jeff Garzik | 2007-10-12 | 1 | -3/+0 |
* | ata_piix: disallow UDMA 133 on ICH5 & ICH7 | Christian Lamparter | 2007-10-12 | 1 | -4/+4 |
* | libata-link: linkify reset | Tejun Heo | 2007-10-12 | 1 | -3/+4 |
* | drivers/firmware: const-ify DMI API and internals | Jeff Garzik | 2007-10-10 | 1 | -2/+2 |
* | ata_piix: add another TECRA M3 entry to broken suspend list | Tejun Heo | 2007-10-02 | 1 | -0/+7 |
* | [libata] ata_piix: properly terminate DMI system list | Jeff Garzik | 2007-09-01 | 1 | -1/+4 |
* | [libata] Bump driver versions | Jeff Garzik | 2007-08-31 | 1 | -1/+1 |
* | ata_piix: implement IOCFG bit18 quirk | Tejun Heo | 2007-08-31 | 1 | -0/+36 |
* | ata_piix: add Satellite U200 to broken suspend list | Tejun Heo | 2007-08-31 | 1 | -0/+7 |
* | ata_piix: IDE mode SATA patch for Intel Tolapai | Jason Gaston | 2007-08-31 | 1 | -0/+27 |
* | ata_piix: add TECRA M7 to broken suspend list | Tejun Heo | 2007-08-15 | 1 | -0/+7 |