index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
xilinx
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-21
Merge tag 'dmaengine-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-6
/
+5
2024-04-25
dmaengine: xilinx: xdma: fix module autoloading
Krzysztof Kozlowski
1
-0
/
+1
2024-04-07
dmaengine: xilinx: xdma: Clarify kdoc in XDMA driver
Miquel Raynal
1
-6
/
+8
2024-04-07
dmaengine: xilinx: xdma: Fix synchronization issue
Louis Chauvet
2
-8
/
+21
2024-04-07
dmaengine: xilinx: xdma: Fix wrong offsets in the buffers addresses in dma de...
Miquel Raynal
1
-1
/
+1
2024-04-07
dma: xilinx_dpdma: Remove unnecessary use of irqsave/restore
Sean Anderson
1
-6
/
+4
2024-04-07
dma: xilinx_dpdma: Fix locking
Sean Anderson
1
-3
/
+10
2024-01-22
dmaengine: xilinx_dma: check for invalid vdma interleaved parameters
Peter Korsgaard
1
-0
/
+6
2024-01-19
dmaengine: xilinx: xdma: Fix kernel-doc warnings
Jan Kuliga
1
-5
/
+5
2024-01-19
dmaengine: xilinx: xdma: Fix initialization location of desc in xdma_channel_...
Nathan Chancellor
1
-1
/
+2
2024-01-19
dmaengine: xilinx: xdma: Fix operator precedence in xdma_prep_interleaved_dma()
Nathan Chancellor
1
-4
/
+4
2023-12-22
dmaengine: xilinx: xdma: statify xdma_prep_interleaved_dma
Vinod Koul
1
-1
/
+1
2023-12-22
dmaengine: xilinx: xdma: Workaround truncation compilation error
Vinod Koul
1
-1
/
+1
2023-12-22
dmaengine: xilinx: xdma: Implement interleaved DMA transfers
Jan Kuliga
1
-9
/
+98
2023-12-22
dmaengine: xilinx: xdma: Prepare the introduction of interleaved DMA transfers
Jan Kuliga
1
-44
/
+57
2023-12-22
dmaengine: xilinx: xdma: Add transfer error reporting
Jan Kuliga
1
-11
/
+15
2023-12-22
dmaengine: xilinx: xdma: Add error checking in xdma_channel_isr()
Jan Kuliga
1
-8
/
+12
2023-12-22
dmaengine: xilinx: xdma: Rework xdma_terminate_all()
Jan Kuliga
1
-15
/
+15
2023-12-21
dmaengine: xilinx: xdma: Ease dma_pool alignment requirements
Jan Kuliga
2
-6
/
+6
2023-12-21
dmaengine: xilinx: xdma: Add necessary macro definitions
Jan Kuliga
1
-0
/
+11
2023-12-21
dmaengine: xilinx: xdma: Get rid of unused code
Jan Kuliga
2
-14
/
+0
2023-12-21
dmaengine: xilinx: xdma: Add terminate_all/synchronize callbacks
Miquel Raynal
1
-0
/
+68
2023-12-21
dmaengine: xilinx: xdma: Better handling of the busy variable
Miquel Raynal
1
-1
/
+1
2023-12-21
dmaengine: xilinx: xdma: Clarify the logic between cyclic/sg modes
Miquel Raynal
1
-17
/
+14
2023-12-21
dmaengine: xilinx: xdma: Fix the count of elapsed periods in cyclic mode
Miquel Raynal
1
-2
/
+4
2023-10-16
dmaengine: xilinx: xilinx_dma: Fix kernel doc about xilinx_dma_remove()
Uwe Kleine-König
1
-2
/
+0
2023-10-09
dmaengine: xilinx: xdma: Support cyclic transfers
Miquel Raynal
2
-6
/
+162
2023-10-09
dmaengine: xilinx: xdma: Prepare the introduction of cyclic transfers
Miquel Raynal
1
-5
/
+14
2023-10-04
dmaengine: xilinx: xdma: Use resource_size() in xdma_probe()
Li Zetao
1
-1
/
+1
2023-09-28
dmaengine: xilinx: zynqmp_dma: Convert to platform remove callback returning ...
Uwe Kleine-König
1
-4
/
+2
2023-09-28
dmaengine: xilinx: xilinx_dpdma: Convert to platform remove callback returnin...
Uwe Kleine-König
1
-4
/
+2
2023-09-28
dmaengine: xilinx: xilinx_dma: Convert to platform remove callback returning ...
Uwe Kleine-König
1
-4
/
+2
2023-09-28
dmaengine: xilinx: xdma: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-03
Merge tag 'dmaengine-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-14
/
+63
2023-08-21
dmaengine: xilinx_dma: Program interrupt delay timeout
Radhey Shyam Pandey
1
-9
/
+11
2023-08-21
dmaengine: xilinx_dma: Use tasklet_hi_schedule for timing critical usecase
Radhey Shyam Pandey
1
-1
/
+1
2023-08-21
dmaengine: xilinx_dma: Freeup active list based on descriptor completion bit
Radhey Shyam Pandey
1
-0
/
+9
2023-08-21
dmaengine: xilinx_dma: Increase AXI DMA transaction segment count
Radhey Shyam Pandey
1
-1
/
+1
2023-08-21
dmaengine: xilinx_dma: Pass AXI4-Stream control words to dma client
Radhey Shyam Pandey
1
-0
/
+37
2023-08-07
dmaengine: xilinx: xdma: Fix typo
Miquel Raynal
1
-1
/
+1
2023-08-07
dmaengine: xilinx: xdma: Fix interrupt vector setting
Miquel Raynal
1
-0
/
+2
2023-08-01
dmaengine: Explicitly include correct DT includes
Rob Herring
2
-3
/
+4
2023-07-12
dmaengine: xilinx: xdma: Fix Judgment of the return value
Minjie Du
1
-1
/
+1
2023-05-03
Merge tag 'dmaengine-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+5
2023-03-31
dmaengine: zynqmp_dma: Sync DMA and coherent masks
Harini Katakam
1
-1
/
+5
2023-03-17
dmaengine: xilinx: xdma: Fix some kernel-doc comments
Yang Li
1
-1
/
+1
2023-02-24
Merge tag 'dmaengine-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-3
/
+1142
2023-02-10
dmaengine: xilinx: xdma: Add user logic interrupt support
Lizhi Hou
1
-0
/
+81
2023-02-10
dmaengine: xilinx: xdma: Add xilinx xdma driver
Lizhi Hou
3
-0
/
+1060
2023-01-18
dmaengine: drivers: Use devm_platform_ioremap_resource()
Tudor Ambarus
1
-3
/
+1
[next]