index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
mmp_pdma.c
Age
Commit message (
Expand
)
Author
2016-05-03
dmaengine: mmp_pdma: Use dma_pool_zalloc
Julia Lawall
2015-08-05
dmaengine: Add an enum for the dmaengine alignment constraints
Maxime Ripard
2015-04-24
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2015-03-18
dmaengine: constify of_device_id array
Fabian Frederick
2015-03-05
dmaengine: mmp_pdma: fix warning about slave caps
Robert Jarzmik
2015-02-23
dmaenegine: mmp-pdma: fix irq handler overwrite physical chan issue
Qiao Zhou
2014-12-22
dmaengine: mmp-pdma: Split device_control
Maxime Ripard
2014-11-06
dmaengine: Remove .owner field for driver
Kiran Padwal
2014-08-04
dmaengine: Remove the context argument to the prep_dma_cyclic operation
Laurent Pinchart
2014-05-07
dma: mmp_pdma: add support for residue reporting
Daniel Mack
2014-05-02
dma: mmp_pdma: Fix physical channel memory allocation size
Laurent Pinchart
2014-05-02
dma: mmp_pdma: Simplify access to channel drcmr value
Laurent Pinchart
2014-03-06
dma: mmp_pdma: add IRQF_SHARED when request irq
Chao Xie
2014-01-29
dmaengine: mmp_pdma: fix mismerge
Arnd Bergmann
2014-01-07
Merge branch 'topic/of' into for-linus
Vinod Koul
2013-12-16
mmp_pdma: Style neatening
Joe Perches
2013-12-10
dma: add dma_get_any_slave_channel(), for use in of_xlate()
Stephen Warren
2013-11-28
dma: mmp_pdma: add missing platform_set_drvdata() in mmp_pdma_probe()
Wei Yongjun
2013-10-13
dma: misc: remove deprecated IRQF_DISABLED
Michael Opdenacker
2013-10-07
dma: mmp_pdma: use list_move instead of list_del/list_add
Wei Yongjun
2013-08-25
dma: mmp_pdma: set DMA_PRIVATE
Daniel Mack
2013-08-25
dma: mmp_pdma: add support for cyclic DMA descriptors
Daniel Mack
2013-08-25
dma: mmp_pdma: don't clear DCMD_ENDIRQEN at end of pending chain
Daniel Mack
2013-08-25
dma: mmp_pdma: only complete one transaction from dma_do_tasklet()
Daniel Mack
2013-08-14
dma: mmp: simplify use of devm_ioremap_resource
Julia Lawall
2013-08-14
dma: mmp_pdma: add support for byte-aligned transfers
Daniel Mack
2013-08-14
dma: mmp_pdma: remove duplicate assignment
Daniel Mack
2013-08-14
dma: mmp_pdma: print the number of channels at probe time
Daniel Mack
2013-08-14
dma: mmp_pdma: make the controller a DMA provider
Daniel Mack
2013-08-14
dma: mmp_pdma: add filter function
Daniel Mack
2013-08-14
dma: mmp_pdma: fix maximum transfer length
Daniel Mack
2013-08-14
dma: mmp_pdma: refactor unlocking path in lookup_phy()
Daniel Mack
2013-08-14
dma: mmp_pdma: factor out DRCMR register calculation
Daniel Mack
2013-08-13
dma: mmp_pdma: Staticize mmp_pdma_alloc_descriptor()
Jingoo Han
2013-08-05
dma: mmp_pdma: clear DRCMR when free a phy channel
Xiang Wang
2013-08-05
dma: mmp_pdma: add protect when alloc/free phy channels
Xiang Wang
2013-08-05
mmp_pdma: remove useless use of lock
Andy Shevchenko
2013-02-26
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2013-01-25
dma: Convert to devm_ioremap_resource()
Thierry Reding
2013-01-20
dma: remove unnecessary null pointer check in mmp_pdma.c
Cong Ding
2013-01-03
Drivers: dma: remove __dev* attributes.
Greg Kroah-Hartman
2012-11-28
dma: remove use of __devinit
Bill Pemberton
2012-11-28
dma: remove use of __devexit_p
Bill Pemberton
2012-09-14
dmaengine: mmp-pdma support
Zhangfei Gao