index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-26
drivers/dma/dw_dmac: make driver's endianness configurable
Hein Tibosch
2
-5
/
+24
2012-10-24
dmaengine: sirf: fix a typo in moving running dma_desc to active queue
Barry Song
1
-1
/
+1
2012-10-24
dmaengine: sirf: fix a typo in dma_prep_interleaved
Barry Song
1
-1
/
+1
2012-10-24
dmaengine: imx-dma: fix missing unlock on error in imxdma_xfer_desc()
Wei Yongjun
1
-1
/
+3
2012-10-17
Merge branch 'omap-for-v3.8/cleanup-headers-dma' into omap-for-v3.8/cleanup-h...
Tony Lindgren
1
-1
/
+1
2012-10-16
ARM: OMAP: Trivial driver changes to remove include plat/cpu.h
Tony Lindgren
1
-2
/
+7
2012-10-16
ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.h
Lokesh Vutla
1
-1
/
+1
2012-10-15
dma: imx-dma: remove cpu_is_xxx by using platform_device_id
Shawn Guo
1
-6
/
+48
2012-10-15
dma: imx-dma: retrieve MEM and IRQ from resources
Shawn Guo
1
-15
/
+20
2012-10-15
dma: imx-dma: use devm_kzalloc and devm_request_irq
Shawn Guo
1
-39
/
+15
2012-10-15
dma: imx-sdma: remove unneeded mach/hardware.h inclusion
Shawn Guo
1
-1
/
+0
2012-10-15
dma: ipu: rename mach/ipu.h to include/linux/dma/ipu-dma.h
Shawn Guo
2
-4
/
+2
2012-10-10
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
15
-199
/
+1891
2012-10-09
Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...
Linus Torvalds
12
-20
/
+51
2012-10-05
drivers/dma/dmaengine.c: lower the priority of 'failed to get' dma channel me...
Fabio Estevam
1
-1
/
+1
2012-10-04
dma: tegra: fix interrupt name issue with apb dma.
Laxman Dewangan
1
-3
/
+3
2012-10-02
dw_dmac: fix a regression in dwc_prep_dma_memcpy
Andy Shevchenko
1
-4
/
+5
2012-10-02
Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
6
-7
/
+7
2012-10-02
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-0
/
+2
2012-10-02
Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+4
2012-10-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
10
-19
/
+15
2012-09-27
dw_dmac: introduce software emulation of LLP transfers
Andy Shevchenko
2
-4
/
+101
2012-09-27
dw_dmac: autoconfigure data_width or get it via platform data
Andy Shevchenko
2
-6
/
+47
2012-09-27
dw_dmac: autoconfigure block_size or use platform data
Andy Shevchenko
2
-16
/
+24
2012-09-27
dw_dmac: get number of channels from hardware if possible
Andy Shevchenko
1
-10
/
+23
2012-09-27
dw_dmac: fill optional encoded parameters in register structure
Andy Shevchenko
1
-0
/
+30
2012-09-27
dw_dmac: mark dwc_dump_chan_regs as inline
Andy Shevchenko
1
-1
/
+1
2012-09-22
dmaengine: omap-dma: Add support to suppress interrupts in cyclic mode
Peter Ujfalusi
1
-2
/
+5
2012-09-22
dmaengine: Pass flags via device_prep_dma_cyclic() callback
Peter Ujfalusi
12
-12
/
+17
2012-09-22
dmaengine: omap: Add support for pause/resume in cyclic dma mode
Peter Ujfalusi
1
-5
/
+25
2012-09-22
dmaengine: omap: Support for element mode in cyclic DMA
Peter Ujfalusi
1
-1
/
+4
2012-09-22
Merge branch 'multiplatform/platform-data' into next/multiplatform
Olof Johansson
6
-7
/
+7
2012-09-19
ARM: orion: move platform_data definitions
Arnd Bergmann
1
-1
/
+1
2012-09-18
DMA: PL330: Check the pointer returned by kzalloc
Sachin Kamat
1
-0
/
+5
2012-09-18
DMA: PL330: Fix potential NULL pointer dereference in pl330_submit_req()
Sachin Kamat
1
-7
/
+9
2012-09-18
DMA: PL330: return ENOMEM instead of 0 from pl330_alloc_chan_resources
Inderpal Singh
1
-1
/
+1
2012-09-18
DMA: PL330: Remove redundant runtime_suspend/resume functions
Inderpal Singh
1
-56
/
+5
2012-09-18
DMA: PL330: Remove controller clock enable/disable
Inderpal Singh
1
-12
/
+0
2012-09-18
dmaengine: use kmem_cache_zalloc instead of kmem_cache_alloc/memset
Wei Yongjun
1
-2
/
+1
2012-09-14
ARM: pxa: move platform_data definitions
Arnd Bergmann
1
-1
/
+1
2012-09-14
ARM: imx: move platform_data definitions
Arnd Bergmann
2
-3
/
+3
2012-09-14
ARM: ep93xx: move platform_data definitions
Arnd Bergmann
1
-1
/
+1
2012-09-14
ARM: at91: move platform_data definitions
Arnd Bergmann
1
-1
/
+1
2012-09-14
DMA: PL330: Set the capability of pdm0 and pdm1 as DMA_PRIVATE
Tushar Behera
1
-0
/
+1
2012-09-14
dma: tegra: use list_move_tail instead of list_del/list_add_tail
Wei Yongjun
1
-4
/
+2
2012-09-14
mxs/dma: Enlarge the CCW descriptor area to 4 pages
Marek Vasut
1
-6
/
+8
2012-09-14
dw_dmac: utilize slave_id to pass request line
Andy Shevchenko
1
-0
/
+5
2012-09-14
dmaengine: at_hdmac: check that each sg data length is non-null
Nicolas Ferre
1
-0
/
+11
2012-09-14
dmaengine: at_hdmac: fix comment in atc_prep_slave_sg()
Nicolas Ferre
1
-1
/
+1
2012-09-14
dmaengine: mmp_tdma: add dt support
Zhangfei Gao
1
-20
/
+31
[prev]
[next]