summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | via82cxxx: fix SATA cable detectionBartlomiej Zolnierkiewicz2010-01-191-3/+7
| * | | | ide: add SATA cable detection supportBartlomiej Zolnierkiewicz2010-01-191-1/+1
| * | | | via82cxxx: vx855 is a single channel controllerBartlomiej Zolnierkiewicz2010-01-191-6/+13
| * | | | serverworks: add missing pci_dev_put() callBartlomiej Zolnierkiewicz2010-01-191-0/+1
| * | | | serverworks: cleanup svwks_udma_filter()Bartlomiej Zolnierkiewicz2010-01-191-29/+11
| * | | | pdc202xx_old: add ->init_hwif methodBartlomiej Zolnierkiewicz2010-01-191-10/+8
| * | | | opti621: remove stale driver historyBartlomiej Zolnierkiewicz2010-01-191-71/+0
| * | | | cy82c693: remove stale driver historyBartlomiej Zolnierkiewicz2010-01-191-33/+0
| * | | | cy82c693: fix PIO timings calculationsBartlomiej Zolnierkiewicz2010-01-191-86/+20
| * | | | cmd64x: remove superfluous checks from cmd64x_set_dma_mode()Bartlomiej Zolnierkiewicz2010-01-191-6/+3
| * | | | cmd64x: fix PIO and MWDMA timings calculationsBartlomiej Zolnierkiewicz2010-01-191-59/+29
| * | | | amd74xx: don't change UDMA settings when programming PIO timingsBartlomiej Zolnierkiewicz2010-01-191-3/+4
| * | | | alim15x3: cleanup ali_cable_detect()Bartlomiej Zolnierkiewicz2010-01-191-8/+0
| * | | | alim15x3: remove superfluous locking from ali_set_pio_mode()Bartlomiej Zolnierkiewicz2010-01-191-5/+0
| * | | | alim15x3: add ali_fifo_control() helperBartlomiej Zolnierkiewicz2010-01-191-16/+15
| * | | | alim15x3: fix PIO timings calculationsBartlomiej Zolnierkiewicz2010-01-191-19/+15
| * | | | ide: use standard timing for XFER_PIO_SLOW mode in ide_timing_compute()Bartlomiej Zolnierkiewicz2010-01-191-6/+7
| * | | | ide_tape: kill off use of the ->ioctl operationAlan Cox2010-01-121-2/+12
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2010-03-0420-779/+1717
|\ \ \ \ \
| * \ \ \ \ Merge branch 'coh' into dmaengineDan Williams2010-03-037-123/+116
| |\ \ \ \ \
| | * | | | | DMAENGINE: COH 901 318 lli sg offset fixLinus Walleij2010-03-021-4/+6
| | * | | | | DMAENGINE: COH 901 318 configure channel directionLinus Walleij2010-03-021-0/+14
| | * | | | | DMAENGINE: COH 901 318 remove irq countingLinus Walleij2010-03-022-55/+34
| | * | | | | DMAENGINE: COH 901 318 descriptor pool refactoringLinus Walleij2010-03-022-30/+26
| | * | | | | DMAENGINE: COH 901 318 cleanupsLinus Walleij2010-03-021-14/+28
| * | | | | | ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypesDan Williams2010-03-035-67/+40
| * | | | | | ioat3: interrupt coalescingDan Williams2010-03-032-5/+34
| * | | | | | ioat: close potential BUG_ON race in the descriptor cleanup pathDan Williams2010-03-032-2/+2
| * | | | | | ioat2: kill pending flagDan Williams2010-03-032-24/+12
| * | | | | | ioat3: use ioat2_quiesce()Dan Williams2010-03-031-9/+1
| * | | | | | ioat3: cleanup, don't enable DCA completion writesDan Williams2010-03-031-2/+1
| * | | | | | dma: Add MPC512x DMA driverPiotr Ziecik2010-03-013-0/+808
| * | | | | | Debugging options for the DMA engine subsystemLinus Walleij2010-03-012-0/+23
| * | | | | | iop-adma: redundant/wrong tests in iop_*_count()?Roel Kluin2010-02-281-8/+4
| * | | | | | dmatest: fix handling of an even number of xor_sourcesDan Williams2010-02-281-1/+1
| * | | | | | dmatest: correct raid6 PQ testAnatolij Gustschin2010-02-281-3/+3
| * | | | | | fsldma: Fix cookie issuesSteven J. Magnani2010-02-282-1/+6
| * | | | | | fsldma: Fix cookie issuesSteven J. Magnani2010-02-281-1/+1
| * | | | | | dma: cases IPU_PIX_FMT_BGRA32, BGR32 and ABGR32 are the same in ipu_ch_param_...Roel Kluin2010-02-021-14/+1
| * | | | | | dma: make Open Firmware device id constantMárton Németh2010-02-022-2/+2
| * | | | | | fsldma: major cleanups and fixesIra Snyder2010-02-022-182/+207
| * | | | | | fsldma: rename fsl_chan to chanIra Snyder2010-02-021-275/+275
| * | | | | | fsldma: simplify IRQ probing and handlingIra Snyder2010-02-022-44/+137
| * | | | | | fsldma: clean up the OF subsystem routinesIra Snyder2010-02-022-129/+134
| * | | | | | fsldma: rename dest to dst for uniformityIra Snyder2010-02-022-17/+17
| * | | | | | fsldma: rename struct fsl_dma_chan to struct fsldma_chanIra Snyder2010-02-022-73/+81
| * | | | | | fsldma: remove unused structure membersIra Snyder2010-02-022-13/+8
| * | | | | | fsldma: reduce kernel text sizeIra Snyder2010-02-021-38/+45
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-0473-1080/+773
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-fsnotify' into for-linusAl Viro2010-03-037-76/+23
| |\ \ \ \ \ \
OpenPOWER on IntegriCloud