summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-12-1614-30/+7383
|\
| * ppc440spe-adma: adds updated ppc440spe adma driverAnatolij Gustschin2009-12-127-0/+5568
| * iop-adma.c: use resource_size()H Hartley Sweeten2009-12-121-2/+2
| * sh: stylistic improvements for the DMA driverGuennadi Liakhovetski2009-12-112-24/+24
| * dmaengine: fix dmatest to verify minimum transfer length and test buffer sizeGuennadi Liakhovetski2009-12-111-4/+12
| * sh: DMA driver has to specify its alignment requirementsGuennadi Liakhovetski2009-12-111-0/+2
| * Add COH 901 318 DMA block driver v5Linus Walleij2009-11-205-0/+1775
* | const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-153-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-23/+13Star
|\ \
| * | this_cpu: Eliminate get/put_cpuChristoph Lameter2009-10-031-23/+13Star
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-101-1/+1
|\ \
| * \ Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
| |\ \
| | * | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
| | |/
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'at91', 'ep93xx', 'etm', 'ks8695', 'nuc', 'u300' and 'u8500' i...Russell King2009-12-051-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | / | | | |/ | | |/|
| * / | ARM: 5770/1: Add DMA Engine support to at91sam9g45Yegor Yefremov2009-10-251-1/+1
| |/ /
* | | shdma: fix initialization error handlingDan Williams2009-11-221-7/+5Star
* | | ioat3: fix pq completion versus channel deallocation raceDan Williams2009-11-201-2/+2
* | | async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams2009-11-203-0/+18
* | | dmaengine: include xor/pq validate in device_has_all_tx_types()Dan Williams2009-11-201-0/+4
* | | ioat2,3: report all uncorrectable errorsDan Williams2009-11-203-3/+5
* | | ioat3: specify valid address for disabled-Q or disabled-PDan Williams2009-11-201-5/+17
* | | ioat2,3: disable asynchronous error notificationsDan Williams2009-11-201-3/+1Star
* | | ioat3: dca and raid operations are incompatibleDan Williams2009-11-203-1/+9
* | | ioat: silence "dca disabled" messagesDan Williams2009-11-171-2/+2
|/ /
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...NeilBrown2009-09-2332-2403/+6071
|\ \
| * | ioat3: fix uninitialized var warningsDan Williams2009-09-211-6/+9
| * | drivers/dma/ioat/dma_v2.c: fix warningsAndrew Morton2009-09-211-2/+3
| * | ioat2: clarify ring size limitsDan Williams2009-09-171-3/+4
| * | ioat: driver version 4.0Dan Williams2009-09-101-1/+1
| * | dca: registering requesters in multiple dca domainsMaciej Sosnowski2009-09-101-1/+1
| * | async_tx: remove HIGHMEM64G restrictionDan Williams2009-09-091-1/+1
| * | dmaengine: sh: Add Support SuperH DMA Engine driverNobuhiro Iwamatsu2009-09-094-0/+859
| * | Merge branch 'dmaengine' into async-tx-nextDan Williams2009-09-0920-74/+3618
| |\ \
| | * | dmaengine: Move all map_sg/unmap_sg for slave channel to its clientAtsushi Nemoto2009-09-092-33/+41
| | * | fsldma: Add DMA_SLAVE supportIra Snyder2009-09-091-0/+227
| | * | fsldma: split apart external pause and request count featuresIra Snyder2009-09-092-17/+31
| | * | ioat2,3: cacheline align software descriptor allocationsDan Williams2009-09-093-4/+20
| | * | dmaengine: kill tx_listDan Williams2009-09-091-1/+0Star
| | * | txx9dmac: implement a private tx_listDan Williams2009-09-092-13/+12Star
| | * | at_hdmac: implement a private tx_listDan Williams2009-09-092-8/+10
| | * | mv_xor: implement a private tx_listDan Williams2009-09-092-5/+6
| | * | ioat: implement a private tx_listDan Williams2009-09-092-4/+6
| | * | iop-adma: implement a private tx_listDan Williams2009-09-091-4/+5
| | * | fsldma: implement a private tx_listDan Williams2009-09-092-7/+10
| | * | dw_dmac: implement a private tx_listDan Williams2009-09-092-9/+11
| | * | Merge branch 'ioat' into dmaengineDan Williams2009-09-0913-2034/+2598
| | |\ \
| | * \ \ Merge commit 'v2.6.31-rc1' into dmaengineDan Williams2009-09-084-0/+1674
| | |\ \ \ | | | | |/ | | | |/|
| * | | | Merge branch 'iop-raid6' into async-tx-nextDan Williams2009-09-091-44/+393
| |\ \ \ \
| | * | | | iop-adma: P+Q self testDan Williams2009-08-301-1/+181
| | * | | | iop-adma: P+Q support for iop13xx adma enginesDan Williams2009-08-301-34/+197