开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-dw-dma.c
Age
Commit message (
Expand
)
Author
2024-02-15
spi: dw: remove redundant assignment to variable len
Colin Ian King
2023-08-07
spi: dw: switch to use modern name
Yang Yingliang
2023-05-15
spi: dw: Add DMA address widths capability check
Joy Chakraborty
2023-05-15
spi: dw: Add DMA directional capability check
Joy Chakraborty
2023-05-08
spi: dw: Move dw_spi_can_dma()
Joy Chakraborty
2023-05-08
spi: dw: Add 32 bpw support to SPI DW DMA driver
Joy Chakraborty
2022-11-16
spi: dw-dma: decrease reference count in dw_spi_dma_init_mfld()
Xiongfeng Wang
2022-06-27
spi: dw: Add deferred DMA-channels setup support
Serge Semin
2021-11-16
spi: dw: Put the driver entities naming in order
Serge Semin
2021-11-16
spi: dw: Add a symbols namespace for the core module
Serge Semin
2020-10-08
spi: dw: Add generic DW SSI status-check method
Serge Semin
2020-10-08
spi: dw: Move num-of retries parameter to the header file
Serge Semin
2020-09-29
spi: dw-dma: Add one-by-one SG list entries transfer
Serge Semin
2020-09-29
spi: dw-dma: Pass exact data to the DMA submit and wait methods
Serge Semin
2020-09-29
spi: dw-dma: Move DMAC register cleanup to DMA transfer method
Serge Semin
2020-09-29
spi: dw-dma: Detach DMA transfer into a dedicated method
Serge Semin
2020-09-29
spi: dw-dma: Remove DMA Tx-desc passing around
Serge Semin
2020-09-29
spi: dw-dma: Check DMA Tx-desc submission status
Serge Semin
2020-09-29
spi: dw-dma: Move DMA transfers submission to the channels prep methods
Serge Semin
2020-09-29
spi: dw-dma: Check rx_buf availability in the xfer method
Serge Semin
2020-09-29
spi: dw-dma: Configure the DMA channels in dma_setup
Serge Semin
2020-09-29
spi: dw-dma: Fail DMA-based transfer if no Tx-buffer specified
Serge Semin
2020-09-29
spi: dw-dma: Set DMA Level registers on init
Serge Semin
2020-07-21
spi: dw-dma: Fix Tx DMA channel working too fast
Serge Semin
2020-05-29
spi: dw: Refactor mid_spi_dma_setup() to separate DMA and IRQ config
Andy Shevchenko
2020-05-29
spi: dw: Make DMA request line assignments explicit for Intel Medfield
Andy Shevchenko
2020-05-29
spi: dw: Cleanup generic DW DMA code namings
Serge Semin
2020-05-29
spi: dw: Move Non-DMA code to the DW PCIe-SPI driver
Serge Semin