Age | Commit message (Expand) | Author | Files | Lines |
2021-12-17 | dmaengine: tegra20-apb: stop checking config->slave_id | Arnd Bergmann | 1 | -6/+0 |
2021-04-12 | dmaengine: tegra20: Fix runtime PM imbalance on error | Dinghao Liu | 1 | -2/+2 |
2020-09-18 | dmaengine: tegra20: convert tasklets to use new tasklet_setup() API | Allen Pais | 1 | -4/+3 |
2020-06-16 | dmaengine: tegra-apb: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 1 | -1/+1 |
2020-04-27 | dmaengine: tegra-apb: Ensure that clock is enabled during of DMA synchronization | Dmitry Osipenko | 1 | -0/+9 |
2020-04-11 | drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warnings | kbuild test robot | 1 | -1/+0 |
2020-04-03 | Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -264/+282 |
2020-03-23 | dmaengine: tegra-apb: Improve DMA synchronization | Dmitry Osipenko | 1 | -0/+25 |
2020-03-23 | dmaengine: tegra-apb: Don't save/restore IRQ flags in interrupt handler | Dmitry Osipenko | 1 | -4/+3 |
2020-03-23 | dmaengine: tegra-apb: mark PM functions as __maybe_unused | YueHaibing | 1 | -4/+2 |
2020-02-25 | dmaengine: tegra-apb: Improve error message about DMA underflow | Dmitry Osipenko | 1 | -1/+1 |
2020-02-25 | dmaengine: tegra-apb: Remove unused function argument | Dmitry Osipenko | 1 | -2/+1 |
2020-02-25 | dmaengine: tegra-apb: Remove MODULE_ALIAS | Dmitry Osipenko | 1 | -1/+0 |
2020-02-25 | dmaengine: tegra-apb: Add missing of_dma_controller_free | Dmitry Osipenko | 1 | -0/+1 |
2020-02-25 | dmaengine: tegra-apb: Clean up suspend-resume | Dmitry Osipenko | 1 | -67/+69 |
2020-02-25 | dmaengine: tegra-apb: Keep clock enabled only during of DMA transfer | Dmitry Osipenko | 1 | -11/+25 |
2020-02-25 | dmaengine: tegra-apb: Remove duplicated pending_sg_req checks | Dmitry Osipenko | 1 | -12/+0 |
2020-02-25 | dmaengine: tegra-apb: Remove assumptions about unavailable runtime PM | Dmitry Osipenko | 1 | -9/+1 |
2020-02-25 | dmaengine: tegra-apb: Remove unneeded initialization of tdc->config_init | Dmitry Osipenko | 1 | -1/+0 |
2020-02-25 | dmaengine: tegra-apb: Fix coding style problems | Dmitry Osipenko | 1 | -131/+144 |
2020-02-25 | dmaengine: tegra-apb: Use devm_request_irq | Dmitry Osipenko | 1 | -24/+11 |
2020-02-25 | dmaengine: tegra-apb: Use devm_platform_ioremap_resource | Dmitry Osipenko | 1 | -2/+1 |
2020-02-25 | dmaengine: tegra-apb: Clean up tasklet releasing | Dmitry Osipenko | 1 | -5/+1 |
2020-02-25 | dmaengine: tegra-apb: Prevent race conditions on channel's freeing | Dmitry Osipenko | 1 | -2/+1 |
2020-02-25 | dmaengine: tegra-apb: Implement synchronization hook | Dmitry Osipenko | 1 | -0/+8 |
2020-02-25 | dmaengine: tegra-apb: Prevent race conditions of tasklet vs free list | Dmitry Osipenko | 1 | -1/+1 |
2020-02-25 | dmaengine: tegra-apb: Fix use-after-free | Dmitry Osipenko | 1 | -4/+0 |
2019-07-25 | dmaengine: tegra-apb: Support per-burst residue granularity | Dmitry Osipenko | 1 | -7/+68 |
2019-07-17 | Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -2/+10 |
2019-06-04 | dmaengine: tegra-apb: Error out if DMA_PREP_INTERRUPT flag is unset | Dmitry Osipenko | 1 | -2/+10 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 | Thomas Gleixner | 1 | -12/+1 |
2019-01-07 | dmaengine: tegra-apb: Use struct_size() in devm_kzalloc() | Gustavo A. R. Silva | 1 | -2/+3 |
2019-01-07 | dmaengine: tegra: add tracepoints to driver | Ben Dooks | 1 | -0/+7 |
2019-01-07 | dmaengine: tegra: reduce channel name field size | Ben Dooks | 1 | -1/+1 |
2019-01-07 | dmaengine: tegra: fix incorrect case of DMA | Ben Dooks | 1 | -10/+10 |
2019-01-07 | dmaengine: tegra: make byte counters unsigned int | Ben Dooks | 1 | -3/+3 |
2019-01-07 | dmaengine: tegra: avoid overflow of byte tracking | Ben Dooks | 1 | -1/+4 |
2017-11-29 | dmaengine: tegra-apb: Support non-flow controlled slave configuration | Dmitry Osipenko | 1 | -5/+14 |
2017-06-30 | dmaengine: tegra-apb: Really fix runtime-pm usage | Jon Hunter | 1 | -40/+10 |
2016-08-08 | dmaengine: tegra20-apb-dma: convert callback to helper function | Dave Jiang | 1 | -6/+4 |
2016-07-16 | Merge branch 'topic/tegra' into for-linus | Vinod Koul | 1 | -7/+5 |
2016-06-30 | dmaengine: tegra-apb: Return the actual descriptor status | Jon Hunter | 1 | -2/+2 |
2016-06-30 | dmaengine: tegra-apb: Remove duplicated residue calculation | Jon Hunter | 1 | -12/+12 |
2016-06-30 | dmaengine: tegra-apb: Correct grammar in TX status debug message | Jon Hunter | 1 | -1/+1 |
2016-06-21 | dmaengine: Remove site specific OOM error messages on kzalloc | Peter Griffin | 1 | -8/+3 |
2016-06-21 | dmaengine: tegra20-apb-dma: Only calculate residue if txstate exists. | Peter Griffin | 1 | -1/+1 |
2016-06-14 | dmaengine: tegra: Remove some whitespace funkiness | Thierry Reding | 1 | -7/+5 |
2016-05-02 | dmaengine: tegra-apb: proper default init of channel slave_id | Shardar Shariff Md | 1 | -2/+14 |
2016-03-04 | dmaengine: tegra: Move of_device_id table near to its user | Laxman Dewangan | 1 | -19/+18 |
2016-03-03 | dmaengine: tegra: don't open code of_device_get_match_data() | Laxman Dewangan | 1 | -6/+4 |