Age | Commit message (Expand) | Author |
2019-07-31 | dmaengine: imx-dma: Mark expected switch fall-through | Gustavo A. R. Silva |
2019-03-14 | Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds |
2019-02-04 | dmaengine: imx-dma: fix wrong callback invoke | Leonid Iziumtsev |
2019-01-20 | dmaengine: imx-dma: change return of 'imxdma_sg_next' to void | Vinod Koul |
2019-01-20 | dmaengine: imx-dma: change variable 'now' type to size_t | Vinod Koul |
2019-01-20 | dmaengine: imx-dma: fix warning comparison of distinct pointer types | Anders Roxell |
2018-10-07 | dmaengine: imx-dma: remove dma_slave_config direction usage | Vinod Koul |
2018-05-23 | dmaengine: imx-dma: Switch to SPDX identifier | Fabio Estevam |
2018-01-21 | ARM: 8745/1: get rid of __memzero() | Nicolas Pitre |
2017-10-24 | dmaengine: Convert timers to use timer_setup() | Kees Cook |
2017-06-01 | dmaengine: imx-dma: cleanup scatterlist layering violations | Logan Gunthorpe |
2016-08-08 | dmaengine: imx-dma: convert callback to helper function | Dave Jiang |
2016-07-16 | dmaengine: imx-dma: fix coding style issue | Vinod Koul |
2016-07-16 | dmaengine: imx-dma: explicitly freeup irq | Vinod Koul |
2015-08-05 | dmaengine: Add an enum for the dmaengine alignment constraints | Maxime Ripard |
2015-07-07 | dmaengine: imx-dma: Check for clk_prepare_enable() error | Fabio Estevam |
2015-05-04 | dmaengine: imx: Constify platform_device_id | Krzysztof Kozlowski |
2015-02-02 | Merge branch 'topic/slave_caps_device_control_fix_rebased' into for-linus | Vinod Koul |
2014-12-22 | dmaengine: imx-dma.c: Remove unused function | Rickard Strandqvist |
2014-12-22 | dmaengine: imx: Split device_control | Maxime Ripard |
2014-10-20 | dma: drop owner assignment from platform_drivers | Wolfram Sang |
2014-08-04 | dmaengine: Remove the context argument to the prep_dma_cyclic operation | Laurent Pinchart |
2014-03-06 | dma: imx-dma: Add missing module owner field | Alexander Shiyan |
2014-03-06 | dma: imx-dma: Replace printk with dev_* | Alexander Shiyan |
2013-10-31 | Merge branch 'for-linus' into next | Vinod Koul |
2013-10-31 | dmaengine: imx-dma: fix format warnings | Russell King |
2013-10-25 | dmaengine: imx-dma: use DMA_COMPLETE for dma completion status | Vinod Koul |
2013-10-04 | dmaengine: imx-dma: fix callback path in tasklet | Michael Grzeschik |
2013-10-04 | dmaengine: imx-dma: fix lockdep issue between irqhandler and tasklet | Michael Grzeschik |
2013-10-04 | dmaengine: imx-dma: fix slow path issue in prep_dma_cyclic | Michael Grzeschik |
2013-09-02 | dma: imx-dma: Remove redundant NULL check | Sachin Kamat |
2013-07-05 | DMA: imx-dma: imxdma->dev used uninitialized | Markus Pargmann |
2013-07-05 | dma: imx-dma: Add oftree support | Markus Pargmann |
2013-04-15 | dma: imx-dma: Remove redundant NULL check before kfree | Syam Sidhardhan |
2013-04-15 | dma: Remove erroneous __exit and __exit_p() references | Maxin B. John |
2013-01-25 | Merge 3.8-rc5 into driver-core-next | Greg Kroah-Hartman |
2013-01-25 | dma: Convert to devm_ioremap_resource() | Thierry Reding |
2013-01-08 | dmaengine: imx-dma: Disable use of hw_chain to fix sg_dma transfers. | Javier Martin |
2012-11-06 | Merge branch 'arm-next' of git://git.xilinx.com/linux-xlnx into next/cleanup | Olof Johansson |
2012-10-24 | dmaengine: imx-dma: fix missing unlock on error in imxdma_xfer_desc() | Wei Yongjun |
2012-10-15 | dma: imx-dma: remove cpu_is_xxx by using platform_device_id | Shawn Guo |
2012-10-15 | dma: imx-dma: retrieve MEM and IRQ from resources | Shawn Guo |
2012-10-15 | dma: imx-dma: use devm_kzalloc and devm_request_irq | Shawn Guo |
2012-10-09 | Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/... | Linus Torvalds |
2012-10-01 | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds |
2012-10-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2012-09-22 | dmaengine: Pass flags via device_prep_dma_cyclic() callback | Peter Ujfalusi |
2012-09-14 | ARM: imx: move platform_data definitions | Arnd Bergmann |
2012-09-01 | dma: fix comments | Masanari Iida |
2012-07-27 | dma: imx-dma: Fix kernel crash due to missing clock conversion | Fabio Estevam |