index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
tegra20-apb-dma.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2015-12-05
dmaengine: tegra-apb: Free interrupts before killing tasklets
Jon Hunter
1
-2
/
+4
2015-12-05
dmaengine: tegra-apb: Update driver to use GFP_NOWAIT
Jon Hunter
1
-2
/
+2
2015-12-05
dmaengine: tegra-apb: Only save channel state for those in use
Jon Hunter
1
-0
/
+8
2015-12-05
dmaengine: tegra-apb: Save and restore word count
Jon Hunter
1
-0
/
+6
2015-12-05
dmaengine: tegra-apb: Use dev_get_drvdata()
Jon Hunter
1
-4
/
+2
2015-12-05
dmaengine: tegra-apb: Correct runtime-pm usage
Jon Hunter
1
-25
/
+18
2015-08-20
dmaengine: tegra-apb: Simplify locking for device using global pause
Jon Hunter
1
-4
/
+28
2015-08-20
dmaengine: tegra-apb: Remove unnecessary return statements and variables
Jon Hunter
1
-12
/
+4
2015-08-20
dmaengine: tegra-apb: Avoid unnecessary channel base address calculation
Jon Hunter
1
-5
/
+6
2015-08-20
dmaengine: tegra-apb: Remove unused variables
Jon Hunter
1
-4
/
+0
2015-01-14
dmaengine: tegra: add slave capabilities reporting
Paul Walmsley
1
-0
/
+15
2014-12-22
dmaengine: tegra: fix incompatible pointer type warns
Vinod Koul
1
-2
/
+3
2014-12-22
dmaengine: tegra20: Split device_control
Maxime Ripard
1
-20
/
+2
2014-12-12
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-1
/
+0
2014-12-05
dmaengine / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Rafael J. Wysocki
1
-1
/
+1
2014-11-06
dmaengine: Remove .owner field for driver
Kiran Padwal
1
-1
/
+0
2014-08-04
dmaengine: Remove the context argument to the prep_dma_cyclic operation
Laurent Pinchart
1
-1
/
+1
2014-01-29
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-7
/
+55
2014-01-20
dma: tegra: add support for Tegra148/124
Laxman Dewangan
1
-7
/
+55
2013-12-11
dma: tegra: register as an OF DMA controller
Stephen Warren
1
-3
/
+36
2013-12-11
dma: tegra: use reset framework
Stephen Warren
1
-3
/
+10
2013-10-25
dmaengine: tegra: use DMA_COMPLETE for dma completion status
Vinod Koul
1
-2
/
+2
2013-10-07
dma: tegra20-apb-dma: Staticize tegra_dma_prep_dma_cyclic
Sachin Kamat
1
-1
/
+1
2013-08-05
tegra20-apb-dma: remove useless use of lock
Andy Shevchenko
1
-5
/
+3
2013-07-05
dma: tegra: avoid channel lock up after free
Dmitry Osipenko
1
-0
/
+1
2013-07-05
dma: tegra20-apbdma: err message correction
Dmitry Osipenko
1
-1
/
+1
2013-05-18
drivers/dma: don't check resource with devm_ioremap_resource
Wolfram Sang
1
-5
/
+0
[next]