aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* libata-sff: ata_sff_[dumb_]qc_prep are BMDMA specificTejun Heo2010-05-198-156/+154
* libata-sff: separate out BMDMA EHTejun Heo2010-05-199-87/+100
* libata-sff: port_task is SFF specificTejun Heo2010-05-195-91/+61
* 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/+113
* libata-sff: clean up inheritance in several driversTejun Heo2010-05-195-10/+29
* libata-sff: reorder SFF/BMDMA functionsTejun Heo2010-05-171-222/+226
* sata_inic162x: kill PORT_PRD_ADDR initializationTejun Heo2010-05-171-2/+1
* libata: kill ATA_FLAG_DISABLEDTejun Heo2010-05-1717-350/+209
* libata-sff: kill unused prototype and make ata_dev_select() staticTejun Heo2010-05-142-4/+1
* libata-sff: update bmdma host bus error handlingTejun Heo2010-05-141-8/+12
* sata_mv: remove unnecessary initializationTejun Heo2010-05-141-3/+0
* sata_inic162x: inic162x is not dependent on CONFIG_ATA_SFFTejun Heo2010-05-141-6/+6
* pata_sch: use ata_pci_sff_init_one()Tejun Heo2010-05-141-11/+1
* pata_sil680: Do our own exec_command postingAlan Cox2010-05-141-4/+26
* libata: Remove excess delay in the tf_load pathAlan Cox2010-05-142-5/+0
* sata_nv: use ata_pci_sff_activate_host() instead of ata_host_activate()Tejun Heo2010-05-141-2/+1
* libata: don't flush dcache on slab pagesSebastian Andrzej Siewior2010-05-141-1/+1
* pata_cmd640: don't read CFR pointlesslySergei Shtylyov2010-05-141-3/+0
* libata: make sff_irq_on() method optionalSergei Shtylyov2010-05-144-64/+18
* libata: introduce sff_set_devctl() methodSergei Shtylyov2010-05-143-59/+50
* ahci_platform: properly set up EM messagingJeff Garzik2010-05-141-1/+1
* ahci: add "em_buffer" attribute for AHCI hostsHarry Zhang2010-05-142-3/+111
* ahci: EM message type auto detectHarry Zhang2010-05-143-20/+28
* pata_scc: kill useless check in scc_postreset()Sergei Shtylyov2010-05-141-2/+1
* pata_scc: make scc_wait_after_reset() staticSergei Shtylyov2010-05-141-2/+2
* libata: use __ratelimitAkinobu Mita2010-05-141-16/+3
* libata: use longer 0xff wait if parallel scan is enabledTejun Heo2010-05-141-6/+12
* libata-sff: kill unused ata_bus_reset()Sergei Shtylyov2010-05-141-94/+0
* [libata] Disable R_OK (Early ACK) on SII 3726 PMPGrant Grundler2010-05-141-3/+29
* libata: update gfp/slab.h includesTejun Heo2010-05-142-0/+2
* ahci: implement AHCI_HFLAG_NO_FPDMA_AA and update NV quirksTejun Heo2010-05-142-10/+29
* pata_mpc52xx: reduce code size by simple change of constant data typesRoman Fietze2010-05-141-39/+39
* ahci: clean up board IDsTejun Heo2010-05-141-120/+117
* ahci: Turn off DMA engines when there's no device attachedMatthew Garrett2010-05-141-0/+18
* ahci: Add platform driverAnton Vorontsov2010-05-143-0/+200
* ahci: Move generic code into libahciAnton Vorontsov2010-05-144-2280/+2425
* ahci: Introduce ahci_set_em_messages()Anton Vorontsov2010-05-141-17/+24
* ahci: Factor out PCI specifics from ahci_print_info()Anton Vorontsov2010-05-141-17/+23
* ahci: Factor out PCI specifics from ahci_init_controller()Anton Vorontsov2010-05-141-18/+27
* ahci: Get rid of pci_dev argument in ahci_port_init()Anton Vorontsov2010-05-141-4/+3
* ahci: Factor out PCI specifics from ahci_reset_controller()Anton Vorontsov2010-05-141-3/+12
* ahci: Get rid of pci_dev argument in ahci_save_initial_config()Anton Vorontsov2010-05-141-14/+13
* ahci: Factor out PCI specifics from ahci_save_initial_config()Anton Vorontsov2010-05-141-24/+42
* ahci: Get rid of host->iomap usageAnton Vorontsov2010-05-141-14/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-141-1/+6
|\
| * Merge branch 'net-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/v...David S. Miller2010-05-141-1/+6
| |\
| | * vhost: fix barrier pairingMichael S. Tsirkin2010-05-121-1/+6