summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* [libata] fix build error on drivers/ata/pata_legacy.cZhenwen Xu2009-04-181-6/+7
* pata_via: Cache and rewrite the device bitAlan Cox2009-04-181-7/+67
* sata_mv: workaround for multi_count errata sata24Mark Lord2009-04-181-2/+42
* sata_mv: tidy up qc->tf usage in qc_prep() functionsMark Lord2009-04-181-10/+8Star
* ata: Report 16/32bit PIO as best we canAlan Cox2009-04-164-18/+76
* libata: use ATA_ID_CFA_*Sergei Shtylyov2009-04-161-3/+4
* pata_legacy: fix no device fail pathTejun Heo2009-04-161-0/+1
* pata_hpt37x: fix HPT370 DMA timeoutsSergei Shtylyov2009-04-161-20/+2Star
* libata: handle SEMB signature betterTejun Heo2009-04-161-2/+16
* ata: fix obviously wrong commentVegard Nossum2009-04-131-3/+1Star
* 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-071-211/+211
| * sata_mv: workaround errata SATA#13Mark Lord2009-04-071-1/+19
| * sata_mv: cosmetic renamesMark Lord2009-04-071-17/+18
| * sata_mv: workaround errata SATA#26Mark Lord2009-04-071-1/+19
| * sata_mv: workaround errata PCI#7Mark Lord2009-04-071-4/+23
| * sata_mv: replace 0x1f with ATA_PIO4 (v2)Mark Lord2009-04-071-8/+8
| * sata_mv: fix irq mask racesMark Lord2009-04-071-0/+9
| * sata_mv: revert SoC irq breakageMark Lord2009-04-071-4/+6
| * libata: ahci enclosure management bios workaroundDavid Milburn2009-04-071-2/+15
| * ata_piix: VGN-BX297XP wants the controller power up on suspendTejun Heo2009-04-071-0/+7
| * libata: Remove some redundant casts from pata_octeon_cf.cDavid Daney2009-04-071-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-259-5/+83
| * [libata] Drain data on errorsAlan Cox2009-03-252-3/+76
| * pata_sc1200: Activate secondary channelAlan Cox2009-03-251-2/+27
| * pata_artop: Serializing supportAlan Cox2009-03-251-6/+27
| * [libata] ahci: correct enclosure LED state saveDavid Milburn2009-03-251-1/+1
| * [libata] More robust parsing for IDENTIFY DEVICE multi_count fieldMark Lord2009-03-251-2/+11
| * sata_mv: fix LED blinking for SoC+NCQMark Lord2009-03-251-0/+68
| * sata_mv: optimize IRQ coalescing for 8-port chipsMark Lord2009-03-251-14/+18
| * sata_mv: implement IRQ coalescing (v2)Mark Lord2009-03-251-8/+135
| * sata_mv: cosmetic preparations for IRQ coalescingMark Lord2009-03-251-35/+27Star
| * pata-rb532-cf: platform_get_irq() fix ignored failureFlorian Fainelli2009-03-251-1/+1
| * pata_efar: fix *dma_maskErik Inge Bolsø2009-03-251-2/+2
| * pata_radisys: fix mwdma_mask to exclude mwdma0Erik Inge Bolsø2009-03-251-1/+1
| * [libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø2009-03-2571-331/+339
| * ahci: Blacklist HP Compaq 6720s that spins off disks during ACPI power offMaciej Rutecki2009-03-251-0/+9
| * [libata] sata_mv: Implement direct FIS transmission via mv_qc_issue_fis().Mark Lord2009-03-251-0/+116
| * [libata] Export ata_pio_queue_task() so that it can be used from sata_mv.Mark Lord2009-03-252-2/+1Star
| * [libata] sata_mv: Add a new mv_sff_check_status() function to sata_mv.Mark Lord2009-03-251-1/+36
| * [libata] sata_mv: Tighten up interrupt masking in mv_qc_issue()Mark Lord2009-03-251-13/+21
| * [libata] sata_mv: Enable use of (basic) DMA for ATAPI on GEN_IIE chipsMark Lord2009-03-251-24/+28
| * [libata] sata_mv: cache frequently-accessed registersMark Lord2009-03-251-21/+70
| * ahci: drop intx manipulation on msi enableTejun Heo2009-03-251-2/+2