| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -2/+2 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -2/+2 |
| 2025-05-14 | fsldma: Set correct dma_mask based on hw capability | Ben Collins | 1 | -4/+16 |
| 2024-10-14 | dmaengine: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2023-09-28 | dmaengine: fsldma: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-08-01 | dmaengine: Explicitly include correct DT includes | Rob Herring | 1 | -1/+2 |
| 2021-01-12 | dmaengine: fsldma: Fix a resource leak in an error handling path of the probe... | Christophe JAILLET | 1 | -0/+5 |
| 2021-01-12 | dmaengine: fsldma: Fix a resource leak in the remove function | Christophe JAILLET | 1 | -0/+1 |
| 2020-09-18 | dmaengine: fsl: convert tasklets to use new tasklet_setup() API | Allen Pais | 1 | -3/+3 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-08-20 | dmaengine: fsldma: Mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 40 | Thomas Gleixner | 1 | -6/+1 |
| 2019-01-07 | dmaengine: fsldma: Replace DMA_IN/OUT by FSL_DMA_IN/OUT | Wen He | 1 | -8/+8 |
| 2018-09-03 | dmaengine: fsldma: move spin_lock_bh to spin_lock in tasklet | Barry Song | 1 | -2/+2 |
| 2018-04-22 | dmaengine: fsldma: simplify getting .drvdata | Wolfram Sang | 1 | -4/+2 |
| 2017-08-22 | dmaengine: remove DMA_SG as it is dead code in kernel | Dave Jiang | 1 | -118/+0 |
| 2017-06-22 | dmaengine: fsldma: set BWC, DAHTS and SAHTS values correctly | Thomas Breitung | 1 | -1/+4 |
| 2016-10-03 | Merge branch 'topic/unmap_cleanup' into for-linus | Vinod Koul | 1 | -1/+1 |
| 2016-10-03 | Merge branch 'topic/err_reporting' into for-linus | Vinod Koul | 1 | -5/+1 |
| 2016-09-30 | dmaengine: fsldma: Unmap region obtained by of_iomap | Arvind Yadav | 1 | -1/+3 |
| 2016-09-14 | dmaengine: NO_IRQ removal from powerpc-only drivers | Michael Ellerman | 1 | -6/+6 |
| 2016-08-08 | dmaengine: fsldma: move unmap to before callback | Dave Jiang | 1 | -1/+1 |
| 2016-08-08 | dmaengine: fsldma: convert callback to helper function | Dave Jiang | 1 | -5/+1 |
| 2016-06-21 | dmaengine: Remove site specific OOM error messages on kzalloc | Peter Griffin | 1 | -2/+0 |
| 2016-05-03 | dmaengine: fsldma: Use dma_pool_zalloc | Julia Lawall | 1 | -2/+1 |
| 2016-03-09 | dmaengine: fsldma: fix memory leak | Xuelin Shi | 1 | -0/+2 |
| 2015-10-01 | dmaengine: fsldma: Fix module autoload for OF platform driver | Luis de Bethencourt | 1 | -0/+1 |
| 2015-01-13 | dmaengine: fsldma: remove the unused variable | Kevin Hao | 1 | -1/+0 |
| 2015-01-13 | dmaengine: fsldma: declare slave capabilities for the generic code | Kevin Hao | 1 | -0/+5 |
| 2014-12-22 | dmaengine: fsl-dma: Split device_control | Maxime Ripard | 1 | -59/+32 |
| 2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
| 2014-11-06 | dmaengine: fsldma: Remove chancnt affectations | Maxime Ripard | 1 | -1/+0 |
| 2014-10-20 | dma: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
| 2014-10-15 | dmaengine: freescale: remove FSLDMA_EXTERNAL_START control method | Vinod Koul | 1 | -9/+0 |
| 2014-10-15 | dmaengine: freescale: add and export fsl_dma_external_start() | Vinod Koul | 1 | -1/+15 |
| 2014-07-14 | dmaengine: Freescale: change descriptor release process for supporting async_tx | Hongbo Zhang | 1 | -53/+144 |
| 2014-07-14 | dmaengine: Freescale: add suspend resume functions for DMA driver | Hongbo Zhang | 1 | -0/+77 |
| 2014-07-14 | dmaengine: Freescale: use spin_lock_bh instead of spin_lock_irqsave | Hongbo Zhang | 1 | -15/+10 |
| 2014-05-02 | DMA: Freescale: move functions to avoid forward declarations | Hongbo Zhang | 1 | -95/+95 |
| 2014-05-02 | DMA: Freescale: add fsl_dma_free_descriptor() to reduce code duplication | Hongbo Zhang | 1 | -10/+17 |
| 2014-05-02 | DMA: Freescale: remove attribute DMA_INTERRUPT of dmaengine | Hongbo Zhang | 1 | -31/+0 |
| 2014-05-02 | DMA: Freescale: unify register access methods | Hongbo Zhang | 1 | -19/+33 |
| 2014-05-02 | DMA: Freescale: remove the unnecessary FSL_DMA_LD_DEBUG | Hongbo Zhang | 1 | -10/+0 |
| 2013-12-12 | dma: fix fsldma build warnings | Dan Williams | 1 | -30/+1 |
| 2013-11-20 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -19/+7 |
| 2013-11-16 | Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel... | Vinod Koul | 1 | -16/+1 |
| 2013-11-14 | dmaengine: remove DMA unmap from drivers | Bartlomiej Zolnierkiewicz | 1 | -16/+0 |
| 2013-11-13 | dmaengine: prepare for generic 'unmap' data | Dan Williams | 1 | -0/+1 |
| 2013-11-13 | DMA: Freescale: update driver to support 8-channel DMA engine | Hongbo Zhang | 1 | -3/+6 |
| 2013-10-09 | drivers: clean-up prom.h implicit includes | Rob Herring | 1 | -0/+2 |
| 2013-08-05 | fsldma: remove useless use of lock | Andy Shevchenko | 1 | -9/+1 |
| 2013-07-05 | dma: use platform_{get,set}_drvdata() | Jingoo Han | 1 | -3/+2 |
| 2012-11-28 | dma: remove use of __devinit | Bill Pemberton | 1 | -2/+2 |
| 2012-09-01 | dma: fix comments | Masanari Iida | 1 | -1/+1 |
| 2012-03-21 | dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic | Alexandre Bounine | 1 | -1/+3 |
| 2012-03-13 | dmaengine: ensure all DMA engine drivers initialize their cookies | Russell King - ARM Linux | 1 | -0/+1 |
| 2012-03-13 | dmaengine: consolidate tx_status functions | Russell King - ARM Linux | 1 | -8/+3 |
| 2012-03-13 | dmaengine: provide a common function for completing a dma descriptor | Russell King - ARM Linux | 1 | -1/+1 |
| 2012-03-13 | dmaengine: consolidate assignment of DMA cookies | Russell King - ARM Linux | 1 | -8/+1 |
| 2012-03-13 | dmaengine: add private header file | Russell King - ARM Linux | 1 | -0/+1 |
| 2012-03-13 | dmaengine: move last completed cookie into generic dma_chan structure | Russell King - ARM Linux | 1 | -2/+2 |
| 2011-10-27 | dmaengine: move drivers to dma_transfer_direction | Vinod Koul | 1 | -2/+2 |
| 2011-04-10 | dt/fsldma: fix build warning caused by of_platform_device changes | Ira W. Snyder | 1 | -1/+1 |
| 2011-03-22 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 1 | -249/+300 |
| 2011-03-11 | fsldma: make halt behave nicely on all supported controllers | Ira Snyder | 1 | -3/+16 |
| 2011-03-11 | fsldma: reduce locking during descriptor cleanup | Ira Snyder | 1 | -62/+46 |
| 2011-03-11 | fsldma: support async_tx dependencies and automatic unmapping | Ira Snyder | 1 | -36/+95 |
| 2011-03-11 | fsldma: fix controller lockups | Ira Snyder | 1 | -122/+98 |
| 2011-03-11 | fsldma: minor codingstyle and consistency fixes | Ira Snyder | 1 | -16/+13 |
| 2011-03-11 | fsldma: improve link descriptor debugging | Ira Snyder | 1 | -6/+15 |
| 2011-03-11 | fsldma: use channel name in printk output | Ira Snyder | 1 | -34/+35 |
| 2011-03-11 | fsldma: move related helper functions near each other | Ira Snyder | 1 | -52/+64 |
| 2011-02-28 | dt/powerpc: Eliminate users of of_platform_{,un}register_driver | Grant Likely | 1 | -11/+3 |
| 2011-01-17 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 1 | -1/+3 |
| 2010-12-13 | fsldma: fix issue of slow dma | Forrest Shi | 1 | -2/+4 |
| 2010-12-03 | fsldma: add support to 36-bit physical address | Li Yang | 1 | -1/+3 |
| 2010-10-07 | fsldma: improved DMA_SLAVE support | Ira Snyder | 1 | -182/+44 |
| 2010-10-07 | fsldma: implement support for scatterlist to scatterlist copy | Ira Snyder | 1 | -3/+125 |
| 2010-08-06 | of/device: Replace struct of_device with struct platform_device | Grant Likely | 1 | -2/+2 |
| 2010-08-04 | Fix spelling contorller -> controller in comments | Stefan Weil | 1 | -1/+1 |
| 2010-05-22 | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 1 | -13/+15 |
| 2010-05-22 | of: Remove duplicate fields from of_platform_driver | Grant Likely | 1 | -4/+7 |
| 2010-05-18 | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely | 1 | -3/+3 |
| 2010-05-17 | Merge branch 'ioat' into dmaengine | Dan Williams | 1 | -0/+1 |
| 2010-05-17 | DMAENGINE: extend the control command to include an arg | Linus Walleij | 1 | -1/+1 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-03-26 | dmaengine: provide helper for setting txstate | Dan Williams | 1 | -5/+1 |
| 2010-03-26 | DMAENGINE: generic channel status v2 | Linus Walleij | 1 | -10/+9 |
| 2010-03-26 | DMAENGINE: generic slave control v2 | Linus Walleij | 1 | -3/+10 |
| 2010-02-28 | fsldma: Fix cookie issues | Steven J. Magnani | 1 | -1/+4 |
| 2010-02-28 | fsldma: Fix cookie issues | Steven J. Magnani | 1 | -1/+1 |
| 2010-02-02 | dma: make Open Firmware device id constant | Márton Németh | 1 | -1/+1 |
| 2010-02-02 | fsldma: major cleanups and fixes | Ira Snyder | 1 | -179/+203 |
| 2010-02-02 | fsldma: rename fsl_chan to chan | Ira Snyder | 1 | -275/+275 |
| 2010-02-02 | fsldma: simplify IRQ probing and handling | Ira Snyder | 1 | -44/+129 |
| 2010-02-02 | fsldma: clean up the OF subsystem routines | Ira Snyder | 1 | -126/+131 |
| 2010-02-02 | fsldma: rename dest to dst for uniformity | Ira Snyder | 1 | -16/+16 |
| 2010-02-02 | fsldma: rename struct fsl_dma_chan to struct fsldma_chan | Ira Snyder | 1 | -60/+68 |
| 2010-02-02 | fsldma: remove unused structure members | Ira Snyder | 1 | -9/+8 |
| 2010-02-02 | fsldma: reduce kernel text size | Ira Snyder | 1 | -37/+44 |
| 2009-09-08 | fsldma: Add DMA_SLAVE support | Ira Snyder | 1 | -0/+227 |
| 2009-09-08 | fsldma: split apart external pause and request count features | Ira Snyder | 1 | -16/+29 |
| 2009-09-08 | fsldma: implement a private tx_list | Dan Williams | 1 | -7/+9 |
| 2009-07-22 | drivers/dma/fsldma.c: Remove unnecessary semicolons | Joe Perches | 1 | -1/+1 |
| 2009-06-16 | fsldma: do not clear bandwidth control bits on the 83xx controller | Ira Snyder | 1 | -1/+2 |
| 2009-06-16 | fsldma: enable external start for the 83xx controller | Ira Snyder | 1 | -1/+1 |
| 2009-06-16 | fsldma: use PCI Read Multiple command | Ira W. Snyder | 1 | -2/+8 |
| 2009-05-27 | fsldma: Fix compile warnings | Kumar Gala | 1 | -6/+7 |
| 2009-05-22 | fsldma: fix memory leak on error path in fsl_dma_prep_memcpy() | Ira Snyder | 1 | -3/+15 |
| 2009-05-22 | fsldma: snooping is not enabled for last entry in descriptor chain | Ira Snyder | 1 | -2/+7 |
| 2009-05-22 | fsldma: fix infinite loop on multi-descriptor DMA chain completion | Ira Snyder | 1 | -8/+11 |
| 2009-05-22 | fsldma: fix "DMA halt timeout!" errors | Ira Snyder | 1 | -4/+6 |
| 2009-05-22 | fsldma: fix check on potential fdev->chan[] overflow | Roel Kluin | 1 | -1/+1 |
| 2009-03-25 | dmaengine: initialize tx_list in dma_async_tx_descriptor_init | Dan Williams | 1 | -1/+0 |
| 2009-03-04 | fsldma: fix off by one in dma_halt | Dan Williams | 1 | -2/+6 |
| 2009-01-15 | fsldma: print correct IRQ on mpc83xx | Peter Korsgaard | 1 | -1/+2 |
| 2009-01-14 | fsldma: check for NO_IRQ in fsl_dma_chan_remove() | Peter Korsgaard | 1 | -1/+2 |
| 2009-01-12 | fsldma: use a valid 'device' for dma_pool_create | Dan Williams | 1 | -1/+1 |
| 2009-01-06 | dmaengine: add a release for dma class devices and dependent infrastructure | Dan Williams | 1 | -1/+1 |
| 2009-01-06 | dmaengine: kill struct dma_client and supporting infrastructure | Dan Williams | 1 | -2/+1 |
| 2008-09-26 | fsldma: allow Freescale Elo DMA driver to be compiled as a module | Timur Tabi | 1 | -50/+88 |
| 2008-09-23 | fsldma: remove internal self-test from Freescale Elo DMA driver | Timur Tabi | 1 | -132/+0 |
| 2008-07-08 | dmaengine: Add dma_client parameter to device_alloc_chan_resources | Haavard Skinnemoen | 1 | -3/+4 |
| 2008-07-08 | fsldma: fix incorrect exit path for initialization | Li Yang | 1 | -15/+16 |
| 2008-04-17 | dmaengine: ack to flags: make use of the unused bits in the 'ack' field | Dan Williams | 1 | -5/+5 |
| 2008-04-17 | async_tx: kill ->device_dependency_added | Dan Williams | 1 | -8/+0 |
| 2008-04-17 | fsldma: Split the MPC83xx event from MPC85xx and refine irq codes. | Zhang Wei | 1 | -5/+21 |
| 2008-04-17 | fsldma: Remove CONFIG_FSL_DMA_SELFTEST, keep fsl_dma_self_test() running always. | Zhang Wei | 1 | -10/+3 |
| 2008-03-31 | [POWERPC] fsldma: Use compatiable binding as spec | Kumar Gala | 1 | -4/+4 |
| 2008-03-18 | fsldma: Fix the DMA halt when using DMA_INTERRUPT async_tx transfer. | Zhang Wei | 1 | -0/+30 |
| 2008-03-13 | fsldma: Add a completed cookie updated action in DMA finish interrupt. | Zhang Wei | 1 | -1/+1 |
| 2008-03-13 | fsldma: Add device_prep_dma_interrupt support to fsldma.c | Zhang Wei | 1 | -0/+27 |
| 2008-03-13 | fsldma: Fix fsldma.c warning messages when it's compiled under PPC64. | Zhang Wei | 1 | -13/+16 |
| 2008-03-04 | fsldma: do not cleanup descriptors in hardirq context | Dan Williams | 1 | -1/+0 |
| 2008-03-04 | dmaengine: add driver for Freescale MPC85xx DMA controller | Zhang Wei | 1 | -0/+1068 |