index
:
tegra/linux
drm/core/mipi-dsi-non-continuous
drm/core/mipi-dsi-shutdown
drm/fixes
drm/for-next
drm/hdmi-for-3.9
drm/master
drm/panel/for-next
drm/tegra-for-3.9
drm/tegra/fixes
drm/tegra/for-next
drm/tegra/hpd-gpios-property
for-next
master
staging/base
staging/drm/fixes
staging/drm/panel
staging/drm/tegra
staging/gk20a
staging/host1x
staging/iommu
staging/master
staging/pci
staging/pwm
staging/tegra
staging/work
Linux kernel tree for NVIDIA Tegra DRM drivers
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-27
DMA: shdma: support the new CHCLR register layout
Guennadi Liakhovetski
1
-2
/
+12
2013-08-26
dma: imx-sdma: Add ROM script addresses to driver
Sascha Hauer
1
-1
/
+99
2013-08-26
dma: imx-sdma: Use struct for driver data
Sascha Hauer
1
-30
/
+33
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-25
acpi-dma: remove ugly conversion
Andy Shevchenko
1
-3
/
+1
2013-08-25
dmaengine: ste_dma40: off by one in d40_of_probe()
Dan Carpenter
1
-1
/
+1
2013-08-25
dma: ste_dma: Fix warning when CONFIG_ARM_LPAE=y
Fabio Estevam
1
-7
/
+5
2013-08-25
dma/Kconfig: TI_EDMA needs to be boolean
Guenter Roeck
1
-1
/
+1
2013-08-25
dma: ipu: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-08-25
DMA: shdma: switch all __iomem pointers to void
Guennadi Liakhovetski
2
-14
/
+14
2013-08-25
DMA: shdma: fix CHCLR register address calculation
Guennadi Liakhovetski
1
-4
/
+4
2013-08-23
ioatdma: silence GCC warnings
Paul Bolle
1
-1
/
+1
2013-08-22
dmaengine: make dma_channel_rebalance() NUMA aware
Brice Goglin
1
-28
/
+27
2013-08-22
ioatdma: disable RAID on non-Atom platforms and reenable unaligned copies
Brice Goglin
1
-23
/
+1
2013-08-22
mv_xor: support big endian systems using descriptor swap feature
Thomas Petazzoni
2
-3
/
+36
2013-08-22
mv_xor: use {readl, writel}_relaxed instead of __raw_{readl, writel}
Thomas Petazzoni
1
-18
/
+18
2013-08-22
dmatest: print message on debug level in case of no error
Andy Shevchenko
1
-1
/
+5
2013-08-22
dmatest: remove IS_ERR_OR_NULL checks of debugfs calls
Andy Shevchenko
1
-12
/
+5
2013-08-22
dmatest: make module parameters writable
Andy Shevchenko
1
-139
/
+20
2013-08-22
DMA: fix printk warning in AMBA PL08x DMA driver
Andre Przywara
1
-3
/
+6
2013-08-22
DMA: fix AMBA PL08x compilation issue with 64bit DMA address type
Andre Przywara
1
-6
/
+8
2013-08-19
dma: of: make error message more meaningful by adding the node name
Lothar Waßmann
1
-1
/
+2
2013-08-19
dma: mxs-dma: remove code left from generic DMA binding conversion
Shawn Guo
1
-23
/
+0
2013-08-19
dma: imx-sdma: remove the unused completion
Huang Shijie
1
-7
/
+0
2013-08-19
dmaengine: fix - error: potential NULL dereference 'chan'
Vinod Koul
1
-5
/
+5
2013-08-18
Merge 3.11-rc6 into usb-next
Greg Kroah-Hartman
1
-2
/
+2
2013-08-14
dma: mmp: simplify use of devm_ioremap_resource
Julia Lawall
2
-6
/
+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-14
Merge branch 'topic/of' into for-linus
Vinod Koul
1
-0
/
+26
2013-08-13
Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
3
-0
/
+1057
2013-08-13
dma: pl330: split off common code to give back descriptors
Chanho Park
1
-15
/
+23
2013-08-13
dmaengine: sirf: add PM entries for sleep and runtime
Barry Song
1
-3
/
+129
2013-08-13
dma: use dev_get_platdata()
Jingoo Han
10
-17
/
+18
2013-08-13
dma: sirf: use NULL instead of 0
Jingoo Han
1
-1
/
+1
2013-08-13
dma: mv_xor: use NULL instead of 0
Jingoo Han
1
-1
/
+1
2013-08-13
dma: mmp_pdma: Staticize mmp_pdma_alloc_descriptor()
Jingoo Han
1
-1
/
+2
2013-08-13
dmaengine: add interface of dma_get_slave_channel
Zhangfei Gao
1
-0
/
+26
2013-08-09
usb: musb dma: add cppi41 dma driver
Sebastian Andrzej Siewior
3
-0
/
+1057
2013-08-08
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2013-08-05
dma: mmp_pdma: clear DRCMR when free a phy channel
Xiang Wang
1
-0
/
+6
[prev]
[next]