aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* ata: fix obviously wrong commentVegard Nossum2009-04-131-3/+1
* ahci: force CAP_NCQ for earlier NV MCPsTejun Heo2009-04-131-24/+33
* [libata] sata_via: kill uninit'd var warningJeff Garzik2009-04-131-1/+1
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-04-074-215/+302
|\
| * sata_mv: shorten register namesMark Lord2009-04-061-211/+211
| * sata_mv: workaround errata SATA#13Mark Lord2009-04-061-1/+19
| * sata_mv: cosmetic renamesMark Lord2009-04-061-17/+18
| * sata_mv: workaround errata SATA#26Mark Lord2009-04-061-1/+19
| * sata_mv: workaround errata PCI#7Mark Lord2009-04-061-4/+23
| * sata_mv: replace 0x1f with ATA_PIO4 (v2)Mark Lord2009-04-061-8/+8
| * sata_mv: fix irq mask racesMark Lord2009-04-061-0/+9
| * sata_mv: revert SoC irq breakageMark Lord2009-04-061-4/+6
| * libata: ahci enclosure management bios workaroundDavid Milburn2009-04-061-2/+15
| * ata_piix: VGN-BX297XP wants the controller power up on suspendTejun Heo2009-04-061-0/+7
| * libata: Remove some redundant casts from pata_octeon_cf.cDavid Daney2009-04-061-3/+3
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-079-21/+21
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-074-8/+8
|/
* trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante2009-03-301-1/+1
* Merge branch 'origin' into develRussell King2009-03-2876-542/+1316
|\
| * [libata] Improve timeout handlingAlan Cox2009-03-249-5/+83
| * [libata] Drain data on errorsAlan Cox2009-03-242-3/+76
| * pata_sc1200: Activate secondary channelAlan Cox2009-03-241-2/+27
| * pata_artop: Serializing supportAlan Cox2009-03-241-6/+27
| * [libata] ahci: correct enclosure LED state saveDavid Milburn2009-03-241-1/+1
| * [libata] More robust parsing for IDENTIFY DEVICE multi_count fieldMark Lord2009-03-241-2/+11
| * sata_mv: fix LED blinking for SoC+NCQMark Lord2009-03-241-0/+68
| * sata_mv: optimize IRQ coalescing for 8-port chipsMark Lord2009-03-241-14/+18
| * sata_mv: implement IRQ coalescing (v2)Mark Lord2009-03-241-8/+135
| * sata_mv: cosmetic preparations for IRQ coalescingMark Lord2009-03-241-35/+27
| * pata-rb532-cf: platform_get_irq() fix ignored failureFlorian Fainelli2009-03-241-1/+1
| * pata_efar: fix *dma_maskErik Inge Bolsø2009-03-241-2/+2
| * pata_radisys: fix mwdma_mask to exclude mwdma0Erik Inge Bolsø2009-03-241-1/+1
| * [libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø2009-03-2471-331/+339
| * ahci: Blacklist HP Compaq 6720s that spins off disks during ACPI power offMaciej Rutecki2009-03-241-0/+9
| * [libata] sata_mv: Implement direct FIS transmission via mv_qc_issue_fis().Mark Lord2009-03-241-0/+116
| * [libata] Export ata_pio_queue_task() so that it can be used from sata_mv.Mark Lord2009-03-242-2/+1
| * [libata] sata_mv: Add a new mv_sff_check_status() function to sata_mv.Mark Lord2009-03-241-1/+36
| * [libata] sata_mv: Tighten up interrupt masking in mv_qc_issue()Mark Lord2009-03-241-13/+21
| * [libata] sata_mv: Enable use of (basic) DMA for ATAPI on GEN_IIE chipsMark Lord2009-03-241-24/+28
| * [libata] sata_mv: cache frequently-accessed registersMark Lord2009-03-241-21/+70
| * ahci: drop intx manipulation on msi enableTejun Heo2009-03-241-2/+2
| * pata-rb532-cf: drop custom freeze and thawPhil Sutter2009-03-241-19/+1
| * pata-rb532-cf: use ata_sff_data_xfer32()Phil Sutter2009-03-241-20/+1
| * pata-rb532-cf: use ata_sff_exec_command()Phil Sutter2009-03-241-8/+0
| * pata-rb532-cf: replace rb532_pata_finish_io()Phil Sutter2009-03-241-13/+2
| * sata_mv: remove leftoversMark Lord2009-03-241-2/+0
| * sata_mv: optimize use of mv_edma_cfgMark Lord2009-03-241-3/+6
| * sata_mv: introduce support for ATAPI devicesMark Lord2009-03-241-4/+186
| * sata_mv: mv_fill_sg fixes v2Mark Lord2009-03-241-1/+3
| * sata_mv: update ata_qc_from_tagMark Lord2009-03-241-0/+6