| Commit message (Expand) | Author | Age | Files | Lines |
* | dmaengine: Fix spelling mistakes | Amit Vadhavana | 2024-09-02 | 1 | -1/+1 |
* | dmaengine: bcm2835-dma: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-09-28 | 1 | -4/+2 |
* | dmaengine: drivers: Use devm_platform_ioremap_resource() | Tudor Ambarus | 2023-01-18 | 1 | -3/+1 |
* | dmaengine: bcm2835: Drop local dma_parms | Robin Murphy | 2020-09-11 | 1 | -3/+0 |
* | dmaengine: bcm2835: do not call vchan_vdesc_fini() with lock held | Sascha Hauer | 2019-12-26 | 1 | -4/+1 |
* | Merge tag 'dmaengine-5.4-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2019-09-18 | 1 | -1/+3 |
|\ |
|
| * | dmaengine: bcm2835: Print error in case setting DMA mask fails | Stefan Wahren | 2019-07-22 | 1 | -1/+3 |
* | | dmaengine: bcm2835: Avoid accessing memory when copying zeroes | Lukas Wunner | 2019-09-11 | 1 | -0/+19 |
* | | dmaengine: bcm2835: Document struct bcm2835_dmadev | Lukas Wunner | 2019-09-11 | 1 | -0/+6 |
* | | dmaengine: bcm2835: Allow reusable descriptors | Lukas Wunner | 2019-09-11 | 1 | -0/+1 |
* | | dmaengine: bcm2835: Allow cyclic transactions without interrupt | Lukas Wunner | 2019-09-11 | 1 | -2/+10 |
|/ |
|
* | Merge tag 'dmaengine-5.2-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2019-05-09 | 1 | -1/+0 |
|\ |
|
| * | dmaengine: bcm2835: Drop duplicate capability setting. | Michal Suchanek | 2019-04-26 | 1 | -1/+0 |
* | | dmaengine: bcm2835: Avoid GFP_KERNEL in device_prep_slave_sg | Stefan Wahren | 2019-04-23 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'topic/brcm' into for-linus | Vinod Koul | 2019-03-12 | 1 | -61/+31 |
|\ |
|
| * | dmaengine: bcm2835: Drop outdated comment on supported transactions | Lukas Wunner | 2019-02-04 | 1 | -3/+0 |
| * | dmaengine: bcm2835: Drop gratuitous list deletion | Lukas Wunner | 2019-02-04 | 1 | -10/+0 |
| * | dmaengine: bcm2835: Enforce control block alignment | Lukas Wunner | 2019-02-04 | 1 | -1/+5 |
| * | dmaengine: bcm2835: Return void from abort of transactions | Lukas Wunner | 2019-02-04 | 1 | -3/+2 |
| * | dmaengine: bcm2835: Fix abort of transactions | Lukas Wunner | 2019-02-04 | 1 | -32/+9 |
| * | dmaengine: bcm2835: Fix interrupt race on RT | Lukas Wunner | 2019-02-04 | 1 | -15/+18 |
* | | dmaengine: bcm2835: Use struct_size() in kzalloc() | Gustavo A. R. Silva | 2019-01-07 | 1 | -2/+1 |
|/ |
|
* | dmaengine: bcm2835: Switch to SPDX identifier | Stefan Wahren | 2018-11-11 | 1 | -10/+1 |
* | dmaengine: bcm2835: make license text and module license match | Stefan Wahren | 2018-11-11 | 1 | -1/+1 |
* | dmaengine: bcm2835: remove dma_slave_config direction usage | Vinod Koul | 2018-10-07 | 1 | -8/+0 |
* | dmaengine: bcm2835-dma: Use vchan_terminate_vdesc() instead of desc_free | Peter Ujfalusi | 2017-12-04 | 1 | -1/+9 |
* | dmaengine: bcm2835: Fix cyclic DMA period splitting | Matthias Reichl | 2017-03-06 | 1 | -1/+4 |
* | dmaengine: bcm2835: fix 64-bit warning | Arnd Bergmann | 2016-07-01 | 1 | -2/+3 |
* | dmaengine: bcm2835: fix unexported function | Ben Dooks | 2016-06-08 | 1 | -1/+1 |
* | dmaengine: bcm2835: fix typo/added newline in legacy-mode warning message | Martin Sperl | 2016-05-02 | 1 | -1/+1 |
* | dmaengine: bcm2835: use platform_get_irq_byname | Martin Sperl | 2016-04-19 | 1 | -14/+63 |
* | dmaengine: bcm2835: add dma_memcopy support to bcm2835-dma | Martin Sperl | 2016-04-15 | 1 | -1/+35 |
* | dmaengine: bcm2835: add slave_sg support to bcm2835-dma | Martin Sperl | 2016-04-15 | 1 | -5/+108 |
* | dmaengine: bcm2835: limit max length based on channel type | Martin Sperl | 2016-04-15 | 1 | -3/+26 |
* | dmaengine: bcm2835: move controlblock chain generation into separate method | Martin Sperl | 2016-04-15 | 1 | -96/+198 |
* | dmaengine: bcm2835: move cyclic member from bcm2835_chan into bcm2835_desc | Martin Sperl | 2016-04-15 | 1 | -3/+3 |
* | dmaengine: bcm2835: add additional defines for DMA-registers | Martin Sperl | 2016-04-15 | 1 | -8/+49 |
* | dmaengine: bcm2835: remove unnecessary masking of dma channels | Martin Sperl | 2016-04-15 | 1 | -9/+0 |
* | dmaengine: bcm2835: set residue_granularity field | Martin Sperl | 2016-04-15 | 1 | -0/+1 |
* | dmaengine: bcm2835-dma: Convert to use DMA pool | Peter Ujfalusi | 2015-12-05 | 1 | -24/+54 |
* | dmaengine: bcm2835-dma: Fix memory leak when stopping a running transfer | Peter Ujfalusi | 2015-03-30 | 1 | -0/+1 |
* | dmaengine: bcm2835: Declare slave capabilities for the generic code | Maxime Ripard | 2014-12-22 | 1 | -12/+3 |
* | dmaengine: bcm2835: Split device_control | Maxime Ripard | 2014-12-22 | 1 | -23/+8 |
* | dmaengine: Make the destination abbreviation coherent | Maxime Ripard | 2014-12-22 | 1 | -1/+1 |
* | dmaengine: Remove .owner field for driver | Kiran Padwal | 2014-11-06 | 1 | -1/+0 |
* | dmaengine: bcm2835: Remove chancnt affectations | Maxime Ripard | 2014-11-06 | 1 | -2/+0 |
* | dmaengine: Remove the context argument to the prep_dma_cyclic operation | Laurent Pinchart | 2014-08-04 | 1 | -1/+1 |
* | dmaengine: Add DMA_PRIVATE to BCM2835 driver | Florian Meier | 2014-01-20 | 1 | -0/+1 |
* | dmaengine: Add support for BCM2835 | Florian Meier | 2014-01-07 | 1 | -0/+706 |