summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2011-03-21ahci: AHCI mode SATA patch for Intel Patsburg SATA RAID controllerSeth Heasley1-0/+1
2011-03-21ahci: AHCI mode SATA patch for Intel DH89xxCC DeviceIDsSeth Heasley1-0/+1
2011-03-21ahci: AHCI and RAID mode SATA patch for Intel Patsburg DeviceIDsSeth Heasley1-0/+3
2011-03-21libata: no special completion processing for EH commandsTejun Heo1-9/+15
2011-03-21pata_mpc52xx: inherit from ata_bmdma_port_opsTejun Heo1-1/+1
2011-03-21libata: fix NULL sdev dereference race in atapi_qc_complete()Tejun Heo1-1/+4
2010-08-02ahci,ata_generic: let ata_generic handle new MBP w/ MCP89Tejun Heo2-0/+16
2010-07-05sata_via: magic vt6421 fix for transmission problems w/ WD drivesTejun Heo1-0/+13
2010-07-05sata_nv: don't diddle with nIEN on mcp55Tejun Heo1-2/+0
2010-07-05sata_nv: use ata_pci_sff_activate_host() instead of ata_host_activate()Tejun Heo1-2/+1
2010-07-05libata: don't flush dcache on slab pagesSebastian Andrzej Siewior1-1/+1
2010-07-05libata: disable ATAPI AN by defaultTejun Heo1-1/+6
2010-05-12libata: ensure NCQ error result taskfile is fully initialized before returnin...Jeff Garzik1-0/+1
2010-05-12libata: fix locking around blk_abort_request()Tejun Heo1-0/+4
2010-04-26ahci: AHCI and RAID mode SATA patch for Intel Cougar Point DeviceIDsSeth Heasley1-0/+6
2010-04-26ata_piix: IDE Mode SATA patch for Intel Cougar Point DeviceIDsSeth Heasley1-0/+8
2010-04-26libata: disable NCQ on Crucial C300 SSDTejun Heo1-0/+3
2010-04-26pata_via: Add VIA VX900 supportJosephChan@via.com.tw1-0/+1
2010-04-01pata_via: fix VT6410/6415/6330 detection issueJosephChan@via.com.tw1-0/+4
2010-04-01ahci: use BIOS date in broken_suspend listTejun Heo1-8/+20
2010-03-15pata_hpt3x2n: always stretch UltraDMA timingSergei Shtylyov1-10/+10
2010-03-15ahci: disable FPDMA auto-activate optimization on NVIDIA AHCIRobert Hancock1-2/+10
2010-02-04[libata] Call flush_dcache_page after PIO data transfers in libata-sff.cCatalin Marinas1-0/+3
2010-02-04ahci: add Acer G725 to broken suspend listTejun Heo1-0/+15
2010-02-04libata-scsi passthru: fix bug which truncated LBA48 return valuesDouglas Gilbert1-1/+1
2010-01-20libata: retry FS IOs even if it has failed with AC_ERR_INVALIDTejun Heo1-2/+3
2010-01-12libata: retry link resume if necessaryTejun Heo1-7/+31
2010-01-12ata_piix: enable 32bit PIO on SATA piixTejun Heo1-1/+1
2010-01-12sata_promise: don't classify overruns as HSM errorsMikael Pettersson1-1/+1
2009-12-24Merge branch 'misc-2.6.33' into releaseLen Brown1-1/+0
2009-12-24ACPI: do not select ACPI_DOCK from ATA_ACPICarlos R. Mafra1-1/+0
2009-12-21pata_bf54x: handle portmuxing of pins through GPIO PORTsSonic Zhang1-0/+19
2009-12-20pata_cmd64x: fix overclocking of UDMA0-2 modesBartlomiej Zolnierkiewicz1-1/+1
2009-12-20Revert "pata_cmd64x: implement serialization as per notes"Jeff Garzik1-108/+8
2009-12-19Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-51/+163
2009-12-17sata_mv: remove pointless NULL testJeff Garzik1-1/+1
2009-12-17pata_hpt3x2n: fix clock turnaroundSergei Shtylyov1-29/+35
2009-12-17libata: fix reporting of drained bytes when clearing DRQRobert Hancock1-1/+1
2009-12-17sata_mv: add power management support for the PCI controllers.Saeed Bishara1-0/+29
2009-12-17sata_mv: store the board_idx into the host private dataSaeed Bishara1-6/+8
2009-12-17pata_octeon_cf: use resource_size(), to fix resource sizing bugH Hartley Sweeten1-1/+1
2009-12-17libata: use the WRITE_SAME_16 defineChristoph Hellwig1-1/+1
2009-12-17sata_mv: move the PCI bar description initialization codeSaeed Bishara1-9/+10
2009-12-17sata_mv: add power management support for the platform driverSaeed Bishara1-0/+43
2009-12-17sata_mv: support clkdev frameworkSaeed Bishara1-3/+34
2009-12-17sata_mv: increase PIO IORDY timeoutSaeed Bishara1-1/+1
2009-12-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds3-0/+1438
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-8/+8
2009-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-2/+7
2009-12-09Merge commit 'origin/master' into nextBenjamin Herrenschmidt35-305/+853