Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | cs5536: use ->pio_mode value to determine pair device speed | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -1/+1 | |
| * | | | | cs5535: use ->pio_mode value to determine pair device speed | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -1/+1 | |
| * | | | | cmd64x: fix handling of address setup timings | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -7/+10 | |
| * | | | | amd74xx: use ->pio_mode value to determine pair device speed | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -1/+1 | |
| * | | | | alim15x3: fix handling of UDMA enable bit | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -25/+18 | |
| * | | | | alim15x3: fix handling of DMA timings | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -16/+39 | |
| * | | | | alim15x3: fix handling of command timings | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -2/+7 | |
| * | | | | alim15x3: fix handling of address setup timings | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -0/+11 | |
| * | | | | ide-timings: use ->pio_mode value to determine fastest PIO speed | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -3/+2 | |
| * | | | | ide: change ->set_dma_mode method parameters | Bartlomiej Zolnierkiewicz | 2010-01-19 | 36 | -87/+101 | |
| * | | | | ide: change ->set_pio_mode method parameters | Bartlomiej Zolnierkiewicz | 2010-01-19 | 44 | -121/+129 | |
| * | | | | ide: add drive->dma_mode field | Bartlomiej Zolnierkiewicz | 2010-01-19 | 3 | -0/+4 | |
| * | | | | ide: add drive->pio_mode field | Bartlomiej Zolnierkiewicz | 2010-01-19 | 4 | -0/+8 | |
| * | | | | via82cxxx: fix UDMA settings programming | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -2/+17 | |
| * | | | | via82cxxx: add support for VT6415 PCIE PATA IDE Host Controller | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -0/+2 | |
| * | | | | via82cxxx: add support for vt8261 and future chips | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -6/+4 | |
| * | | | | via82cxxx: workaround h/w bugs | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -0/+57 | |
| * | | | | via82cxxx: fix SATA cable detection | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -3/+7 | |
| * | | | | ide: add SATA cable detection support | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -1/+1 | |
| * | | | | via82cxxx: vx855 is a single channel controller | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -6/+13 | |
| * | | | | serverworks: add missing pci_dev_put() call | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -0/+1 | |
| * | | | | serverworks: cleanup svwks_udma_filter() | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -29/+11 | |
| * | | | | pdc202xx_old: add ->init_hwif method | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -10/+8 | |
| * | | | | opti621: remove stale driver history | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -71/+0 | |
| * | | | | cy82c693: remove stale driver history | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -33/+0 | |
| * | | | | cy82c693: fix PIO timings calculations | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -86/+20 | |
| * | | | | cmd64x: remove superfluous checks from cmd64x_set_dma_mode() | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -6/+3 | |
| * | | | | cmd64x: fix PIO and MWDMA timings calculations | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -59/+29 | |
| * | | | | amd74xx: don't change UDMA settings when programming PIO timings | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -3/+4 | |
| * | | | | alim15x3: cleanup ali_cable_detect() | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -8/+0 | |
| * | | | | alim15x3: remove superfluous locking from ali_set_pio_mode() | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -5/+0 | |
| * | | | | alim15x3: add ali_fifo_control() helper | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -16/+15 | |
| * | | | | alim15x3: fix PIO timings calculations | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -19/+15 | |
| * | | | | ide: use standard timing for XFER_PIO_SLOW mode in ide_timing_compute() | Bartlomiej Zolnierkiewicz | 2010-01-19 | 1 | -6/+7 | |
| * | | | | ide_tape: kill off use of the ->ioctl operation | Alan Cox | 2010-01-12 | 1 | -2/+12 | |
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 2010-03-04 | 20 | -779/+1717 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'coh' into dmaengine | Dan Williams | 2010-03-04 | 7 | -123/+116 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | DMAENGINE: COH 901 318 lli sg offset fix | Linus Walleij | 2010-03-02 | 1 | -4/+6 | |
| | * | | | | | DMAENGINE: COH 901 318 configure channel direction | Linus Walleij | 2010-03-02 | 1 | -0/+14 | |
| | * | | | | | DMAENGINE: COH 901 318 remove irq counting | Linus Walleij | 2010-03-02 | 2 | -55/+34 | |
| | * | | | | | DMAENGINE: COH 901 318 descriptor pool refactoring | Linus Walleij | 2010-03-02 | 2 | -30/+26 | |
| | * | | | | | DMAENGINE: COH 901 318 cleanups | Linus Walleij | 2010-03-02 | 1 | -14/+28 | |
| * | | | | | | ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypes | Dan Williams | 2010-03-04 | 5 | -67/+40 | |
| * | | | | | | ioat3: interrupt coalescing | Dan Williams | 2010-03-04 | 2 | -5/+34 | |
| * | | | | | | ioat: close potential BUG_ON race in the descriptor cleanup path | Dan Williams | 2010-03-04 | 2 | -2/+2 | |
| * | | | | | | ioat2: kill pending flag | Dan Williams | 2010-03-03 | 2 | -24/+12 | |
| * | | | | | | ioat3: use ioat2_quiesce() | Dan Williams | 2010-03-03 | 1 | -9/+1 | |
| * | | | | | | ioat3: cleanup, don't enable DCA completion writes | Dan Williams | 2010-03-03 | 1 | -2/+1 | |
| * | | | | | | dma: Add MPC512x DMA driver | Piotr Ziecik | 2010-03-02 | 3 | -0/+808 | |
| * | | | | | | Debugging options for the DMA engine subsystem | Linus Walleij | 2010-03-02 | 2 | -0/+23 |