aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/tegra20-apb-dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-18dmaengine: tegra20: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-06-15dmaengine: tegra-apb: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-04-27dmaengine: tegra-apb: Ensure that clock is enabled during of DMA synchronizationDmitry Osipenko1-0/+9
2020-04-10drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warningskbuild test robot1-1/+0
2020-04-02Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-264/+282
2020-03-23dmaengine: tegra-apb: Improve DMA synchronizationDmitry Osipenko1-0/+25
2020-03-23dmaengine: tegra-apb: Don't save/restore IRQ flags in interrupt handlerDmitry Osipenko1-4/+3
2020-03-23dmaengine: tegra-apb: mark PM functions as __maybe_unusedYueHaibing1-4/+2
2020-02-25dmaengine: tegra-apb: Improve error message about DMA underflowDmitry Osipenko1-1/+1
2020-02-25dmaengine: tegra-apb: Remove unused function argumentDmitry Osipenko1-2/+1
2020-02-25dmaengine: tegra-apb: Remove MODULE_ALIASDmitry Osipenko1-1/+0
2020-02-25dmaengine: tegra-apb: Add missing of_dma_controller_freeDmitry Osipenko1-0/+1
2020-02-25dmaengine: tegra-apb: Clean up suspend-resumeDmitry Osipenko1-67/+69
2020-02-25dmaengine: tegra-apb: Keep clock enabled only during of DMA transferDmitry Osipenko1-11/+25
2020-02-25dmaengine: tegra-apb: Remove duplicated pending_sg_req checksDmitry Osipenko1-12/+0
2020-02-25dmaengine: tegra-apb: Remove assumptions about unavailable runtime PMDmitry Osipenko1-9/+1
2020-02-25dmaengine: tegra-apb: Remove unneeded initialization of tdc->config_initDmitry Osipenko1-1/+0
2020-02-25dmaengine: tegra-apb: Fix coding style problemsDmitry Osipenko1-131/+144
2020-02-25dmaengine: tegra-apb: Use devm_request_irqDmitry Osipenko1-24/+11
2020-02-25dmaengine: tegra-apb: Use devm_platform_ioremap_resourceDmitry Osipenko1-2/+1
2020-02-25dmaengine: tegra-apb: Clean up tasklet releasingDmitry Osipenko1-5/+1
2020-02-25dmaengine: tegra-apb: Prevent race conditions on channel's freeingDmitry Osipenko1-2/+1
2020-02-25dmaengine: tegra-apb: Implement synchronization hookDmitry Osipenko1-0/+8
2020-02-25dmaengine: tegra-apb: Prevent race conditions of tasklet vs free listDmitry Osipenko1-1/+1
2020-02-25dmaengine: tegra-apb: Fix use-after-freeDmitry Osipenko1-4/+0
2019-07-25dmaengine: tegra-apb: Support per-burst residue granularityDmitry Osipenko1-7/+68
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+10
2019-06-04dmaengine: tegra-apb: Error out if DMA_PREP_INTERRUPT flag is unsetDmitry Osipenko1-2/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner1-12/+1
2019-01-07dmaengine: tegra-apb: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-2/+3
2019-01-07dmaengine: tegra: add tracepoints to driverBen Dooks1-0/+7
2019-01-07dmaengine: tegra: reduce channel name field sizeBen Dooks1-1/+1
2019-01-07dmaengine: tegra: fix incorrect case of DMABen Dooks1-10/+10
2019-01-07dmaengine: tegra: make byte counters unsigned intBen Dooks1-3/+3
2019-01-07dmaengine: tegra: avoid overflow of byte trackingBen Dooks1-1/+4
2017-11-29dmaengine: tegra-apb: Support non-flow controlled slave configurationDmitry Osipenko1-5/+14
2017-06-30dmaengine: tegra-apb: Really fix runtime-pm usageJon Hunter1-40/+10
2016-08-08dmaengine: tegra20-apb-dma: convert callback to helper functionDave Jiang1-6/+4
2016-07-16Merge branch 'topic/tegra' into for-linusVinod Koul1-7/+5
2016-06-30dmaengine: tegra-apb: Return the actual descriptor statusJon Hunter1-2/+2
2016-06-30dmaengine: tegra-apb: Remove duplicated residue calculationJon Hunter1-12/+12
2016-06-30dmaengine: tegra-apb: Correct grammar in TX status debug messageJon Hunter1-1/+1
2016-06-21dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin1-8/+3
2016-06-21dmaengine: tegra20-apb-dma: Only calculate residue if txstate exists.Peter Griffin1-1/+1
2016-06-14dmaengine: tegra: Remove some whitespace funkinessThierry Reding1-7/+5
2016-05-02dmaengine: tegra-apb: proper default init of channel slave_idShardar Shariff Md1-2/+14
2016-03-04dmaengine: tegra: Move of_device_id table near to its userLaxman Dewangan1-19/+18
2016-03-03dmaengine: tegra: don't open code of_device_get_match_data()Laxman Dewangan1-6/+4
2015-12-05dmaengine: tegra-apb: Free interrupts before killing taskletsJon Hunter1-2/+4
2015-12-05dmaengine: tegra-apb: Update driver to use GFP_NOWAITJon Hunter1-2/+2