index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
dw-edma
Age
Commit message (
Expand
)
Author
2022-09-29
dmaengine: dw-edma: Remove runtime PM support
Manivannan Sadhasivam
2022-08-04
Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-06-23
dmaengine: dw-edma: Add support for chip-specific flags
Frank Li
2022-06-23
dmaengine: dw-edma: Fix eDMA Rd/Wr-channels and DMA-direction semantics
Serge Semin
2022-06-23
dmaengine: dw-edma: Drop dma_slave_config.direction field usage
Serge Semin
2022-06-23
dmaengine: dw-edma: Rename wr(rd)_ch_cnt to ll_wr(rd)_cnt in struct dw_edma_chip
Frank Li
2022-06-23
dmaengine: dw-edma: Change rg_region to reg_base in struct dw_edma_chip
Frank Li
2022-06-23
dmaengine: dw-edma: Detach the private data and chip info structures
Frank Li
2022-06-16
dmaengine: dw-edma: Remove unused irq field in struct dw_edma_chip
Frank Li
2022-06-10
dmaengine: dw-edma: remove a macro conditional with similar branches
Vladimir Zapolskiy
2022-04-20
dmaengine: dw-edma: Fix inconsistent indenting
Jiapeng Chong
2022-04-12
dmaengine: dw-edma: Fix unaligned 64bit access
Herve Codina
2021-11-22
dmaengine: dw-edma: Fix return value check for dma_set_mask_and_coherent()
Christophe JAILLET
2021-10-26
dmaengine: dw-edma-pcie: switch from 'pci_' to 'dma_' API
Wang Qing
2021-10-18
dmaengine: dw-edma: Remove an unused variable
Christophe JAILLET
2021-03-16
dmaengine: dw-edma: Add pcim_iomap_table return check
Gustavo Pimentel
2021-03-16
dmaengine: dw-edma: Revert fix scatter-gather address calculation
Gustavo Pimentel
2021-03-16
dmaengine: dw-edma: Change DMA abbreviation from lower into upper case
Gustavo Pimentel
2021-03-16
dmaengine: dw-edma: Fix crash on loading/unloading driver
Gustavo Pimentel
2021-03-16
dmaengine: dw-edma: Move struct dentry variable from static definition into d...
Gustavo Pimentel
2021-03-16
dmaengine: dw-edma: Change linked list and data blocks offset and sizes
Gustavo Pimentel
2021-03-16
dmaengine: dw-edma: Improve the linked list and data blocks definition
Gustavo Pimentel
2021-03-16
dmaengine: dw-edma: Reorder variables to keep consistency
Gustavo Pimentel
2021-03-16
dmaengine: dw-edma: Improve number of channels check
Gustavo Pimentel
2021-03-16
dmaengine: dw-edma: Add device_prep_interleave_dma() support
Gustavo Pimentel
2021-03-16
dmaengine: dw-edma: Add PCIe VSEC data retrieval support
Gustavo Pimentel
2021-03-16
dmaengine: dw-edma: Add support for the HDMA feature
Gustavo Pimentel
2021-03-16
dmaengine: dw-edma: Fix comments offset characters' alignment
Gustavo Pimentel
2021-03-16
dmaengine: dw-edma: Add writeq() and readq() for 64 bits architectures
Gustavo Pimentel
2020-12-29
dmaengine: dw-edma: Fix use after free in dw_edma_alloc_chunk()
Dan Carpenter
2020-09-18
dmaengine: dw-edma: Fix Using plain integer as NULL pointer in dw-edma-v0-deb...
Gustavo Pimentel
2020-09-11
Merge tag 'v5.9-rc4' into next
Vinod Koul
2020-08-25
dmaengine: dw-edma: Fix typo in comments offset
Gustavo Pimentel
2020-08-25
dmaengine: dw-edma: Fix scatter-gather address calculation
Gustavo Pimentel
2020-05-04
dmaengine: dw-edma: support local dma device transfer semantics
Alan Mikhak
2020-04-27
dmaengine: dw-edma: Check MSI descriptor before copying
Alan Mikhak
2020-04-17
dmaengine: dw-edma: Decouple dw-edma-core.c from struct pci_dev
Alan Mikhak
2019-07-22
dmaengine: dw-edma: fix endianess confusion
Arnd Bergmann
2019-07-22
dmaengine: dw-edma: fix __iomem type confusion
Arnd Bergmann
2019-07-22
dmaengine: dw-edma: fix unnecessary stack usage
Arnd Bergmann
2019-06-25
dmaengine: dw-edma: fix semicolon.cocci warnings
kbuild test robot
2019-06-12
dmaengine: dw-edma: Fix build error without CONFIG_PCI_MSI
YueHaibing
2019-06-10
dmaengine: Add Synopsys eDMA IP PCIe glue-logic
Gustavo Pimentel
2019-06-10
dmaengine: Add Synopsys eDMA IP version 0 debugfs support
Gustavo Pimentel
2019-06-10
dmaengine: Add Synopsys eDMA IP version 0 support
Gustavo Pimentel
2019-06-10
dmaengine: Add Synopsys eDMA IP core driver
Gustavo Pimentel