index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
mmp_pdma.c
Commit message (
Expand
)
Author
Age
*
dma: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
*
dmaengine: Remove the context argument to the prep_dma_cyclic operation
Laurent Pinchart
2014-08-04
*
dma: mmp_pdma: add support for residue reporting
Daniel Mack
2014-05-07
*
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-05-02
*
dma: mmp_pdma: add IRQF_SHARED when request irq
Chao Xie
2014-03-06
*
dmaengine: mmp_pdma: fix mismerge
Arnd Bergmann
2014-01-29
*
Merge branch 'topic/of' into for-linus
Vinod Koul
2014-01-07
|
\
|
*
dma: add dma_get_any_slave_channel(), for use in of_xlate()
Stephen Warren
2013-12-10
*
|
mmp_pdma: Style neatening
Joe Perches
2013-12-15
*
|
dma: mmp_pdma: add missing platform_set_drvdata() in mmp_pdma_probe()
Wei Yongjun
2013-11-28
|
/
*
dma: misc: remove deprecated IRQF_DISABLED
Michael Opdenacker
2013-10-13
*
dma: mmp_pdma: use list_move instead of list_del/list_add
Wei Yongjun
2013-10-06
*
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-25
*
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-14
*
dma: mmp_pdma: Staticize mmp_pdma_alloc_descriptor()
Jingoo Han
2013-08-13
*
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-08-05
*
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2013-02-26
|
\
|
*
dma: remove unnecessary null pointer check in mmp_pdma.c
Cong Ding
2013-01-20
*
|
dma: Convert to devm_ioremap_resource()
Thierry Reding
2013-01-25
*
|
Drivers: dma: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
|
/
*
dma: remove use of __devinit
Bill Pemberton
2012-11-28
*
dma: remove use of __devexit_p
Bill Pemberton
2012-11-28
*
dmaengine: mmp-pdma support
Zhangfei Gao
2012-09-13