index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
tegra20-apb-dma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dmaengine: tegra-apb: Support non-flow controlled slave configuration
Dmitry Osipenko
2017-11-29
1
-5
/
+14
*
dmaengine: tegra-apb: Really fix runtime-pm usage
Jon Hunter
2017-06-30
1
-40
/
+10
*
dmaengine: tegra20-apb-dma: convert callback to helper function
Dave Jiang
2016-08-08
1
-6
/
+4
*
Merge branch 'topic/tegra' into for-linus
Vinod Koul
2016-07-16
1
-7
/
+5
|
\
|
*
dmaengine: tegra: Remove some whitespace funkiness
Thierry Reding
2016-06-14
1
-7
/
+5
*
|
dmaengine: tegra-apb: Return the actual descriptor status
Jon Hunter
2016-06-30
1
-2
/
+2
*
|
dmaengine: tegra-apb: Remove duplicated residue calculation
Jon Hunter
2016-06-30
1
-12
/
+12
*
|
dmaengine: tegra-apb: Correct grammar in TX status debug message
Jon Hunter
2016-06-30
1
-1
/
+1
*
|
dmaengine: Remove site specific OOM error messages on kzalloc
Peter Griffin
2016-06-21
1
-8
/
+3
*
|
dmaengine: tegra20-apb-dma: Only calculate residue if txstate exists.
Peter Griffin
2016-06-21
1
-1
/
+1
|
/
*
dmaengine: tegra-apb: proper default init of channel slave_id
Shardar Shariff Md
2016-05-02
1
-2
/
+14
*
dmaengine: tegra: Move of_device_id table near to its user
Laxman Dewangan
2016-03-04
1
-19
/
+18
*
dmaengine: tegra: don't open code of_device_get_match_data()
Laxman Dewangan
2016-03-03
1
-6
/
+4
*
dmaengine: tegra-apb: Free interrupts before killing tasklets
Jon Hunter
2015-12-05
1
-2
/
+4
*
dmaengine: tegra-apb: Update driver to use GFP_NOWAIT
Jon Hunter
2015-12-05
1
-2
/
+2
*
dmaengine: tegra-apb: Only save channel state for those in use
Jon Hunter
2015-12-05
1
-0
/
+8
*
dmaengine: tegra-apb: Save and restore word count
Jon Hunter
2015-12-05
1
-0
/
+6
*
dmaengine: tegra-apb: Use dev_get_drvdata()
Jon Hunter
2015-12-05
1
-4
/
+2
*
dmaengine: tegra-apb: Correct runtime-pm usage
Jon Hunter
2015-12-05
1
-25
/
+18
*
dmaengine: tegra-apb: Simplify locking for device using global pause
Jon Hunter
2015-08-20
1
-4
/
+28
*
dmaengine: tegra-apb: Remove unnecessary return statements and variables
Jon Hunter
2015-08-20
1
-12
/
+4
*
dmaengine: tegra-apb: Avoid unnecessary channel base address calculation
Jon Hunter
2015-08-20
1
-5
/
+6
*
dmaengine: tegra-apb: Remove unused variables
Jon Hunter
2015-08-20
1
-4
/
+0
*
dmaengine: tegra: add slave capabilities reporting
Paul Walmsley
2015-01-14
1
-0
/
+15
*
dmaengine: tegra: fix incompatible pointer type warns
Vinod Koul
2014-12-22
1
-2
/
+3
*
dmaengine: tegra20: Split device_control
Maxime Ripard
2014-12-22
1
-20
/
+2
*
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2014-12-12
1
-1
/
+0
|
\
|
*
dmaengine: Remove .owner field for driver
Kiran Padwal
2014-11-06
1
-1
/
+0
*
|
dmaengine / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Rafael J. Wysocki
2014-12-05
1
-1
/
+1
|
/
*
dmaengine: Remove the context argument to the prep_dma_cyclic operation
Laurent Pinchart
2014-08-04
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2014-01-29
1
-7
/
+55
|
\
|
*
dma: tegra: add support for Tegra148/124
Laxman Dewangan
2014-01-20
1
-7
/
+55
*
|
dma: tegra: register as an OF DMA controller
Stephen Warren
2013-12-11
1
-3
/
+36
*
|
dma: tegra: use reset framework
Stephen Warren
2013-12-11
1
-3
/
+10
|
/
*
dmaengine: tegra: use DMA_COMPLETE for dma completion status
Vinod Koul
2013-10-25
1
-2
/
+2
*
dma: tegra20-apb-dma: Staticize tegra_dma_prep_dma_cyclic
Sachin Kamat
2013-10-07
1
-1
/
+1
*
tegra20-apb-dma: remove useless use of lock
Andy Shevchenko
2013-08-05
1
-5
/
+3
*
dma: tegra: avoid channel lock up after free
Dmitry Osipenko
2013-07-05
1
-0
/
+1
*
dma: tegra20-apbdma: err message correction
Dmitry Osipenko
2013-07-05
1
-1
/
+1
*
drivers/dma: don't check resource with devm_ioremap_resource
Wolfram Sang
2013-05-18
1
-5
/
+0
*
dma: tegra: implement suspend/resume callbacks
Laxman Dewangan
2013-05-02
1
-0
/
+65
*
dma: tegra: assume CONFIG_OF
Stephen Warren
2013-04-15
1
-15
/
+7
*
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2013-02-26
1
-6
/
+49
|
\
|
*
dma: tegra20-apb-dma: remove unnecessary assignment
Andy Shevchenko
2013-02-14
1
-1
/
+0
|
*
dma: tegra: add support for Tegra114 SoC
Laxman Dewangan
2013-01-08
1
-1
/
+12
|
*
dma: tegra: add support for channel wise pause
Laxman Dewangan
2013-01-08
1
-5
/
+38
*
|
Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2013-02-21
1
-1
/
+1
|
\
\
|
*
\
Merge tag 'tegra-for-3.9-soc-ccf' of git://git.kernel.org/pub/scm/linux/kerne...
Olof Johansson
2013-02-05
1
-1
/
+1
|
|
\
\
|
|
*
|
ARM: tegra: migrate to new clock code
Prashant Gaikwad
2013-01-28
1
-1
/
+1
*
|
|
|
Merge 3.8-rc5 into driver-core-next
Greg Kroah-Hartman
2013-01-25
1
-2
/
+6
|
\
|
|
|
[next]