summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | s3cmci: fixes for section mismatch warningsBen Dooks2008-07-231-15/+15
| * | | | | | | | | | pxamci: trivial fix of DMA alignment register bit clearingKarl Beldan2008-07-231-1/+1
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...Linus Torvalds2008-07-2318-119/+4240
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | I/OAT: I/OAT version 3.0 supportMaciej Sosnowski2008-07-228-48/+467
| * | | | | | | | | | | I/OAT: tcp_dma_copybreak default value dependent on I/OAT versionMaciej Sosnowski2008-07-222-0/+17
| * | | | | | | | | | | I/OAT: Add watchdog/reset functionality to ioatdmaMaciej Sosnowski2008-07-222-6/+271
| * | | | | | | | | | | iop_adma: document how to calculate the minimum descriptor pool sizeDan Williams2008-07-171-1/+10
| * | | | | | | | | | | iop_adma: directly reclaim descriptors on allocation failureDan Williams2008-07-171-2/+2
| * | | | | | | | | | | dmaengine: Driver for the Synopsys DesignWare DMA controllerHaavard Skinnemoen2008-07-084-0/+1357
| * | | | | | | | | | | dmaengine: Add slave DMA interfaceHaavard Skinnemoen2008-07-081-1/+15
| * | | | | | | | | | | dmaengine: add DMA_COMPL_SKIP_{SRC,DEST}_UNMAP flags to control dma unmapDan Williams2008-07-083-42/+57
| * | | | | | | | | | | dmaengine: Add dma_client parameter to device_alloc_chan_resourcesHaavard Skinnemoen2008-07-085-12/+17
| * | | | | | | | | | | dmatest: Simple DMA memcpy test clientHaavard Skinnemoen2008-07-083-0/+452
| * | | | | | | | | | | dmaengine: DMA engine driver for Marvell XOR engineSaeed Bishara2008-07-084-0/+1556
| * | | | | | | | | | | iop-adma: fix platform driver hotplug/coldplugKay Sievers2008-07-081-0/+2
| * | | | | | | | | | | dmaengine: track the number of clients using a channelDan Williams2008-07-081-4/+10
| * | | | | | | | | | | dmaengine: remove arch dependency from DMADEVICESDan Williams2008-07-081-5/+8
| * | | | | | | | | | | dmaengine: Couple DMA channels to their physical DMA deviceHaavard Skinnemoen2008-07-081-1/+1
| * | | | | | | | | | | fsldma: fix incorrect exit path for initializationLi Yang2008-07-081-15/+16
* | | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2008-07-232-2/+241
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | kgdb: kgdboc console poll hooks for mpsc uartJason Wessel2008-07-231-1/+147
| * | | | | | | | | | | | kgdb: kgdboc console poll hooks for cpm uartJason Wessel2008-07-231-1/+94
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-07-2356-1397/+1489
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ide: small whitespace fixesPavel Machek2008-07-232-2/+2
| * | | | | | | | | | | | ide: ide-cd_ioctl.c fix sparse integer as NULL pointer warningsHarvey Harrison2008-07-231-4/+4
| * | | | | | | | | | | | ide: ide-cd.c fix sparse endianness warningsHarvey Harrison2008-07-231-11/+8
| * | | | | | | | | | | | ide-cd: convert to using the new atapi_flagsBorislav Petkov2008-07-233-109/+64
| * | | | | | | | | | | | ide: remove unused PC_FLAG_DRQ_INTERRUPTBorislav Petkov2008-07-231-2/+1
| * | | | | | | | | | | | ide-scsi: convert to using the new atapi_flagsBorislav Petkov2008-07-231-16/+1
| * | | | | | | | | | | | ide-tape: convert to using the new atapi_flagsBorislav Petkov2008-07-231-45/+23
| * | | | | | | | | | | | ide-floppy: convert to using the new atapi_flags (take 2)Borislav Petkov2008-07-232-48/+30
| * | | | | | | | | | | | ide: use rq->cmd instead of pc->c in atapi common codeBorislav Petkov2008-07-231-5/+13
| * | | | | | | | | | | | ide-scsi: pass packet command in rq->cmdBorislav Petkov2008-07-231-0/+2
| * | | | | | | | | | | | ide-tape: pass packet command in rq->cmdBorislav Petkov2008-07-231-8/+11
| * | | | | | | | | | | | ide-tape: make room for packet command ids in rq->cmdBorislav Petkov2008-07-231-11/+11
| * | | | | | | | | | | | ide-floppy: pass packet command in rq->cmdBorislav Petkov2008-07-231-0/+4
| * | | | | | | | | | | | ide-scsi: use drive->pc_callback instead of pc->callbackBorislav Petkov2008-07-232-10/+5
| * | | | | | | | | | | | ide-tape: use drive->pc_callback instead of pc->callbackBorislav Petkov2008-07-232-5/+6
| * | | | | | | | | | | | ide-floppy: use drive->pc_callback instead of pc->callbackBorislav Petkov2008-07-232-4/+10
| * | | | | | | | | | | | drivers/ide/ide-tape.c: remove double kfreeDarren Jenkins2008-07-231-1/+0
| * | | | | | | | | | | | ide: add ide_host_free() helper (take 2)Bartlomiej Zolnierkiewicz2008-07-235-20/+87
| * | | | | | | | | | | | ide: allocate ide_hwif_t instances dynamicallyBartlomiej Zolnierkiewicz2008-07-232-9/+6
| * | | | | | | | | | | | ide: add ide_ports[]Bartlomiej Zolnierkiewicz2008-07-231-2/+9
| * | | | | | | | | | | | ide: move ide_remove_port_from_hwgroup() to ide-probe.cBartlomiej Zolnierkiewicz2008-07-232-35/+35
| * | | | | | | | | | | | ide: fix IDE port slots reservation and freeing (take 2)Bartlomiej Zolnierkiewicz2008-07-231-37/+50
| * | | | | | | | | | | | ide: fix ide_host_register() return valueBartlomiej Zolnierkiewicz2008-07-231-20/+18
| * | | | | | | | | | | | ide: add ide_host_add() helperBartlomiej Zolnierkiewicz2008-07-2322-136/+70
| * | | | | | | | | | | | ide: add struct ide_host (take 3)Bartlomiej Zolnierkiewicz2008-07-2326-339/+253
| * | | | | | | | | | | | ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz2008-07-2322-208/+323
| * | | | | | | | | | | | ide: add 'config' field to hw_regs_tBartlomiej Zolnierkiewicz2008-07-232-3/+2
OpenPOWER on IntegriCloud