summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski2010-08-031-14/+15
* pcmcia: do not use io_req_t after call to pcmcia_request_io()Dominik Brodowski2010-08-031-4/+4
* pcmcia: remove cs_types.hDominik Brodowski2010-07-301-1/+0Star
* ata_generic: implement ATA_GEN_* flags and force enable DMA on MBP 7,1Tejun Heo2010-07-011-7/+19
* ahci,ata_generic: let ata_generic handle new MBP w/ MCP89Tejun Heo2010-07-012-0/+16
* libahci: Fix bug in storing EM messagesHarry Zhang2010-07-011-2/+3
* sata_sil24: Use memory barriers before issuing commandsCatalin Marinas2010-06-101-0/+10
* sata_sil24: memset() overflowDan Carpenter2010-06-101-1/+1
* ahci: redo stopping DMA engines on empty portsTejun Heo2010-06-071-18/+3Star
* sata_sil24: fix kernel panic on ARM caused by unaligned access in sata_sil24Colin Tuckley2010-06-071-6/+6
* sata_via: explain the magic fixTejun Heo2010-06-071-2/+16
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-06-045-8/+48
|\
| * libata: implement on-demand HPA unlockingTejun Heo2010-06-022-0/+30
| * libata: use the enlarged capacity after late HPA unlockTejun Heo2010-06-021-3/+2Star
| * libata-sff: trivial corrections to Kconfig help textStefan Richter2010-06-021-3/+3
| * sata_nv: don't diddle with nIEN on mcp55Tejun Heo2010-06-021-2/+0Star
| * sata_via: magic vt6421 fix for transmission problems w/ WD drivesTejun Heo2010-06-021-0/+13
* | powerpc/macio: Fix probing of macio devices by using the right of match tableBenjamin Herrenschmidt2010-06-021-5/+5
|/
* libata: implement dump_id force paramTejun Heo2010-05-261-0/+9
* libata: disable ATAPI AN by defaultTejun Heo2010-05-261-1/+6
* libata-sff: make BMDMA optionalTejun Heo2010-05-263-280/+325
* libata-sff: kill dummy BMDMA ops from sata_qstor and pata_octeon_cfTejun Heo2010-05-262-32/+0Star
* libata-sff: separate out BMDMA initTejun Heo2010-05-2640-66/+159
* libata-sff: separate out BMDMA irq handlerTejun Heo2010-05-2621-99/+151
* libata-sff: ata_sff_irq_clear() is BMDMA specificTejun Heo2010-05-266-36/+43
* sata_mv: drop unncessary EH callback resettingTejun Heo2010-05-261-2/+0Star
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-2254-3866/+4144
|\
| * Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-05-2053-3826/+4126
| |\
| | * libata-sff: separate out BMDMA qc_issueTejun Heo2010-05-1910-57/+79
| | * libata-sff: prd is BMDMA specificTejun Heo2010-05-197-31/+35
| | * libata-sff: ata_sff_[dumb_]qc_prep are BMDMA specificTejun Heo2010-05-198-156/+154Star
| | * libata-sff: separate out BMDMA EHTejun Heo2010-05-199-87/+100
| | * libata-sff: port_task is SFF specificTejun Heo2010-05-195-91/+61Star
| | * libata-sff: ap->[last_]ctl are SFF specificTejun Heo2010-05-192-2/+2
| | * libata-sff: rename ap->ops->drain_fifo() to sff_drain_fifo()Tejun Heo2010-05-192-4/+4
| | * libata-sff: introduce ata_sff_init/exit() and ata_sff_port_init()Tejun Heo2010-05-193-6/+50
| | * libata-sff: clean up BMDMA initializationTejun Heo2010-05-1926-165/+113Star
| | * libata-sff: clean up inheritance in several driversTejun Heo2010-05-195-10/+29
| | * libata-sff: reorder SFF/BMDMA functionsTejun Heo2010-05-181-222/+226
| | * sata_inic162x: kill PORT_PRD_ADDR initializationTejun Heo2010-05-181-2/+1Star
| | * libata: kill ATA_FLAG_DISABLEDTejun Heo2010-05-1815-346/+205Star
| | * libata-sff: kill unused prototype and make ata_dev_select() staticTejun Heo2010-05-152-4/+1Star
| | * libata-sff: update bmdma host bus error handlingTejun Heo2010-05-151-8/+12
| | * sata_mv: remove unnecessary initializationTejun Heo2010-05-151-3/+0Star
| | * sata_inic162x: inic162x is not dependent on CONFIG_ATA_SFFTejun Heo2010-05-151-6/+6
| | * pata_sch: use ata_pci_sff_init_one()Tejun Heo2010-05-151-11/+1Star
| | * pata_sil680: Do our own exec_command postingAlan Cox2010-05-151-4/+26
| | * libata: Remove excess delay in the tf_load pathAlan Cox2010-05-152-5/+0Star
| | * sata_nv: use ata_pci_sff_activate_host() instead of ata_host_activate()Tejun Heo2010-05-151-2/+1Star
| | * libata: don't flush dcache on slab pagesSebastian Andrzej Siewior2010-05-141-1/+1