index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
mxs-dma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-04
dmaengine: Remove the context argument to the prep_dma_cyclic operation
Laurent Pinchart
1
-1
/
+1
2014-07-14
dmaengine: Use dma_zalloc_coherent
Joe Perches
1
-5
/
+3
2013-11-13
dma: mxs-dma: Use semaphores for cyclic DMA
Markus Pargmann
1
-6
/
+35
2013-11-13
dma: mxs-dma: Update state after channel reset
Markus Pargmann
1
-1
/
+3
2013-11-13
dma: mxs-dma: Fix channel reset hardware bug
Markus Pargmann
1
-2
/
+27
2013-11-13
dma: mxs-dma: Report correct residue for cyclic DMA
Markus Pargmann
1
-1
/
+19
2013-11-13
dma: mxs-dma: Cleanup interrupt handler
Markus Pargmann
1
-36
/
+60
2013-10-25
dmaengine: mxs-dma: use DMA_COMPLETE for dma completion status
Vinod Koul
1
-3
/
+3
2013-08-19
dma: mxs-dma: remove code left from generic DMA binding conversion
Shawn Guo
1
-23
/
+0
2013-08-05
mxs-dma: remove useless variable
Andy Shevchenko
1
-3
/
+1
2013-07-05
dma: mxs-dma: Staticize mxs_dma_xlate
Fabio Estevam
1
-1
/
+1
2013-04-04
dma: mxs-dma: move to generic device tree binding
Shawn Guo
1
-4
/
+66
2013-04-04
dma: mxs-dma: use devm_* managed functions
Shawn Guo
1
-30
/
+9
2013-01-08
dma: mxs-dma: Fix build warnings with W=1
Fabio Estevam
1
-4
/
+4
2012-10-10
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-6
/
+8
2012-09-22
dmaengine: Pass flags via device_prep_dma_cyclic() callback
Peter Ujfalusi
1
-1
/
+1
2012-09-14
mxs/dma: Enlarge the CCW descriptor area to 4 pages
Marek Vasut
1
-6
/
+8
2012-07-16
dma: mxs-dma: Export missing symbols from mxs-dma.c
Attila Kinali
1
-0
/
+2
2012-06-07
dma: enable mxs-dma for imx6q
Huang Shijie
1
-1
/
+0
2012-05-26
Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-61
/
+127
2012-05-12
dma: mxs-dma: add device tree probe support
Dong Aisheng
1
-5
/
+24
2012-05-12
dma: mxs-dma: make platform_device_id more generic
Shawn Guo
1
-36
/
+79
2012-05-12
dma: mxs-dma: let dma_is_apbh and apbh_is_old take parameter
Shawn Guo
1
-12
/
+16
2012-05-12
dma: mxs-dma: use global stmp_device functionality
Dong Aisheng
1
-13
/
+13
2012-05-11
dmaengine: Use dma_sg_len(sg) instead of sg->length
Lars-Peter Clausen
1
-3
/
+3
2012-04-20
dma: mxs-dma: enable channel in device_issue_pending call
Shawn Guo
1
-7
/
+3
2012-03-31
Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6
Linus Torvalds
1
-5
/
+29
2012-03-27
mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg()
Huang Shijie
1
-4
/
+28
2012-03-27
mxs-dma : move the mxs dma.h to a more common place
Huang Shijie
1
-1
/
+1
2012-03-21
dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic
Alexandre Bounine
1
-2
/
+3
2012-03-13
dmaengine: ensure all DMA engine drivers initialize their cookies
Russell King - ARM Linux
1
-0
/
+1
2012-03-13
dmaengine: provide a common function for completing a dma descriptor
Russell King - ARM Linux
1
-1
/
+1
2012-03-13
dmaengine: consolidate assignment of DMA cookies
Russell King - ARM Linux
1
-14
/
+1
2012-03-13
dmaengine: add private header file
Russell King - ARM Linux
1
-0
/
+2
2012-03-13
dmaengine: move last completed cookie into generic dma_chan structure
Russell King - ARM Linux
1
-3
/
+2
2012-01-18
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-40
/
+13
2011-12-28
dma: mxs-dma: convert to clk_prepare/clk_unprepare
Shawn Guo
1
-4
/
+4
2011-12-23
dmaengine: add DMA_TRANS_NONE to dma_transfer_direction
Shawn Guo
1
-1
/
+1
2011-12-23
dma: mxs-dma: Don't use CLKGATE bits in CTRL0 to disable DMA channels
Lothar Waßmann
1
-28
/
+1
2011-12-23
dma: mxs-dma: make mxs_dma_prep_slave_sg() multi user safe
Lothar Waßmann
1
-1
/
+4
2011-12-23
dma: mxs-dma: Always leave mxs_dma_init() with the clock disabled.
Lothar Waßmann
1
-5
/
+2
2011-12-23
dma: mxs-dma: fix a typo in comment
Lothar Waßmann
1
-1
/
+1
2011-10-27
dmaengine: move drivers to dma_transfer_direction
Vinod Koul
1
-4
/
+4
2011-08-16
mxs-dma: enable CLKGATE before accessing registers
Lothar Waßmann
1
-21
/
+24
2011-07-26
ARM: mxs-dma: reset after disable channel
Dong Aisheng
1
-0
/
+1
2011-07-26
dma: mxs-dma: fix unterminated platform_device_id table
Axel Lin
1
-0
/
+2
2011-07-14
dmaengine: mxs-dma: skip request_irq for NO_IRQ
Shawn Guo
1
-4
/
+6
2011-03-02
dmaengine: mxs-dma: add dma support for i.MX23/28
Shawn Guo
1
-0
/
+724