aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ata_piix.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-25libata-sff: separate out BMDMA initTejun Heo1-1/+1
2010-05-25libata-sff: separate out BMDMA irq handlerTejun Heo1-1/+1
2010-04-23Merge branch 'master' into for-nextJiri Kosina1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-16Fix typos in commentsThomas Weber1-1/+1
2010-03-01libata: implement spurious irq handling for SFF and apply it to piixTejun Heo1-5/+15
2010-03-01ata_piix: IDE Mode SATA patch for Intel Cougar Point DeviceIDsSeth Heasley1-0/+8
2010-01-12ata_piix: enable 32bit PIO on SATA piixTejun Heo1-1/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-12-03ata_piix: fix MWDMA handling on PIIX3Bartlomiej Zolnierkiewicz1-3/+3
2009-08-31ata_piix: parallel scanning on PATA needs an extra lockingBartlomiej Zolnierkiewicz1-1/+13
2009-07-28ata_piix: Add new short cable IDSteve Conklin1-0/+1
2009-07-28ata_piix: Add new laptop short cable IDsSteve Conklin1-0/+2
2009-06-10[libata] ata_piix: Enable parallel scanArjan van de Ven1-0/+1
2009-06-10ata_piix: Remove stale commentAlan Cox1-4/+2
2009-06-10ata_piix: Turn on hotplugging support for older chipsAlan Cox1-2/+2
2009-06-05ata_piix: Add HP Compaq nc6000 to the broken poweroff listVille Syrjala1-0/+9
2009-05-11ata_piix: The Sony TZ90 needs the cable type hardcodingAlan Cox1-0/+1
2009-05-11ata_piix: ICH7 does not support correct MWDMA timingsAlan Cox1-3/+14
2009-04-06ata_piix: VGN-BX297XP wants the controller power up on suspendTejun Heo1-0/+7
2009-03-24[libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø1-30/+30
2009-03-13ata_piix: add workaround for Samsung DB-P70Tejun Heo1-0/+37
2009-01-27SATA PIIX: Blacklist system that spins off disks during ACPI power offRafael J. Wysocki1-0/+34
2009-01-08libata: Add 32bit PIO supportAlan Cox1-1/+1
2009-01-08ata_piix: save, use saved and restore IOCFGTejun Heo1-15/+34
2008-12-29[libata] ata_piix: cleanup dmi strings checkingJiri Slaby1-14/+7
2008-12-09ATA: piix, fix pointer deref on suspendJiri Slaby1-1/+8
2008-12-01ata_piix: add borked Tecra M4 to broken suspend listTejun Heo1-0/+15
2008-10-31ATA: remove excess kernel-doc notationRandy Dunlap1-1/+0
2008-10-27ata: Switch all my stuff to a common addressAlan Cox1-1/+1
2008-09-29ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDsSeth Heasley1-1/+4
2008-09-29ata_piix: add Hercules EC-900 mini-notebook to ich_laptop short cable listHerton Ronaldo Krzesinski1-0/+1
2008-09-29ata_piix: drop merged SCR access and use slave_link insteadTejun Heo1-127/+40
2008-09-29libata: make SCR access ops per-linkTejun Heo1-4/+11
2008-09-13ata: duplicate variable sparse warningStephen Hemminger1-1/+1
2008-08-22ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDsSeth Heasley1-0/+8
2008-07-31ata_piix: subsys 106b:00a3 is apple ich8m tooTejun Heo1-0/+1
2008-06-18ata_piix: add TECRA M4 to broken suspend listTejun Heo1-0/+7
2008-06-04[libata] ata_piix: more acer short cable quirksColin Ian King1-0/+2
2008-05-30ata_piix: fix macbook ich8m problemsTejun Heo1-3/+4
2008-05-06ata_piix: verify SIDPR access before enabling itTejun Heo1-0/+25
2008-04-25ata_piix: add Asus Eee 701 controller to short cable listDan McGee1-0/+1
2008-04-17libata: implement and use sata_std_hardreset()Tejun Heo1-26/+1
2008-04-17libata: move generic hardreset code from sata_sff_hardreset() to sata_link_hardreset()Tejun Heo1-1/+1
2008-04-17libata: rename SFF functionsTejun Heo1-3/+3
2008-04-17ata_piix: kill ich6_sata_ahci and clean upTejun Heo1-36/+25
2008-04-17ata_piix: don't attach to ICH6M in ahci modeTejun Heo1-23/+20
2008-04-17libata: make reset related methods proper port operationsTejun Heo1-16/+5
2008-04-17libata: implement and use ops inheritanceTejun Heo1-135/+14