Age | Commit message (Expand) | Author |
2012-03-24 | Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2012-03-23 | Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds |
2012-03-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2012-03-16 | ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driver | viresh kumar |
2012-02-28 | includecheck: delete any duplicate instances of module.h | Paul Gortmaker |
2012-02-05 | dma: Fix typo in iop-adma.c | Masanari Iida |
2012-02-02 | i.MX SDMA: Fix burstsize settings | Philippe Rétornaz |
2012-02-01 | dma: sh_dma: not all SH DMAC implementations support MEMCPY | Guennadi Liakhovetski |
2012-01-31 | Merge branch fixes of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmae... | Vinod Koul |
2012-01-31 | at_hdmac: bugfix for enabling channel irq | Nikolaus Voss |
2012-01-23 | dmaengine: fix missing 'cnt' in ?: in dmatest | Dr. David Alan Gilbert |
2012-01-17 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds |
2012-01-09 | Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds |
2012-01-09 | Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds |
2012-01-09 | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds |
2012-01-08 | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2012-01-07 | Merge branch 'depends/rmk/for-linus' into samsung/dt | Arnd Bergmann |
2012-01-06 | Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern... | Linus Torvalds |
2012-01-06 | dma: shdma: fix runtime PM: clear channel buffers on reset | Guennadi Liakhovetski |
2012-01-06 | dma/imx-sdma: save irq flags when use spin_lock in sdma_tx_submit | Haitao Zhang |
2012-01-02 | dmaengine/ste_dma40: clear LNK on channel startup | Rabin Vincent |
2012-01-02 | dmaengine: intel_mid_dma: remove legacy pm interface | Kristen Carlson Accardi |
2011-12-28 | dma: mxs-dma: convert to clk_prepare/clk_unprepare | Shawn Guo |
2011-12-23 | dmaengine: intel_mid_dma: error path fix | Adrian Hunter |
2011-12-23 | dmaengine: intel_mid_dma: locking and freeing fixes | Adrian Hunter |
2011-12-23 | dmaengine: add DMA_TRANS_NONE to dma_transfer_direction | Shawn Guo |
2011-12-23 | dma: mxs-dma: Don't use CLKGATE bits in CTRL0 to disable DMA channels | Lothar Waßmann |
2011-12-23 | dma: mxs-dma: make mxs_dma_prep_slave_sg() multi user safe | Lothar Waßmann |
2011-12-23 | dma: mxs-dma: Always leave mxs_dma_init() with the clock disabled. | Lothar Waßmann |
2011-12-23 | dma: mxs-dma: fix a typo in comment | Lothar Waßmann |
2011-12-23 | DMA: PL330: Add device tree support | Thomas Abraham |
2011-12-23 | DMA: PL330: Infer transfer direction from transfer request instead of platfor... | Thomas Abraham |
2011-12-23 | DMA: PL330: move filter function into driver | Thomas Abraham |
2011-12-19 | dma: MX3_IPU fix depends | Eric Bénard |
2011-12-13 | ARM: Orion: Get address map from plat-orion instead of via platform_data | Andrew Lunn |
2011-12-08 | DMA: PL330: Remove pm_runtime_xxx calls from pl330 probe/remove | Tushar Behera |
2011-12-08 | i.MX IPU DMA: Fix wrong burstsize settings | Sascha Hauer |
2011-12-05 | dmaengine/ste_dma40: allow fixed physical channel | Narayanan G |
2011-12-05 | dmaengine/amba-pl08x: Config ccfg and increment phychan_hold if phychan is true | Viresh Kumar |
2011-12-05 | dmaengine: convert drivers/dma/* to use module_platform_driver() | Axel Lin |
2011-12-05 | IMX/SDMA : save the real count for one DMA transaction. | Huang Shijie |
2011-12-05 | dma/ep93xx_dma: prevent ep93xx_dma_tasklet() to reference an empty list | Mika Westerberg |
2011-12-05 | dma/ep93xx_dma: fix initialization of M2M control register | Rafal Prylowski |
2011-11-28 | dmaengine: at_hdmac: simplify device selection from platform data or DT | Nicolas Ferre |
2011-11-28 | dmaengine: at_hdmac: empty entry shape modification | Nicolas Ferre |
2011-11-28 | dmaengine: at_hdmac: add const to struct platform_device_id definition | Nicolas Ferre |
2011-11-28 | dmaengine/ste_dma40: Add support to use lcla area from esram | Narayanan G |
2011-11-28 | dmaengine: timb_dma: fix the spare warinings | Vinod Koul |
2011-11-28 | dmaengine/dw_dmac: Reconfigure interrupt and chan_cfg register on resume | Viresh Kumar |
2011-11-23 | dmatest: don't use set_freezable_with_signal() | Tejun Heo |