aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-20Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds53-3826/+4126
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus 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
2010-05-19libata-sff: rename ap->ops->drain_fifo() to sff_drain_fifo()Tejun Heo2-4/+4
2010-05-19libata-sff: introduce ata_sff_init/exit() and ata_sff_port_init()Tejun Heo3-6/+50
2010-05-19libata-sff: clean up BMDMA initializationTejun Heo26-165/+113
2010-05-19libata-sff: clean up inheritance in several driversTejun Heo5-10/+29
2010-05-17libata-sff: reorder SFF/BMDMA functionsTejun Heo1-222/+226
2010-05-17sata_inic162x: kill PORT_PRD_ADDR initializationTejun Heo1-2/+1
2010-05-17libata: kill ATA_FLAG_DISABLEDTejun Heo15-346/+205
2010-05-14libata-sff: kill unused prototype and make ata_dev_select() staticTejun Heo2-4/+1
2010-05-14libata-sff: update bmdma host bus error handlingTejun Heo1-8/+12
2010-05-14sata_mv: remove unnecessary initializationTejun Heo1-3/+0
2010-05-14sata_inic162x: inic162x is not dependent on CONFIG_ATA_SFFTejun Heo1-6/+6
2010-05-14pata_sch: use ata_pci_sff_init_one()Tejun Heo1-11/+1
2010-05-14pata_sil680: Do our own exec_command postingAlan Cox1-4/+26
2010-05-14libata: Remove excess delay in the tf_load pathAlan Cox2-5/+0
2010-05-14sata_nv: use ata_pci_sff_activate_host() instead of ata_host_activate()Tejun Heo1-2/+1
2010-05-14libata: don't flush dcache on slab pagesSebastian Andrzej Siewior1-1/+1
2010-05-14pata_cmd640: don't read CFR pointlesslySergei Shtylyov1-3/+0
2010-05-14libata: make sff_irq_on() method optionalSergei Shtylyov4-64/+18
2010-05-14libata: introduce sff_set_devctl() methodSergei Shtylyov3-59/+50
2010-05-14ahci_platform: properly set up EM messagingJeff Garzik1-1/+1
2010-05-14ahci: add "em_buffer" attribute for AHCI hostsHarry Zhang2-3/+111
2010-05-14ahci: EM message type auto detectHarry Zhang3-20/+28
2010-05-14pata_scc: kill useless check in scc_postreset()Sergei Shtylyov1-2/+1
2010-05-14pata_scc: make scc_wait_after_reset() staticSergei Shtylyov1-2/+2
2010-05-14libata: use __ratelimitAkinobu Mita1-16/+3
2010-05-14libata: use longer 0xff wait if parallel scan is enabledTejun Heo1-6/+12
2010-05-14libata-sff: kill unused ata_bus_reset()Sergei Shtylyov1-94/+0
2010-05-14[libata] Disable R_OK (Early ACK) on SII 3726 PMPGrant Grundler1-3/+29
2010-05-14libata: update gfp/slab.h includesTejun Heo2-0/+2
2010-05-14ahci: implement AHCI_HFLAG_NO_FPDMA_AA and update NV quirksTejun Heo2-10/+29
2010-05-14pata_mpc52xx: reduce code size by simple change of constant data typesRoman Fietze1-39/+39
2010-05-14ahci: clean up board IDsTejun Heo1-120/+117
2010-05-14ahci: Turn off DMA engines when there's no device attachedMatthew Garrett1-0/+18
2010-05-14ahci: Add platform driverAnton Vorontsov3-0/+200
2010-05-14ahci: Move generic code into libahciAnton Vorontsov4-2280/+2425
2010-05-14ahci: Introduce ahci_set_em_messages()Anton Vorontsov1-17/+24
2010-05-14ahci: Factor out PCI specifics from ahci_print_info()Anton Vorontsov1-17/+23
2010-05-14ahci: Factor out PCI specifics from ahci_init_controller()Anton Vorontsov1-18/+27
2010-05-14ahci: Get rid of pci_dev argument in ahci_port_init()Anton Vorontsov1-4/+3
2010-05-14ahci: Factor out PCI specifics from ahci_reset_controller()Anton Vorontsov1-3/+12
2010-05-14ahci: Get rid of pci_dev argument in ahci_save_initial_config()Anton Vorontsov1-14/+13
2010-05-14ahci: Factor out PCI specifics from ahci_save_initial_config()Anton Vorontsov1-24/+42