summaryrefslogtreecommitdiff
path: root/drivers/dma/tegra20-apb-dma.c
AgeCommit message (Expand)Author
2023-09-28dmaengine: tegra20-apb-dma: Convert to platform remove callback returning voidUwe Kleine-König
2023-08-01dmaengine: Explicitly include correct DT includesRob Herring
2023-03-31dmaengine: tegra-apb: remove unused tdma_read functionTom Rix
2021-12-17dmaengine: tegra20-apb: stop checking config->slave_idArnd Bergmann
2021-04-12dmaengine: tegra20: Fix runtime PM imbalance on errorDinghao Liu
2020-09-18dmaengine: tegra20: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-06-15dmaengine: tegra-apb: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-04-27dmaengine: tegra-apb: Ensure that clock is enabled during of DMA synchronizationDmitry Osipenko
2020-04-10drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warningskbuild test robot
2020-04-02Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2020-03-23dmaengine: tegra-apb: Improve DMA synchronizationDmitry Osipenko
2020-03-23dmaengine: tegra-apb: Don't save/restore IRQ flags in interrupt handlerDmitry Osipenko
2020-03-23dmaengine: tegra-apb: mark PM functions as __maybe_unusedYueHaibing
2020-02-25dmaengine: tegra-apb: Improve error message about DMA underflowDmitry Osipenko
2020-02-25dmaengine: tegra-apb: Remove unused function argumentDmitry Osipenko
2020-02-25dmaengine: tegra-apb: Remove MODULE_ALIASDmitry Osipenko
2020-02-25dmaengine: tegra-apb: Add missing of_dma_controller_freeDmitry Osipenko
2020-02-25dmaengine: tegra-apb: Clean up suspend-resumeDmitry Osipenko
2020-02-25dmaengine: tegra-apb: Keep clock enabled only during of DMA transferDmitry Osipenko
2020-02-25dmaengine: tegra-apb: Remove duplicated pending_sg_req checksDmitry Osipenko
2020-02-25dmaengine: tegra-apb: Remove assumptions about unavailable runtime PMDmitry Osipenko
2020-02-25dmaengine: tegra-apb: Remove unneeded initialization of tdc->config_initDmitry Osipenko
2020-02-25dmaengine: tegra-apb: Fix coding style problemsDmitry Osipenko
2020-02-25dmaengine: tegra-apb: Use devm_request_irqDmitry Osipenko
2020-02-25dmaengine: tegra-apb: Use devm_platform_ioremap_resourceDmitry Osipenko
2020-02-25dmaengine: tegra-apb: Clean up tasklet releasingDmitry Osipenko
2020-02-25dmaengine: tegra-apb: Prevent race conditions on channel's freeingDmitry Osipenko
2020-02-25dmaengine: tegra-apb: Implement synchronization hookDmitry Osipenko
2020-02-25dmaengine: tegra-apb: Prevent race conditions of tasklet vs free listDmitry Osipenko
2020-02-25dmaengine: tegra-apb: Fix use-after-freeDmitry Osipenko
2019-07-25dmaengine: tegra-apb: Support per-burst residue granularityDmitry Osipenko
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2019-06-04dmaengine: tegra-apb: Error out if DMA_PREP_INTERRUPT flag is unsetDmitry Osipenko
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner
2019-01-07dmaengine: tegra-apb: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva
2019-01-07dmaengine: tegra: add tracepoints to driverBen Dooks
2019-01-07dmaengine: tegra: reduce channel name field sizeBen Dooks
2019-01-07dmaengine: tegra: fix incorrect case of DMABen Dooks
2019-01-07dmaengine: tegra: make byte counters unsigned intBen Dooks
2019-01-07dmaengine: tegra: avoid overflow of byte trackingBen Dooks
2017-11-29dmaengine: tegra-apb: Support non-flow controlled slave configurationDmitry Osipenko
2017-06-30dmaengine: tegra-apb: Really fix runtime-pm usageJon Hunter
2016-08-08dmaengine: tegra20-apb-dma: convert callback to helper functionDave Jiang
2016-07-16Merge branch 'topic/tegra' into for-linusVinod Koul
2016-06-30dmaengine: tegra-apb: Return the actual descriptor statusJon Hunter
2016-06-30dmaengine: tegra-apb: Remove duplicated residue calculationJon Hunter
2016-06-30dmaengine: tegra-apb: Correct grammar in TX status debug messageJon Hunter
2016-06-21dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin
2016-06-21dmaengine: tegra20-apb-dma: Only calculate residue if txstate exists.Peter Griffin
2016-06-14dmaengine: tegra: Remove some whitespace funkinessThierry Reding