aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2010-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2-14/+15
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-3/+3
2010-05-17Merge branch 'ioat' into dmaengineDan Williams17-209/+170
2010-05-17DMAENGINE: extend the control command to include an argLinus Walleij9-14/+23
2010-05-17async_tx: trim dma_async_tx_descriptor in 'no channel switch' caseDan Williams1-7/+9
2010-05-17DMAENGINE: DMA40 fix for allocation of logical channel 0Marcin Mielczarczyk1-7/+8
2010-05-17DMAENGINE: DMA40 support paused channel statusJonas Aaberg1-8/+67
2010-05-17dmaengine: mpc512x: Use resource_sizeTobias Klauser1-1/+1
2010-05-17DMA ENGINE: Do not reset 'private' of channelJassi Brar1-2/+0
2010-05-06Merge branch 'sh/for-2.6.34' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-6/+21
2010-05-02ioat: Remove duplicated devm_kzalloc() calls for ioatdma_deviceMinskey Guo1-6/+1
2010-05-01ioat3: disable cacheline-unaligned transfers for raid operationsDan Williams1-3/+3
2010-05-01ioat2,3: convert to producer/consumer lockingDan Williams4-181/+134
2010-05-01ioat: convert to circ_bufDan Williams2-12/+8
2010-04-30MIPS: TXx9: Add missing MODULE_ALIAS definitions for TXx9 platform devicesGeert Uytterhoeven1-0/+2
2010-04-26Merge branch 'sh/stable-updates'Paul Mundt15-6/+36
2010-04-26SH: fix error paths in DMA driverGuennadi Liakhovetski1-6/+21
2010-04-26SH: constify multiple DMA related objects and references to themGuennadi Liakhovetski1-5/+7
2010-04-14DMAENGINE: Support for ST-Ericssons DMA40 block v3Linus Walleij5-0/+3412
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo15-0/+15
2010-03-29async_tx: use of kzalloc/kfree requires the include of slab.hStephen Rothwell1-0/+1
2010-03-26dmaengine: provide helper for setting txstateDan Williams13-88/+17
2010-03-26DMAENGINE: generic channel status v2Linus Walleij17-160/+170
2010-03-26DMAENGINE: generic slave control v2Linus Walleij9-35/+94
2010-03-26dma: timb-dma: Update comment and fix compiler warningRichard Röjfors1-2/+5
2010-03-25dma: Add timb-dmaRichard Röjfors3-0/+861
2010-03-24DMAENGINE: COH 901 318 fix bytesleftLinus Walleij1-8/+88
2010-03-24DMAENGINE: COH 901 318 rename confusing varsLinus Walleij1-38/+65
2010-03-23dmaengine: shdma: Introduce include/linux/sh_dma.hMagnus Damm2-4/+2
2010-03-23dmaengine: shdma: Common SH_DMA_SLAVE_NUMBERMagnus Damm2-2/+3
2010-03-23dmaengine: shdma: Remove sh_dmae_slave_chan_id enumMagnus Damm1-4/+4
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2-2/+2
2010-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2-202/+324
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita1-1/+1
2010-03-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds16-770/+1702
2010-03-03Merge branch 'coh' into dmaengineDan Williams6-122/+115
2010-03-03ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypesDan Williams5-67/+40
2010-03-03ioat3: interrupt coalescingDan Williams2-5/+34
2010-03-03ioat: close potential BUG_ON race in the descriptor cleanup pathDan Williams2-2/+2