aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | s3cmci: ensure host stopped on machine shutdownBen Dooks2008-07-23
| * | | | | | | | | | au1xmmc: suspend/resume implementationManuel Lauss2008-07-23
| * | | | | | | | | | s3cmci: fixes for section mismatch warningsBen Dooks2008-07-23
| * | | | | | | | | | pxamci: trivial fix of DMA alignment register bit clearingKarl Beldan2008-07-23
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...Linus Torvalds2008-07-23
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | I/OAT: I/OAT version 3.0 supportMaciej Sosnowski2008-07-22
| * | | | | | | | | | | I/OAT: tcp_dma_copybreak default value dependent on I/OAT versionMaciej Sosnowski2008-07-22
| * | | | | | | | | | | I/OAT: Add watchdog/reset functionality to ioatdmaMaciej Sosnowski2008-07-22
| * | | | | | | | | | | iop_adma: document how to calculate the minimum descriptor pool sizeDan Williams2008-07-17
| * | | | | | | | | | | iop_adma: directly reclaim descriptors on allocation failureDan Williams2008-07-17
| * | | | | | | | | | | dmaengine: Driver for the Synopsys DesignWare DMA controllerHaavard Skinnemoen2008-07-08
| * | | | | | | | | | | dmaengine: Add slave DMA interfaceHaavard Skinnemoen2008-07-08
| * | | | | | | | | | | dmaengine: add DMA_COMPL_SKIP_{SRC,DEST}_UNMAP flags to control dma unmapDan Williams2008-07-08
| * | | | | | | | | | | dmaengine: Add dma_client parameter to device_alloc_chan_resourcesHaavard Skinnemoen2008-07-08
| * | | | | | | | | | | dmatest: Simple DMA memcpy test clientHaavard Skinnemoen2008-07-08
| * | | | | | | | | | | dmaengine: DMA engine driver for Marvell XOR engineSaeed Bishara2008-07-08
| * | | | | | | | | | | iop-adma: fix platform driver hotplug/coldplugKay Sievers2008-07-08
| * | | | | | | | | | | dmaengine: track the number of clients using a channelDan Williams2008-07-08
| * | | | | | | | | | | dmaengine: remove arch dependency from DMADEVICESDan Williams2008-07-08
| * | | | | | | | | | | dmaengine: Couple DMA channels to their physical DMA deviceHaavard Skinnemoen2008-07-08
| * | | | | | | | | | | fsldma: fix incorrect exit path for initializationLi Yang2008-07-08
* | | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2008-07-23
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | kgdb: kgdboc console poll hooks for mpsc uartJason Wessel2008-07-23
| * | | | | | | | | | | | kgdb: kgdboc console poll hooks for cpm uartJason Wessel2008-07-23
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-07-23
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ide: small whitespace fixesPavel Machek2008-07-23
| * | | | | | | | | | | | ide: ide-cd_ioctl.c fix sparse integer as NULL pointer warningsHarvey Harrison2008-07-23
| * | | | | | | | | | | | ide: ide-cd.c fix sparse endianness warningsHarvey Harrison2008-07-23
| * | | | | | | | | | | | ide-cd: convert to using the new atapi_flagsBorislav Petkov2008-07-23
| * | | | | | | | | | | | ide: remove unused PC_FLAG_DRQ_INTERRUPTBorislav Petkov2008-07-23
| * | | | | | | | | | | | ide-scsi: convert to using the new atapi_flagsBorislav Petkov2008-07-23
| * | | | | | | | | | | | ide-tape: convert to using the new atapi_flagsBorislav Petkov2008-07-23
| * | | | | | | | | | | | ide-floppy: convert to using the new atapi_flags (take 2)Borislav Petkov2008-07-23
| * | | | | | | | | | | | ide: use rq->cmd instead of pc->c in atapi common codeBorislav Petkov2008-07-23
| * | | | | | | | | | | | ide-scsi: pass packet command in rq->cmdBorislav Petkov2008-07-23
| * | | | | | | | | | | | ide-tape: pass packet command in rq->cmdBorislav Petkov2008-07-23
| * | | | | | | | | | | | ide-tape: make room for packet command ids in rq->cmdBorislav Petkov2008-07-23
| * | | | | | | | | | | | ide-floppy: pass packet command in rq->cmdBorislav Petkov2008-07-23
| * | | | | | | | | | | | ide-scsi: use drive->pc_callback instead of pc->callbackBorislav Petkov2008-07-23
| * | | | | | | | | | | | ide-tape: use drive->pc_callback instead of pc->callbackBorislav Petkov2008-07-23
| * | | | | | | | | | | | ide-floppy: use drive->pc_callback instead of pc->callbackBorislav Petkov2008-07-23
| * | | | | | | | | | | | drivers/ide/ide-tape.c: remove double kfreeDarren Jenkins2008-07-23
| * | | | | | | | | | | | ide: add ide_host_free() helper (take 2)Bartlomiej Zolnierkiewicz2008-07-23
| * | | | | | | | | | | | ide: allocate ide_hwif_t instances dynamicallyBartlomiej Zolnierkiewicz2008-07-23
| * | | | | | | | | | | | ide: add ide_ports[]Bartlomiej Zolnierkiewicz2008-07-23
| * | | | | | | | | | | | ide: move ide_remove_port_from_hwgroup() to ide-probe.cBartlomiej Zolnierkiewicz2008-07-23
| * | | | | | | | | | | | ide: fix IDE port slots reservation and freeing (take 2)Bartlomiej Zolnierkiewicz2008-07-23
| * | | | | | | | | | | | ide: fix ide_host_register() return valueBartlomiej Zolnierkiewicz2008-07-23
| * | | | | | | | | | | | ide: add ide_host_add() helperBartlomiej Zolnierkiewicz2008-07-23
| * | | | | | | | | | | | ide: add struct ide_host (take 3)Bartlomiej Zolnierkiewicz2008-07-23