aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-8/+8
2010-08-10Merge branches 'master' and 'devel' into for-linusRussell King2-5/+5
2010-08-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds15-364/+3146
2010-08-06Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6 into devel-stableRussell King2-5/+5
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely3-8/+8
2010-08-04DMAENGINE: at_hdmac: locking fixletYong Wang1-2/+2
2010-08-04DMAENGINE: pch_dma: kill another usage of __raw_{read|write}lYong Wang1-2/+2
2010-08-04dma: dmatest: fix potential sign bugKulikov Vasiliy1-1/+1
2010-08-04ioat2: catch and recover from broken vtd configurations v6Dan Williams3-3/+27
2010-08-04DMAENGINE: add runtime slave control to COH 901 318 v3Linus Walleij1-0/+169
2010-08-04DMAENGINE: add runtime slave config to DMA40 v3Linus Walleij1-4/+137
2010-08-04dmaengine: Driver for Topcliff PCH DMA controllerYong Wang3-0/+965
2010-08-04Merge branch 'master' into for-nextJiri Kosina1-1/+3
2010-08-04Fix spelling contorller -> controller in commentsStefan Weil1-1/+1
2010-07-27intel_mid: Add Mrst & Mfld DMA DriversVinod Koul4-0/+1417
2010-07-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt2-8/+10
2010-07-02of/dma: fix build breakage in ppc4xx adma driverDan Williams1-1/+3
2010-07-01Merge branch 'timb' into dmaengineDan Williams1-4/+4
2010-07-01drivers/dma: Eliminate a NULL pointer dereferenceJulia Lawall1-2/+2
2010-07-01dma/timb_dma: compile warning on 32 bitDan Carpenter1-2/+2
2010-06-22DMAENGINE: ste_dma40: support older siliconLinus Walleij1-4/+28
2010-06-22DMAENGINE: ste_dma40: support disabling physical channelsJonas Aaberg1-0/+8
2010-06-22DMAENGINE: ste_dma40: fix suspend bugJonas Aaberg1-20/+13
2010-06-22DMAENGINE: ste_dma40: allocate LCLA dynamicallyLinus Walleij3-102/+168
2010-06-22DMAENGINE: ste_dma40: no premature stopJonas Aaberg1-1/+4
2010-06-22DMAENGINE: ste_dma40: interrupts only on dstJonas Aaberg2-8/+5
2010-06-22DMAENGINE: ste_dma40: avoid doing unnessecary suspendJonas Aaberg1-32/+7
2010-06-22DMAENGINE: ste_dma40: lock fixJonas Aaberg1-7/+7
2010-06-22DMAENGINE: ste_dma40: deny ops on non-alloc channelsJonas Aaberg1-0/+44
2010-06-22DMAENGINE: ste_dma40: various cosmetic clean-upsJonas Aaberg2-67/+52
2010-06-22DMAENGINE: ste_dma40: improve allocation error handlingJonas Aaberg1-14/+10
2010-06-22DMAENGINE: ste_dma40: use kmem cacheJonas Aaberg1-34/+18
2010-06-22DMAENGINE: ste_dma40: moved freeing of client owned descPer Friden1-12/+12
2010-06-22DMAENGINE: ste_dma40: only write phy channel config first timeLinus Walleij2-32/+35
2010-06-22DMAENGINE: ste_dma40: fixed lli_max=1 issuePer Friden1-33/+29
2010-06-16Merge branch 'master' into for-nextJiri Kosina25-465/+5744
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-06-02of/dma: fix build breakage in ppc4xx adma driverAnatolij Gustschin1-2/+2
2010-06-02of/dma: mpc512x_dma.c: Fix build failuresAnatolij Gustschin1-5/+5
2010-05-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt7-9/+893
2010-05-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds3-0/+876
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MINAlexey Dobriyan1-1/+1
2010-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-0/+5
2010-05-23DMA: PL330: Add dma api driverJassi Brar3-0/+876
2010-05-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt24-450/+4845
2010-05-22sh: guard cookie consistency across termination in the DMA driverGuennadi Liakhovetski1-0/+4
2010-05-22sh: prevent the DMA driver from unloading, while in useGuennadi Liakhovetski1-0/+1
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely25-470/+4883
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely2-5/+8
2010-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds24-450/+4845