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