aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)Author
2010-07-01ata_generic: implement ATA_GEN_* flags and force enable DMA on MBP 7,1Tejun Heo
2010-07-01ahci,ata_generic: let ata_generic handle new MBP w/ MCP89Tejun Heo
2010-07-01libahci: Fix bug in storing EM messagesHarry Zhang
2010-06-10sata_sil24: Use memory barriers before issuing commandsCatalin Marinas
2010-06-10sata_sil24: memset() overflowDan Carpenter
2010-06-07ahci: redo stopping DMA engines on empty portsTejun Heo
2010-06-07sata_sil24: fix kernel panic on ARM caused by unaligned access in sata_sil24Colin Tuckley
2010-06-07sata_via: explain the magic fixTejun Heo
2010-06-03Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2010-06-02libata: implement on-demand HPA unlockingTejun Heo
2010-06-02libata: use the enlarged capacity after late HPA unlockTejun Heo
2010-06-02libata-sff: trivial corrections to Kconfig help textStefan Richter
2010-06-02sata_nv: don't diddle with nIEN on mcp55Tejun Heo
2010-06-02sata_via: magic vt6421 fix for transmission problems w/ WD drivesTejun Heo
2010-06-02powerpc/macio: Fix probing of macio devices by using the right of match tableBenjamin Herrenschmidt
2010-05-25libata: implement dump_id force paramTejun Heo
2010-05-25libata: disable ATAPI AN by defaultTejun Heo
2010-05-25libata-sff: make BMDMA optionalTejun Heo
2010-05-25libata-sff: kill dummy BMDMA ops from sata_qstor and pata_octeon_cfTejun Heo
2010-05-25libata-sff: separate out BMDMA initTejun Heo
2010-05-25libata-sff: separate out BMDMA irq handlerTejun Heo
2010-05-25libata-sff: ata_sff_irq_clear() is BMDMA specificTejun Heo
2010-05-25sata_mv: drop unncessary EH callback resettingTejun Heo
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely
2010-05-20Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-05-19libata-sff: separate out BMDMA qc_issueTejun Heo
2010-05-19libata-sff: prd is BMDMA specificTejun Heo
2010-05-19libata-sff: ata_sff_[dumb_]qc_prep are BMDMA specificTejun Heo
2010-05-19libata-sff: separate out BMDMA EHTejun Heo
2010-05-19libata-sff: port_task is SFF specificTejun Heo
2010-05-19libata-sff: ap->[last_]ctl are SFF specificTejun Heo
2010-05-19libata-sff: rename ap->ops->drain_fifo() to sff_drain_fifo()Tejun Heo
2010-05-19libata-sff: introduce ata_sff_init/exit() and ata_sff_port_init()Tejun Heo
2010-05-19libata-sff: clean up BMDMA initializationTejun Heo
2010-05-19libata-sff: clean up inheritance in several driversTejun Heo
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely
2010-05-17libata-sff: reorder SFF/BMDMA functionsTejun Heo
2010-05-17sata_inic162x: kill PORT_PRD_ADDR initializationTejun Heo
2010-05-17libata: kill ATA_FLAG_DISABLEDTejun Heo
2010-05-14libata-sff: kill unused prototype and make ata_dev_select() staticTejun Heo
2010-05-14libata-sff: update bmdma host bus error handlingTejun Heo
2010-05-14sata_mv: remove unnecessary initializationTejun Heo
2010-05-14sata_inic162x: inic162x is not dependent on CONFIG_ATA_SFFTejun Heo
2010-05-14pata_sch: use ata_pci_sff_init_one()Tejun Heo
2010-05-14pata_sil680: Do our own exec_command postingAlan Cox
2010-05-14libata: Remove excess delay in the tf_load pathAlan Cox
2010-05-14sata_nv: use ata_pci_sff_activate_host() instead of ata_host_activate()Tejun Heo
2010-05-14libata: don't flush dcache on slab pagesSebastian Andrzej Siewior