summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-10-15s3cmci: fix continual accesses to host->pio_ptrben@fluff.org.uk1-2/+8
2008-10-15s3cmci: Support transfers which are not multiple of 32 bits.Christer Weinigel2-28/+54
2008-10-15s3cmci: cpufreq supportben@fluff.org.uk2-19/+96
2008-10-15s3cmci: Make general protocol errors less noisyben@fluff.org.uk1-2/+2
2008-10-14mmc_block: tell block layer there is no seek penaltyPierre Ossman1-0/+1
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds75-2574/+2656
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds82-3290/+3005
2008-10-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds377-6866/+29913
2008-10-13ata: Add documentation for hard disk shock protection interface (v3)Elias Oltmanns1-0/+149
2008-10-13ide: Implement disk shock protection support (v4)Elias Oltmanns8-5/+206
2008-10-13ide-cd: fix printk format warningAlexander Beregalov1-1/+1
2008-10-13piix: add Hercules EC-900 mini-notebook to ich_laptop short cable listHerton Ronaldo Krzesinski1-0/+1
2008-10-13ide-atapi: assign taskfile flags per device typeBorislav Petkov1-2/+9
2008-10-13ide-cd: move cdrom_info.dma to ide_drive_t.dmaBorislav Petkov2-19/+14
2008-10-13ide: add ide_drive_t.dma flagBorislav Petkov2-4/+6
2008-10-13ide-cd: add a debug_mask module parameterBorislav Petkov1-1/+7
2008-10-13ide-cd: convert driver to new ide debugging macro (v3)Borislav Petkov1-37/+150
2008-10-13ide: move SFF DMA code to ide-dma-sff.cBartlomiej Zolnierkiewicz4-362/+362
2008-10-13ide: cleanup ide-dma.cBartlomiej Zolnierkiewicz1-50/+38
2008-10-13ide: cleanup ide_build_dmatable()Bartlomiej Zolnierkiewicz1-43/+30
2008-10-13ide: remove needless includes from ide-dma.cBartlomiej Zolnierkiewicz1-8/+0
2008-10-13ide: switch to DMA-mapping API part #2Bartlomiej Zolnierkiewicz6-40/+47
2008-10-13ide: make ide_dma_timeout() available also for CONFIG_BLK_DEV_IDEDMA_SFF=nBartlomiej Zolnierkiewicz4-33/+8
2008-10-13ide: make ide_dma_lost_irq() available also for CONFIG_BLK_DEV_IDEDMA_SFF=nBartlomiej Zolnierkiewicz4-18/+8
2008-10-13ide: __ide_dma_end() -> ide_dma_end()Bartlomiej Zolnierkiewicz10-17/+16
2008-10-13pmac: remove needless pmac_ide_destroy_dmatable() wrapperBartlomiej Zolnierkiewicz1-13/+3
2008-10-13pmac: remove superfluous pmif == NULL checksBartlomiej Zolnierkiewicz1-34/+5
2008-10-13ide: Two fixes regarding memory allocationElias Oltmanns2-9/+16
2008-10-13ide-disk: move /proc handling to ide-disk_proc.c (take 3)Bartlomiej Zolnierkiewicz4-135/+144
2008-10-13ide-disk: move all ioctl handling to ide-disk_ioctl.cBartlomiej Zolnierkiewicz6-50/+73
2008-10-13ide-floppy: move /proc handling to ide-floppy_proc.c (take 2)Bartlomiej Zolnierkiewicz4-37/+48
2008-10-13ide-floppy: move all ioctl handling to ide-floppy_ioctl.c (take 2)Bartlomiej Zolnierkiewicz3-55/+54
2008-10-13ide-cd: no need to zero drive->special.allBartlomiej Zolnierkiewicz1-2/+0
2008-10-13ide: set IDE_AFLAG_DRQ_INTERRUPT in do_identify()Bartlomiej Zolnierkiewicz5-17/+2
2008-10-13ide: remove ide_host_alloc_all()Bartlomiej Zolnierkiewicz2-24/+12
2008-10-13ide-generic: remove no longer needed ide_probe_legacy()Bartlomiej Zolnierkiewicz2-33/+0
2008-10-13ide-generic: no need to probe all ports at onceBartlomiej Zolnierkiewicz1-35/+12
2008-10-13ide: ->ide_dma_clear_irq() -> ->clear_irq()Bartlomiej Zolnierkiewicz3-29/+29
2008-10-13ide: use unique names for struct pci_driver instancesBartlomiej Zolnierkiewicz33-98/+98
2008-10-13ide: merge all TASKFILE_NO_DATA data phase handlers into taskfile_no_intr()Bartlomiej Zolnierkiewicz2-185/+131
2008-10-13ide: factor out reset error reporting from reset_pollfunc()Bartlomiej Zolnierkiewicz1-19/+21
2008-10-13ide: convert 'pio_mode' device setting to use DS_SYNC flagBartlomiej Zolnierkiewicz3-79/+48
2008-10-13ide: remove [ata_]select_tBartlomiej Zolnierkiewicz8-39/+9
2008-10-13ide: use 'drive->dn & 1' instead of drive->select.b.unitBartlomiej Zolnierkiewicz19-72/+66
2008-10-13cy82c693: remove no longer needed CY82C693_DEBUG_LOGS codeBartlomiej Zolnierkiewicz1-51/+0
2008-10-13cy82c693: remove dead CY82C693_SETDMA_CLOCK codeBartlomiej Zolnierkiewicz1-60/+0
2008-10-13ide: sanitize ide*_pm_* enumsBartlomiej Zolnierkiewicz3-60/+40
2008-10-13ide: fix HDIO_DRIVE_TASK[FILE] ioctls for CHS commands on LBA devicesBartlomiej Zolnierkiewicz3-15/+23
2008-10-13ide: remove superfluous ->waiting_for_dma checksBartlomiej Zolnierkiewicz5-17/+2
2008-10-13ide: remove superfluous ->dma field from ide_hwif_tBartlomiej Zolnierkiewicz3-6/+0