aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2010-08-0915-364/+3146
|\
| * DMAENGINE: at_hdmac: locking fixletYong Wang2010-08-041-2/+2
| * DMAENGINE: pch_dma: kill another usage of __raw_{read|write}lYong Wang2010-08-041-2/+2
| * dma: dmatest: fix potential sign bugKulikov Vasiliy2010-08-041-1/+1
| * ioat2: catch and recover from broken vtd configurations v6Dan Williams2010-08-043-3/+27
| * DMAENGINE: add runtime slave control to COH 901 318 v3Linus Walleij2010-08-041-0/+169
| * DMAENGINE: add runtime slave config to DMA40 v3Linus Walleij2010-08-041-4/+137
| * dmaengine: Driver for Topcliff PCH DMA controllerYong Wang2010-08-043-0/+965
| * intel_mid: Add Mrst & Mfld DMA DriversVinod Koul2010-07-274-0/+1417
| * Merge branch 'timb' into dmaengineDan Williams2010-07-011-4/+4
| |\
| | * drivers/dma: Eliminate a NULL pointer dereferenceJulia Lawall2010-07-011-2/+2
| | * dma/timb_dma: compile warning on 32 bitDan Carpenter2010-07-011-2/+2
| * | DMAENGINE: ste_dma40: support older siliconLinus Walleij2010-06-221-4/+28
| * | DMAENGINE: ste_dma40: support disabling physical channelsJonas Aaberg2010-06-221-0/+8
| * | DMAENGINE: ste_dma40: fix suspend bugJonas Aaberg2010-06-221-20/+13
| * | DMAENGINE: ste_dma40: allocate LCLA dynamicallyLinus Walleij2010-06-223-102/+168
| * | DMAENGINE: ste_dma40: no premature stopJonas Aaberg2010-06-221-1/+4
| * | DMAENGINE: ste_dma40: interrupts only on dstJonas Aaberg2010-06-222-8/+5
| * | DMAENGINE: ste_dma40: avoid doing unnessecary suspendJonas Aaberg2010-06-221-32/+7
| * | DMAENGINE: ste_dma40: lock fixJonas Aaberg2010-06-221-7/+7
| * | DMAENGINE: ste_dma40: deny ops on non-alloc channelsJonas Aaberg2010-06-221-0/+44
| * | DMAENGINE: ste_dma40: various cosmetic clean-upsJonas Aaberg2010-06-222-67/+52
| * | DMAENGINE: ste_dma40: improve allocation error handlingJonas Aaberg2010-06-221-14/+10
| * | DMAENGINE: ste_dma40: use kmem cacheJonas Aaberg2010-06-221-34/+18
| * | DMAENGINE: ste_dma40: moved freeing of client owned descPer Friden2010-06-221-12/+12
| * | DMAENGINE: ste_dma40: only write phy channel config first timeLinus Walleij2010-06-222-32/+35
| * | DMAENGINE: ste_dma40: fixed lli_max=1 issuePer Friden2010-06-221-33/+29
| |/
* | Merge branch 'master' into for-nextJiri Kosina2010-08-041-1/+3
|\ \
| * | of/dma: fix build breakage in ppc4xx adma driverDan Williams2010-07-021-1/+3
| |/
* | Fix spelling contorller -> controller in commentsStefan Weil2010-08-041-1/+1
* | Merge branch 'master' into for-nextJiri Kosina2010-06-1625-465/+5744
|\ \ | |/
| * of/dma: fix build breakage in ppc4xx adma driverAnatolij Gustschin2010-06-021-2/+2
| * of/dma: mpc512x_dma.c: Fix build failuresAnatolij Gustschin2010-06-021-5/+5
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2010-05-303-0/+876
| |\
| | * DMA: PL330: Add dma api driverJassi Brar2010-05-233-0/+876
| * | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-251-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-05-241-0/+5
| |\ \
| | * | sh: guard cookie consistency across termination in the DMA driverGuennadi Liakhovetski2010-05-221-0/+4
| | * | sh: prevent the DMA driver from unloading, while in useGuennadi Liakhovetski2010-05-221-0/+1
| | |/
| * | Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-2225-470/+4883
| |\ \ | | |/
| | * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2010-05-2124-450/+4845
| | |\
| | | * Merge branch 'ioat' into dmaengineDan Williams2010-05-1717-209/+170
| | | |\
| | | | * async_tx: trim dma_async_tx_descriptor in 'no channel switch' caseDan Williams2010-05-171-7/+9
| | | | * ioat: Remove duplicated devm_kzalloc() calls for ioatdma_deviceMinskey Guo2010-05-021-6/+1
| | | | * ioat3: disable cacheline-unaligned transfers for raid operationsDan Williams2010-05-011-3/+3
| | | | * ioat2,3: convert to producer/consumer lockingDan Williams2010-05-014-181/+134
| | | | * ioat: convert to circ_bufDan Williams2010-05-012-12/+8
| | | * | DMAENGINE: extend the control command to include an argLinus Walleij2010-05-179-14/+23
| | | * | DMAENGINE: DMA40 fix for allocation of logical channel 0Marcin Mielczarczyk2010-05-171-7/+8
| | | * | DMAENGINE: DMA40 support paused channel statusJonas Aaberg2010-05-171-8/+67