index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
dw-edma
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-28
dmaengine: dw-edma: Do not enable watermark interrupts for HDMA
Mrinmay Sarkar
1
-14
/
+3
2024-08-28
dmaengine: dw-edma: Fix unmasking STOP and ABORT interrupts for HDMA
Mrinmay Sarkar
1
-4
/
+5
2024-02-07
dmaengine: dw-edma: eDMA: Add sync read before starting the DMA transfer in r...
Kory Maincent
1
-0
/
+17
2024-02-07
dmaengine: dw-edma: HDMA: Add sync read before starting the DMA transfer in r...
Kory Maincent
1
-0
/
+17
2024-02-07
dmaengine: dw-edma: Add HDMA remote interrupt configuration
Kory Maincent
1
-0
/
+2
2024-02-07
dmaengine: dw-edma: HDMA_V0_REMOTEL_STOP_INT_EN typo fix
Kory Maincent
1
-1
/
+1
2024-02-07
dmaengine: dw-edma: Fix wrong interrupt bit set for HDMA
Kory Maincent
1
-1
/
+1
2024-02-07
dmaengine: dw-edma: Fix the ch_count hdma callback
Kory Maincent
1
-12
/
+6
2024-01-19
dmaengine: dw-edma: increase size of 'name' in debugfs code
Vinod Koul
2
-4
/
+4
2023-05-24
dmaengine: dw-edma: Add HDMA DebugFS support
Cai Huoqing
4
-1
/
+196
2023-05-24
dmaengine: dw-edma: Add support for native HDMA
Cai Huoqing
5
-3
/
+448
2023-05-24
dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract contr...
Cai Huoqing
4
-82
/
+157
2023-05-24
dmaengine: dw-edma: Rename dw_edma_core_ops structure to dw_edma_plat_ops
Cai Huoqing
1
-2
/
+2
2023-04-12
dmaengine: dw-edma: Fix to enable to issue dma request on DMA processing
Shunsuke Mie
1
-2
/
+5
2023-04-12
dmaengine: dw-edma: Fix to change for continuous transfer
Shunsuke Mie
1
-9
/
+11
2023-03-31
dmaengine: dw-edma: remove unused readq_ch and writeq_ch functions
Tom Rix
1
-56
/
+0
2023-02-22
dmaengine: dw-edma: Depend on DW_EDMA instead of selecting it
Serge Semin
1
-1
/
+4
2023-02-22
dmaengine: dw-edma: Add mem-mapped LL-entries support
Serge Semin
2
-41
/
+60
2023-02-10
dmaengine: dw-edma: Skip cleanup procedure if no private data found
Serge Semin
1
-0
/
+4
2023-02-10
dmaengine: dw-edma: Replace chip ID number with device name
Serge Semin
3
-3
/
+3
2023-02-10
dmaengine: dw-edma: Drop DT-region allocation
Serge Semin
1
-17
/
+4
2023-02-10
dmaengine: dw-edma: Use non-atomic io-64 methods
Serge Semin
1
-26
/
+6
2023-02-10
dmaengine: dw-edma: Fix readq_ch() return value truncation
Serge Semin
1
-1
/
+1
2023-02-10
dmaengine: dw-edma: Use DMA engine device debugfs subdirectory
Serge Semin
6
-29
/
+4
2023-02-10
dmaengine: dw-edma: Join read/write channels into a single device
Serge Semin
2
-60
/
+61
2023-02-10
dmaengine: dw-edma: Move eDMA data pointer to debugfs node descriptor
Serge Semin
1
-125
/
+119
2023-01-27
dmaengine: dw-edma: Simplify debugfs context CSRs init procedure
Serge Semin
1
-46
/
+38
2023-01-27
dmaengine: dw-edma: Rename debugfs dentry variables to 'dent'
Serge Semin
1
-23
/
+23
2023-01-27
dmaengine: dw-edma: Convert debugfs descs to being heap-allocated
Serge Semin
1
-3
/
+12
2023-01-27
dmaengine: dw-edma: Add dw_edma prefix to debugfs nodes descriptor
Serge Semin
1
-9
/
+9
2023-01-27
dmaengine: dw-edma: Stop checking debugfs_create_*() return value
Serge Semin
1
-15
/
+5
2023-01-27
dmaengine: dw-edma: Drop unnecessary debugfs reg casts
Serge Semin
1
-3
/
+4
2023-01-27
dmaengine: dw-edma: Drop chancnt initialization
Serge Semin
1
-1
/
+0
2023-01-27
dmaengine: dw-edma: Add PCI bus address getter to the remote EP glue driver
Serge Semin
1
-0
/
+15
2023-01-27
dmaengine: dw-edma: Add CPU to PCI bus address translation
Serge Semin
1
-1
/
+17
2023-01-27
dmaengine: dw-edma: Fix invalid interleaved xfers semantics
Serge Semin
1
-11
/
+7
2023-01-27
dmaengine: dw-edma: Don't permit non-inc interleaved xfers
Serge Semin
1
-6
/
+6
2023-01-27
dmaengine: dw-edma: Fix missing src/dst address of interleaved xfers
Serge Semin
1
-0
/
+4
2023-01-27
dmaengine: dw-edma: Convert ll/dt phys address to PCI bus/DMA address
Serge Semin
1
-4
/
+4
2023-01-27
dmaengine: dw-edma: Release requested IRQs on failure
Serge Semin
1
-4
/
+10
2022-09-29
dmaengine: dw-edma: Remove runtime PM support
Manivannan Sadhasivam
1
-12
/
+0
2022-08-04
Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
7
-168
/
+158
2022-06-23
dmaengine: dw-edma: Add support for chip-specific flags
Frank Li
1
-3
/
+6
2022-06-23
dmaengine: dw-edma: Fix eDMA Rd/Wr-channels and DMA-direction semantics
Serge Semin
1
-1
/
+1
2022-06-23
dmaengine: dw-edma: Drop dma_slave_config.direction field usage
Serge Semin
1
-15
/
+34
2022-06-23
dmaengine: dw-edma: Rename wr(rd)_ch_cnt to ll_wr(rd)_cnt in struct dw_edma_chip
Frank Li
2
-8
/
+8
2022-06-23
dmaengine: dw-edma: Change rg_region to reg_base in struct dw_edma_chip
Frank Li
3
-5
/
+5
2022-06-23
dmaengine: dw-edma: Detach the private data and chip info structures
Frank Li
7
-148
/
+117
2022-06-16
dmaengine: dw-edma: Remove unused irq field in struct dw_edma_chip
Frank Li
1
-1
/
+0
2022-06-10
dmaengine: dw-edma: remove a macro conditional with similar branches
Vladimir Zapolskiy
1
-8
/
+0
[next]