Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
3257d86182cc27eda83d6854787256641f7c574b
/
drivers
/
dma
3257d86
Merge branch 'topic/pl330' into for-linus
by Vinod Koul
· 6 years ago
baab8537
Merge branch 'topic/imx' into for-linus
by Vinod Koul
· 6 years ago
4d44248
Merge branch 'topic/xilinx' into for-linus
by Vinod Koul
· 6 years ago
de764fd
Merge branch 'topic/ste' into for-linus
by Vinod Koul
· 6 years ago
89b7e78
Merge branch 'topic/renesas' into for-linus
by Vinod Koul
· 6 years ago
35e0db6
Merge branch 'topic/owl' into for-linus
by Vinod Koul
· 6 years ago
e48696f
Merge branch 'topic/nbpfaxi' into for-linus
by Vinod Koul
· 6 years ago
531dabc
Merge branch 'topic/mv_xor' into for-linus
by Vinod Koul
· 6 years ago
2cc50b9
Merge branch 'topic/ioat' into for-linus
by Vinod Koul
· 6 years ago
d3df935
Merge branch 'topic/intel' into for-linus
by Vinod Koul
· 6 years ago
47e2057
dmaengine: Add Actions Semi Owl family S900 DMA driver
by Manivannan Sadhasivam
· 6 years ago
218c2104
dmaengine: sh: rcar-dmac: Should not stop the DMAC by rcar_dmac_sync_tcr()
by Yoshihiro Shimoda
· 6 years ago
f6206f0
dmaengine: mic_x100_dma: use the new helper to simplify the code
by Huang Shijie
· 6 years ago
f39b948
dmaengine: add a new helper dmaenginem_async_device_register
by Huang Shijie
· 6 years ago
0f06c02
dmaengine: imx-sdma: add memcpy interface
by Robin Gong
· 6 years ago
4a6b2e8
dmaengine: imx-sdma: add SDMA_BD_MAX_CNT to replace '0xffff'
by Robin Gong
· 6 years ago
ec8ca8e
dmaengine: dma_request_chan_by_mask() to handle deferred probing
by Peter Ujfalusi
· 6 years ago
e497565
dmaengine: pl330: fix irq race with terminate_all
by John Keeping
· 6 years ago
4bcde3a
dmaengine: Revert "dmaengine: mv_xor_v2: enable COMPILE_TEST"
by Vinod Koul
· 6 years ago
ac7b06b
dmaengine: mv_xor_v2: use {lower,upper}_32_bits to configure HW descriptor address
by Hanna Hawa
· 6 years ago
31d5e6b
dmaengine: mv_xor_v2: enable COMPILE_TEST
by Hanna Hawa
· 6 years ago
c3a272c
dmaengine: mv_xor_v2: move unmap to before callback
by Hanna Hawa
· 6 years ago
5a80aff
dmaengine: mv_xor_v2: convert callback to helper function
by Hanna Hawa
· 6 years ago
8bbafed
dmaengine: mv_xor_v2: kill the tasklets upon exit
by Hanna Hawa
· 6 years ago
48c008b
dmaengine: mv_xor_v2: explicitly freeup irq
by Hanna Hawa
· 6 years ago
8115ce7
dmaengine: sh: rcar-dmac: Add dma_pause operation
by Yoshihiro Shimoda
· 7 years ago
4de1247
dmaengine: sh: rcar-dmac: add a new function to clear CHCR.DE with barrier
by Yoshihiro Shimoda
· 7 years ago
bbacb8e
dmaengine: idma64: Support dmaengine_terminate_sync()
by Andy Shevchenko
· 7 years ago
2abc66c
dmaengine: hsu: Support dmaengine_terminate_sync()
by Andy Shevchenko
· 7 years ago
538603c
dmaengine: sh: rcar-dmac: avoid to write CHCR.TE to 1 if TCR is set to 0
by Yoshihiro Shimoda
· 7 years ago
2f903ba
dmaengine: pl330: remove set but unused variable
by Vinod Koul
· 7 years ago
bbcb875
dmaengine: pl330: Mark expected switch fall-through
by Vinod Koul
· 7 years ago
90ec93c
dmaengine: stm32: replace "%p" with "%pK"
by Benjamin Gaignard
· 7 years ago
d8095f9
dmaengine: add support for reporting pause and resume separately
by Marek Szyprowski
· 7 years ago
e919417
dmaengine: rcar-dmac: clear channel register when error
by Kuninori Morimoto
· 7 years ago
45c9a60
dmaengine: rcar-dmac: Disable interrupts while stopping channels
by Geert Uytterhoeven
· 7 years ago
38fce26
dmaengine: nbpfaxi: Mark expected switch fall-through
by Gustavo A. R. Silva
· 7 years ago
b9b0a74
dmaengine: rcar-dmac: convert to SPDX identifiers
by Kuninori Morimoto
· 7 years ago
24ca312
dmaengine: imx-sdma: add missing structure description
by Robin Gong
· 7 years ago
ad78b00
dmaengine: imx-sdma: remove unused variable
by Vinod Koul
· 7 years ago
c119987
dmaengine: imx-sdma: Use GFP_NOWAIT for dma allocations
by Vinod Koul
· 7 years ago
680302c
dmaengine: imx-sdma: Fix some typos
by Vinod Koul
· 7 years ago
fe5b85c
dmaengine: imx-sdma: alloclate bd memory from dma pool
by Robin Gong
· 7 years ago
2142084
dmaengine: imx-sdma: add sdma_transfer_init to decrease code overlap
by Robin Gong
· 7 years ago
36e8d3b
dmaengine: imx-sdma: remove the maximum limitation for bd numbers
by Robin Gong
· 7 years ago
d69d1e1
dmaengine: imx-sdma: remove useless 'lock' and 'enabled' in 'struct sdma_channel'
by Robin Gong
· 7 years ago
57b772b
dmaengine: imx-sdma: add virt-dma support
by Robin Gong
· 7 years ago
76c33d2
dmaengine: imx-sdma: factor out a struct sdma_desc from struct sdma_channel
by Sascha Hauer
· 7 years ago
e6a7851
dmaengine: ste_dma40: Remove VLA usage
by Kees Cook
· 7 years ago
0894aa2
dmaengine: xilinx_dma: Enable VDMA S2MM vertical flip support
by Radhey Shyam Pandey
· 7 years ago
9203dbe
dmaengine: rcar-dmac: don't use DMAC error interrupt
by Kuninori Morimoto
· 7 years ago
4cb0e60
dmaengine: ioatdma: set the completion address register after channel reset
by Dave Jiang
· 7 years ago
44348e8a
fix a series of Documentation/ broken file name references
by Mauro Carvalho Chehab
· 7 years ago
fad953c
treewide: Use array_size() in vzalloc()
by Kees Cook
· 7 years ago
42bc47b
treewide: Use array_size() in vmalloc()
by Kees Cook
· 7 years ago
a86854d
treewide: devm_kzalloc() -> devm_kcalloc()
by Kees Cook
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
2996148
Merge tag 'dmaengine-4.18-rc1' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 7 years ago
2857676
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
0ed2dd0
treewide: Use struct_size() for devm_kmalloc() and friends
by Kees Cook
· 7 years ago
acafe7e
treewide: Use struct_size() for kmalloc()-family
by Kees Cook
· 7 years ago
e5a5946
Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 7 years ago
67f3197
Merge branch 'topic/txx' into for-linus
by Vinod Koul
· 7 years ago
f1e3b4c
Merge branch 'topic/ti' into for-linus
by Vinod Koul
· 7 years ago
d97594f
Merge branch 'topic/stm' into for-linus
by Vinod Koul
· 7 years ago
d9939da
Merge branch 'topic/ste' into for-linus
by Vinod Koul
· 7 years ago
2f62304
Merge branch 'topic/sprd' into for-linus
by Vinod Koul
· 7 years ago
d39dae1
Merge branch 'topic/renesas' into for-linus
by Vinod Koul
· 7 years ago
e6f81f3
Merge branch 'topic/qcom' into for-linus
by Vinod Koul
· 7 years ago
4923be7
Merge branch 'topic/pl330' into for-linus
by Vinod Koul
· 7 years ago
a5e588c
Merge branch 'topic/imx' into for-linus
by Vinod Koul
· 7 years ago
53cf4c9
Merge branch 'topic/idma' into for-linus
by Vinod Koul
· 7 years ago
b30e70e
Merge branch 'topic/fsl' into for-linus
by Vinod Koul
· 7 years ago
17d5159
Merge branch 'topic/dw' into for-linus
by Vinod Koul
· 7 years ago
34cc234
Merge branch 'topic/dmatest' into for-linus
by Vinod Koul
· 7 years ago
535f2960
Merge branch 'topic/bam' into for-linus
by Vinod Koul
· 7 years ago
75abeb6
Merge branch 'topic/axi' into for-linus
by Vinod Koul
· 7 years ago
ca1b7d3
dmaengine: sprd: Add Spreadtrum DMA configuration
by Eric Long
· 7 years ago
32fa201
dmaengine: sprd: Optimize the sprd_dma_prep_dma_memcpy()
by Eric Long
· 7 years ago
ce9c28c
dmaengine: imx-dma: Switch to SPDX identifier
by Fabio Estevam
· 7 years ago
d9617a3
dmaengine: mxs-dma: Switch to SPDX identifier
by Fabio Estevam
· 7 years ago
c01faac
dmaengine: imx-sdma: Switch to SPDX identifier
by Fabio Estevam
· 7 years ago
9c3655c
dmaengine: qcom: bam_dma: fix some doc warnings.
by Srinivas Kandagatla
· 7 years ago
5c63de1
dmaengine: qcom: bam_dma: fix invalid assignment warning
by Srinivas Kandagatla
· 7 years ago
dbad41e
dmaengine: qcom: bam_dma: check if the runtime pm enabled
by Srinivas Kandagatla
· 7 years ago
fd8d26a
dmaengine: sprd: fix an NULL vs IS_ERR() bug
by Dan Carpenter
· 7 years ago
e7f063a
dmaengine: sprd: Use devm_ioremap_resource() to map memory
by Baolin Wang
· 7 years ago
e891e41
dmaengine: sprd: Fix potential NULL dereference in sprd_dma_probe()
by Wei Yongjun
· 7 years ago
3d6ce86
drivers: remove force dma flag from buses
by Christoph Hellwig
· 7 years ago
1d48745
dmaengine: pl330: flush before wait, and add dev burst support.
by Frank Mori Hess
· 7 years ago
9c87572
dmaengine: axi-dmac: Request IRQ with IRQF_SHARED
by Moritz Fischer
· 7 years ago
d317d32
dmaengine: stm32-mdma: fix spelling mistake: "avalaible" -> "available"
by Colin Ian King
· 7 years ago
ab42ddb
dmaengine: sprd: Move DMA request mode and interrupt type into head file
by Eric Long
· 7 years ago
d7c33cf
dmaengine: sprd: Define the DMA data width type
by Baolin Wang
· 7 years ago
6b1d255
dmaengine: sprd: Define the DMA transfer step type
by Eric Long
· 7 years ago
d88b139
dmaengine: ti: New directory for Texas Instruments DMA drivers
by Peter Ujfalusi
· 7 years ago
0ef9944
dmaengine: shdmac: Change platform check to CONFIG_ARCH_RENESAS
by Geert Uytterhoeven
· 7 years ago
bbb5a4e
dmaengine: stm32-mdma: Fix incomplete Hw descriptors allocator
by Pierre-Yves MORDRET
· 7 years ago
ee6de9a
dmaengine: stm32-mdma: align TLEN and buffer length on burst
by Pierre-Yves MORDRET
· 7 years ago
Next »