index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-09
spi: dw: Refactor IRQ-based SPI transfer procedure
Serge Semin
1
-9
/
+24
2020-10-09
spi: dw: Refactor data IO procedure
Serge Semin
2
-23
/
+19
2020-10-09
spi: dw: Add DW SPI controller config structure
Serge Semin
2
-12
/
+27
2020-10-09
spi: dw: Update Rx sample delay in the config function
Serge Semin
1
-7
/
+6
2020-10-09
spi: dw: Simplify the SPI bus speed config procedure
Serge Semin
1
-13
/
+10
2020-10-09
spi: dw: Update SPI bus speed in a config function
Serge Semin
1
-14
/
+14
2020-10-09
spi: dw: Detach SPI device specific CR0 config method
Serge Semin
1
-13
/
+30
2020-10-09
spi: dw: Add DWC SSI capability
Serge Semin
4
-75
/
+40
2020-10-09
spi: dw: Use an explicit set_cs assignment
Serge Semin
1
-4
/
+4
2020-10-06
spi: spi-mtk-nor: Add power management support
Ikjoon Jang
1
-22
/
+76
2020-10-06
spi: spi-mtk-nor: support 36bit dma addressing
Ikjoon Jang
1
-1
/
+20
2020-10-06
spi: spi-mtk-nor: use dma_alloc_coherent() for bounce buffer
Ikjoon Jang
1
-42
/
+52
2020-10-02
spi: spi-s3c64xx: Turn on interrupts upon resume
Łukasz Stelmach
1
-0
/
+4
2020-10-02
spi: spi-s3c64xx: Increase transfer timeout
Łukasz Stelmach
1
-1
/
+2
2020-10-02
spi: spi-s3c64xx: Ensure cur_speed holds actual clock value
Łukasz Stelmach
1
-0
/
+1
2020-10-02
spi: spi-s3c64xx: Fix doc comment for struct s3c64xx_spi_driver_data
Łukasz Stelmach
1
-4
/
+1
2020-10-02
spi: spi-s3c64xx: Rename S3C64XX_SPI_SLAVE_* to S3C64XX_SPI_CS_*
Łukasz Stelmach
1
-13
/
+13
2020-10-02
spi: spi-s3c64xx: Report more information when errors occur
Łukasz Stelmach
1
-4
/
+15
2020-10-02
spi: spi-s3c64xx: Check return values
Łukasz Stelmach
1
-9
/
+41
2020-10-02
spi: spi-s3s64xx: Add S3C64XX_SPI_QUIRK_CS_AUTO for Exynos3250
Łukasz Stelmach
1
-0
/
+1
2020-10-02
spi: spi-s3c64xx: swap s3c64xx_spi_set_cs() and s3c64xx_enable_datapath()
Łukasz Stelmach
1
-2
/
+2
2020-10-02
Merge series "spi: spi-mtk-nor: make use of full capability of program mode" ...
Mark Brown
1
-21
/
+158
2020-10-02
spi: spi-stm32: remove redundant irqsave and irqrestore in hardIRQ
Barry Song
1
-5
/
+4
2020-10-02
spi: spi-tegra20-sflash: remove redundant irqsave and irqrestore in hardIRQ
Barry Song
1
-3
/
+2
2020-10-02
spi: atmel: Exposing effective spi speed
Thomas Kopp
1
-0
/
+1
2020-10-02
spi: spi-mtk-nor: fix op checks in supports_op
Chuanhong Guo
1
-12
/
+9
2020-10-02
spi: spi-mtk-nor: add helper for checking prg mode ops
Chuanhong Guo
1
-7
/
+69
2020-10-02
spi: spi-mtk-nor: make use of full capability of prg mode
Chuanhong Guo
1
-2
/
+80
2020-09-29
Merge series "spi: dw: Add full Baikal-T1 SPI Controllers support" from Serge...
Mark Brown
3
-65
/
+42
2020-09-29
spi: spi-dw: Remove extraneous locking
Serge Semin
2
-13
/
+2
2020-09-29
spi: dw: Add KeemBay Master capability
Serge Semin
3
-17
/
+15
2020-09-29
spi: dw: Convert CS-override to DW SPI capabilities
Serge Semin
3
-4
/
+9
2020-09-29
spi: dw: Discard DW SSI chip type storages
Serge Semin
2
-5
/
+2
2020-09-29
spi: dw: Use relaxed IO-methods to access FIFOs
Serge Semin
1
-14
/
+4
2020-09-29
spi: dw: Disable all IRQs when controller is unused
Serge Semin
1
-5
/
+5
2020-09-29
spi: dw: Clear IRQ status on DW SPI controller reset
Serge Semin
1
-3
/
+4
2020-09-29
spi: dw: Initialize n_bytes before the memory barrier
Serge Semin
1
-1
/
+1
2020-09-29
spi: dw: Discard IRQ threshold macro
Serge Semin
1
-3
/
+0
2020-09-29
spi: dw-dma: Add one-by-one SG list entries transfer
Serge Semin
2
-1
/
+137
2020-09-29
spi: dw-dma: Pass exact data to the DMA submit and wait methods
Serge Semin
1
-18
/
+17
2020-09-29
spi: dw-dma: Move DMAC register cleanup to DMA transfer method
Serge Semin
1
-9
/
+8
2020-09-29
spi: dw-dma: Detach DMA transfer into a dedicated method
Serge Semin
1
-2
/
+10
2020-09-29
spi: dw-dma: Remove DMA Tx-desc passing around
Serge Semin
1
-17
/
+14
2020-09-29
spi: dw-dma: Check DMA Tx-desc submission status
Serge Semin
1
-2
/
+18
2020-09-29
spi: dw-dma: Move DMA transfers submission to the channels prep methods
Serge Semin
1
-10
/
+12
2020-09-29
spi: dw-dma: Check rx_buf availability in the xfer method
Serge Semin
1
-7
/
+6
2020-09-29
spi: dw-dma: Configure the DMA channels in dma_setup
Serge Semin
1
-11
/
+31
2020-09-29
spi: dw-dma: Fail DMA-based transfer if no Tx-buffer specified
Serge Semin
1
-14
/
+13
2020-09-29
spi: dw-dma: Set DMA Level registers on init
Serge Semin
1
-15
/
+13
2020-09-28
spi: hisi-sfc-v3xx: fix spelling mistake "occured" -> "occurred"
Colin Ian King
1
-1
/
+1
[next]