aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2010-08-04Merge branch 'master' into for-nextJiri Kosina
2010-08-04Fix spelling contorller -> controller in commentsStefan Weil
2010-07-02of/dma: fix build breakage in ppc4xx adma driverDan Williams
2010-06-16Merge branch 'master' into for-nextJiri Kosina
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König
2010-06-02of/dma: fix build breakage in ppc4xx adma driverAnatolij Gustschin
2010-06-02of/dma: mpc512x_dma.c: Fix build failuresAnatolij Gustschin
2010-05-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan
2010-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds
2010-05-23DMA: PL330: Add dma api driverJassi Brar
2010-05-22sh: guard cookie consistency across termination in the DMA driverGuennadi Liakhovetski
2010-05-22sh: prevent the DMA driver from unloading, while in useGuennadi Liakhovetski
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely
2010-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2010-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely
2010-05-17Merge branch 'ioat' into dmaengineDan Williams
2010-05-17DMAENGINE: extend the control command to include an argLinus Walleij
2010-05-17async_tx: trim dma_async_tx_descriptor in 'no channel switch' caseDan Williams
2010-05-17DMAENGINE: DMA40 fix for allocation of logical channel 0Marcin Mielczarczyk
2010-05-17DMAENGINE: DMA40 support paused channel statusJonas Aaberg
2010-05-17dmaengine: mpc512x: Use resource_sizeTobias Klauser
2010-05-17DMA ENGINE: Do not reset 'private' of channelJassi Brar
2010-05-06Merge branch 'sh/for-2.6.34' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2010-05-02ioat: Remove duplicated devm_kzalloc() calls for ioatdma_deviceMinskey Guo
2010-05-01ioat3: disable cacheline-unaligned transfers for raid operationsDan Williams
2010-05-01ioat2,3: convert to producer/consumer lockingDan Williams
2010-05-01ioat: convert to circ_bufDan Williams
2010-04-30MIPS: TXx9: Add missing MODULE_ALIAS definitions for TXx9 platform devicesGeert Uytterhoeven
2010-04-26Merge branch 'sh/stable-updates'Paul Mundt
2010-04-26SH: fix error paths in DMA driverGuennadi Liakhovetski
2010-04-26SH: constify multiple DMA related objects and references to themGuennadi Liakhovetski
2010-04-14DMAENGINE: Support for ST-Ericssons DMA40 block v3Linus Walleij
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-29async_tx: use of kzalloc/kfree requires the include of slab.hStephen Rothwell
2010-03-26dmaengine: provide helper for setting txstateDan Williams
2010-03-26DMAENGINE: generic channel status v2Linus Walleij
2010-03-26DMAENGINE: generic slave control v2Linus Walleij
2010-03-26dma: timb-dma: Update comment and fix compiler warningRichard Röjfors
2010-03-25dma: Add timb-dmaRichard Röjfors
2010-03-24DMAENGINE: COH 901 318 fix bytesleftLinus Walleij
2010-03-24DMAENGINE: COH 901 318 rename confusing varsLinus Walleij
2010-03-23dmaengine: shdma: Introduce include/linux/sh_dma.hMagnus Damm
2010-03-23dmaengine: shdma: Common SH_DMA_SLAVE_NUMBERMagnus Damm
2010-03-23dmaengine: shdma: Remove sh_dmae_slave_chan_id enumMagnus Damm
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy