| Commit message (Expand) | Author | Age | Files | Lines |
* | Drivers: ata: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-04 | 1 | -9/+8 |
* | ata_piix: re-order code and remove prototypes | Bartlomiej Zolnierkiewicz | 2012-12-03 | 1 | -221/+198 |
* | ata_piix: reenable MS Virtual PC guests | Olaf Hering | 2012-11-28 | 1 | -3/+22 |
* | ata_piix: Add Device IDs for Intel Lynx Point-LP PCH | James Ralston | 2012-08-17 | 1 | -0/+8 |
* | ata_piix: defer disks to the Hyper-V drivers by default | Andy Whitcroft | 2012-05-07 | 1 | -0/+36 |
* | ata_piix: IDE-mode SATA patch for Intel DH89xxCC DeviceIDs | Seth Heasley | 2012-04-12 | 1 | -0/+2 |
* | ata_piix: IDE-mode SATA patch for Intel Lynx Point DeviceIDs | Seth Heasley | 2012-03-13 | 1 | -0/+8 |
* | [libata] ata_piix: Add Toshiba Satellite Pro A120 to the quirks list | Benjamin Larsson | 2012-01-18 | 1 | -0/+7 |
* | ata_piix: unify code for programming PIO and MWDMA timings | Bartlomiej Zolnierkiewicz | 2011-10-14 | 1 | -73/+38 |
* | ata_piix: SITRE handling fix | Bartlomiej Zolnierkiewicz | 2011-10-14 | 1 | -2/+3 |
* | ata_piix: make DVD Drive recognisable on systems with Intel Sandybridge chips... | Ming Lei | 2011-10-08 | 1 | -5/+32 |
* | ata: Add and use ata_print_version_once | Joe Perches | 2011-07-23 | 1 | -4/+1 |
* | ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>( | Joe Perches | 2011-07-23 | 1 | -19/+20 |
* | ata_piix: IDE-mode SATA patch for Intel Panther Point DeviceIDs | Seth Heasley | 2011-04-24 | 1 | -0/+8 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -5/+5 |
* | [libata] trivial: trim trailing whitespace for drivers/ata/*.[ch] | Jeff Garzik | 2011-03-02 | 1 | -1/+1 |
* | ata_piix: Add device ID for ICH4-L | Ben Hutchings | 2010-10-22 | 1 | -0/+2 |
* | ata_piix: remove SIDPR locking | Tejun Heo | 2010-10-22 | 1 | -8/+0 |
* | ata_piix: implement LPM support | Tejun Heo | 2010-10-22 | 1 | -1/+23 |
* | ata_piix: IDE Mode SATA patch for Intel Patsburg DeviceIDs | Seth Heasley | 2010-09-10 | 1 | -0/+4 |
* | ata_piix: fix locking around SIDPR access | Tejun Heo | 2010-08-02 | 1 | -0/+8 |
* | libata-sff: separate out BMDMA init | Tejun Heo | 2010-05-26 | 1 | -1/+1 |
* | libata-sff: separate out BMDMA irq handler | Tejun Heo | 2010-05-26 | 1 | -1/+1 |
* | Merge branch 'master' into for-next | Jiri Kosina | 2010-04-23 | 1 | -0/+1 |
|\ |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | | Fix typos in comments | Thomas Weber | 2010-03-16 | 1 | -1/+1 |
|/ |
|
* | libata: implement spurious irq handling for SFF and apply it to piix | Tejun Heo | 2010-03-01 | 1 | -5/+15 |
* | ata_piix: IDE Mode SATA patch for Intel Cougar Point DeviceIDs | Seth Heasley | 2010-03-01 | 1 | -0/+8 |
* | ata_piix: enable 32bit PIO on SATA piix | Tejun Heo | 2010-01-12 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-10 | 1 | -1/+1 |
|\ |
|
| * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -1/+1 |
* | | ata_piix: fix MWDMA handling on PIIX3 | Bartlomiej Zolnierkiewicz | 2009-12-03 | 1 | -3/+3 |
|/ |
|
* | ata_piix: parallel scanning on PATA needs an extra locking | Bartlomiej Zolnierkiewicz | 2009-09-01 | 1 | -1/+13 |
* | ata_piix: Add new short cable ID | Steve Conklin | 2009-07-29 | 1 | -0/+1 |
* | ata_piix: Add new laptop short cable IDs | Steve Conklin | 2009-07-29 | 1 | -0/+2 |
* | [libata] ata_piix: Enable parallel scan | Arjan van de Ven | 2009-06-10 | 1 | -0/+1 |
* | ata_piix: Remove stale comment | Alan Cox | 2009-06-10 | 1 | -4/+2 |
* | ata_piix: Turn on hotplugging support for older chips | Alan Cox | 2009-06-10 | 1 | -2/+2 |
* | ata_piix: Add HP Compaq nc6000 to the broken poweroff list | Ville Syrjala | 2009-06-05 | 1 | -0/+9 |
* | ata_piix: The Sony TZ90 needs the cable type hardcoding | Alan Cox | 2009-05-11 | 1 | -0/+1 |
* | ata_piix: ICH7 does not support correct MWDMA timings | Alan Cox | 2009-05-11 | 1 | -3/+14 |
* | ata_piix: VGN-BX297XP wants the controller power up on suspend | Tejun Heo | 2009-04-07 | 1 | -0/+7 |
* | [libata] convert drivers to use ata.h mode mask defines | Erik Inge Bolsø | 2009-03-25 | 1 | -30/+30 |
* | ata_piix: add workaround for Samsung DB-P70 | Tejun Heo | 2009-03-13 | 1 | -0/+37 |
* | SATA PIIX: Blacklist system that spins off disks during ACPI power off | Rafael J. Wysocki | 2009-01-27 | 1 | -0/+34 |
* | libata: Add 32bit PIO support | Alan Cox | 2009-01-08 | 1 | -1/+1 |
* | ata_piix: save, use saved and restore IOCFG | Tejun Heo | 2009-01-08 | 1 | -15/+34 |
* | [libata] ata_piix: cleanup dmi strings checking | Jiri Slaby | 2008-12-29 | 1 | -14/+7 |
* | ATA: piix, fix pointer deref on suspend | Jiri Slaby | 2008-12-09 | 1 | -1/+8 |
* | ata_piix: add borked Tecra M4 to broken suspend list | Tejun Heo | 2008-12-01 | 1 | -0/+15 |