index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
2018-11-05
dmaengine: mmp_pdma: remove dma_slave_config direction usage
Vinod Koul
1
-5
/
+23
2016-08-08
dmaengine: mmp_pdma: convert callback to helper function
Dave Jiang
1
-9
/
+5
2016-07-16
dmaengine: mmp_pdma: explicitly freeup irq
Vinod Koul
1
-0
/
+19
2016-05-03
dmaengine: mmp_pdma: Use dma_pool_zalloc
Julia Lawall
1
-2
/
+1
2015-08-05
dmaengine: Add an enum for the dmaengine alignment constraints
Maxime Ripard
1
-2
/
+1
2015-04-24
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-1
/
+1
2015-03-18
dmaengine: constify of_device_id array
Fabian Frederick
1
-1
/
+1
2015-03-05
dmaengine: mmp_pdma: fix warning about slave caps
Robert Jarzmik
1
-0
/
+7
2015-02-23
dmaenegine: mmp-pdma: fix irq handler overwrite physical chan issue
Qiao Zhou
1
-0
/
+3
2014-12-22
dmaengine: mmp-pdma: Split device_control
Maxime Ripard
1
-53
/
+56
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-05-07
dma: mmp_pdma: add support for residue reporting
Daniel Mack
1
-3
/
+84
2014-05-02
dma: mmp_pdma: Fix physical channel memory allocation size
Laurent Pinchart
1
-4
/
+2
2014-05-02
dma: mmp_pdma: Simplify access to channel drcmr value
Laurent Pinchart
1
-1
/
+1
2014-03-06
dma: mmp_pdma: add IRQF_SHARED when request irq
Chao Xie
1
-4
/
+4
2014-01-29
dmaengine: mmp_pdma: fix mismerge
Arnd Bergmann
1
-8
/
+0
2014-01-07
Merge branch 'topic/of' into for-linus
Vinod Koul
1
-13
/
+4
2013-12-16
mmp_pdma: Style neatening
Joe Perches
1
-99
/
+105
2013-12-10
dma: add dma_get_any_slave_channel(), for use in of_xlate()
Stephen Warren
1
-23
/
+7
2013-11-28
dma: mmp_pdma: add missing platform_set_drvdata() in mmp_pdma_probe()
Wei Yongjun
1
-0
/
+1
2013-10-13
dma: misc: remove deprecated IRQF_DISABLED
Michael Opdenacker
1
-2
/
+2
2013-10-07
dma: mmp_pdma: use list_move instead of list_del/list_add
Wei Yongjun
1
-2
/
+1
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-26
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-04
Drivers: dma: remove __dev* attributes.
Greg Kroah-Hartman
1
-1
/
+1
2012-11-29
dma: remove use of __devinit
Bill Pemberton
1
-2
/
+2
2012-11-29
dma: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-09-14
dmaengine: mmp-pdma support
Zhangfei Gao
1
-0
/
+875