summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2011-03-31ahci: AHCI mode SATA patch for Intel Patsburg SATA RAID controllerSeth Heasley1-0/+1
2011-03-31ahci: AHCI mode SATA patch for Intel DH89xxCC DeviceIDsSeth Heasley1-0/+1
2011-03-31ahci: AHCI and RAID mode SATA patch for Intel Patsburg DeviceIDsSeth Heasley1-0/+3
2011-03-31libata: no special completion processing for EH commandsTejun Heo1-9/+15
2011-03-31pata_mpc52xx: inherit from ata_bmdma_port_opsTejun Heo1-1/+1
2011-02-06libata-sff: fix HSM_ST_ERR handling in __ata_sff_port_intr()Tejun Heo1-4/+3
2010-12-14libata: fix NULL sdev dereference race in atapi_qc_complete()Tejun Heo1-1/+4
2010-12-14sata_via: apply magic FIFO fix to vt6420 tooTejun Heo1-4/+5
2010-11-22libahci: fix result_tf handling after an ATA PIO data-in commandTejun Heo2-3/+16
2010-10-28ahci: fix module refcount breakage introduced by libahci splitTejun Heo4-14/+24
2010-09-20ahci: fix hang on failed softresetTejun Heo1-1/+1
2010-09-20libata,pata_via: revert ata_wait_idle() removal from ata_sff/via_tf_load()Tejun Heo2-0/+5
2010-09-20libata: skip EH autopsy and recovery during suspendTejun Heo2-1/+17
2010-09-20pata_cmd64x: revert commit d62f5576Tejun Heo1-6/+0
2010-09-20sata_mv: fix broken DSM/TRIM support (v2)Mark Lord1-7/+37
2010-09-20libata-sff: remove harmful BUG_ON from ata_bmdma_qc_issueMark Lord1-4/+0
2010-08-13ata_piix: fix locking around SIDPR accessTejun Heo1-0/+8
2010-07-01ata_generic: implement ATA_GEN_* flags and force enable DMA on MBP 7,1Tejun Heo1-7/+19
2010-07-01ahci,ata_generic: let ata_generic handle new MBP w/ MCP89Tejun Heo2-0/+16
2010-07-01libahci: Fix bug in storing EM messagesHarry Zhang1-2/+3
2010-06-10sata_sil24: Use memory barriers before issuing commandsCatalin Marinas1-0/+10
2010-06-10sata_sil24: memset() overflowDan Carpenter1-1/+1
2010-06-07ahci: redo stopping DMA engines on empty portsTejun Heo1-18/+3
2010-06-07sata_sil24: fix kernel panic on ARM caused by unaligned access in sata_sil24Colin Tuckley1-6/+6
2010-06-07sata_via: explain the magic fixTejun Heo1-2/+16
2010-06-03Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-8/+48
2010-06-02libata: implement on-demand HPA unlockingTejun Heo2-0/+30
2010-06-02libata: use the enlarged capacity after late HPA unlockTejun Heo1-3/+2
2010-06-02libata-sff: trivial corrections to Kconfig help textStefan Richter1-3/+3
2010-06-02sata_nv: don't diddle with nIEN on mcp55Tejun Heo1-2/+0
2010-06-02sata_via: magic vt6421 fix for transmission problems w/ WD drivesTejun Heo1-0/+13
2010-06-02powerpc/macio: Fix probing of macio devices by using the right of match tableBenjamin Herrenschmidt1-5/+5
2010-05-25libata: implement dump_id force paramTejun Heo1-0/+9
2010-05-25libata: disable ATAPI AN by defaultTejun Heo1-1/+6
2010-05-25libata-sff: make BMDMA optionalTejun Heo3-280/+325
2010-05-25libata-sff: kill dummy BMDMA ops from sata_qstor and pata_octeon_cfTejun Heo2-32/+0
2010-05-25libata-sff: separate out BMDMA initTejun Heo40-66/+159
2010-05-25libata-sff: separate out BMDMA irq handlerTejun Heo21-99/+151
2010-05-25libata-sff: ata_sff_irq_clear() is BMDMA specificTejun Heo6-36/+43
2010-05-25sata_mv: drop unncessary EH callback resettingTejun Heo1-2/+0
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely54-3866/+4144
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely3-7/+11
2010-05-20Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds53-3826/+4126
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2010-05-19libata-sff: separate out BMDMA qc_issueTejun Heo10-57/+79
2010-05-19libata-sff: prd is BMDMA specificTejun Heo7-31/+35
2010-05-19libata-sff: ata_sff_[dumb_]qc_prep are BMDMA specificTejun Heo8-156/+154
2010-05-19libata-sff: separate out BMDMA EHTejun Heo9-87/+100
2010-05-19libata-sff: port_task is SFF specificTejun Heo5-91/+61
2010-05-19libata-sff: ap->[last_]ctl are SFF specificTejun Heo2-2/+2