index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
mmp_pdma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-25
dma: mmp_pdma: set DMA_PRIVATE
Daniel Mack
1
-0
/
+1
2013-08-25
dma: mmp_pdma: add support for cyclic DMA descriptors
Daniel Mack
1
-1
/
+111
2013-08-25
dma: mmp_pdma: don't clear DCMD_ENDIRQEN at end of pending chain
Daniel Mack
1
-20
/
+2
2013-08-25
dma: mmp_pdma: only complete one transaction from dma_do_tasklet()
Daniel Mack
1
-14
/
+21
2013-08-14
dma: mmp: simplify use of devm_ioremap_resource
Julia Lawall
1
-3
/
+0
2013-08-14
dma: mmp_pdma: add support for byte-aligned transfers
Daniel Mack
1
-1
/
+16
2013-08-14
dma: mmp_pdma: remove duplicate assignment
Daniel Mack
1
-1
/
+0
2013-08-14
dma: mmp_pdma: print the number of channels at probe time
Daniel Mack
1
-1
/
+1
2013-08-14
dma: mmp_pdma: make the controller a DMA provider
Daniel Mack
1
-0
/
+44
2013-08-14
dma: mmp_pdma: add filter function
Daniel Mack
1
-1
/
+20
2013-08-14
dma: mmp_pdma: fix maximum transfer length
Daniel Mack
1
-1
/
+1
2013-08-14
dma: mmp_pdma: refactor unlocking path in lookup_phy()
Daniel Mack
1
-4
/
+5
2013-08-14
dma: mmp_pdma: factor out DRCMR register calculation
Daniel Mack
1
-4
/
+4
2013-08-13
dma: mmp_pdma: Staticize mmp_pdma_alloc_descriptor()
Jingoo Han
1
-1
/
+2
2013-08-05
dma: mmp_pdma: clear DRCMR when free a phy channel
Xiang Wang
1
-0
/
+6
2013-08-05
dma: mmp_pdma: add protect when alloc/free phy channels
Xiang Wang
1
-16
/
+26
2013-08-05
mmp_pdma: remove useless use of lock
Andy Shevchenko
1
-9
/
+1
2013-02-26
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-4
/
+2
2013-01-25
dma: Convert to devm_ioremap_resource()
Thierry Reding
1
-3
/
+4
2013-01-20
dma: remove unnecessary null pointer check in mmp_pdma.c
Cong Ding
1
-4
/
+2
2013-01-03
Drivers: dma: remove __dev* attributes.
Greg Kroah-Hartman
1
-1
/
+1
2012-11-28
dma: remove use of __devinit
Bill Pemberton
1
-2
/
+2
2012-11-28
dma: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-09-14
dmaengine: mmp-pdma support
Zhangfei Gao
1
-0
/
+875