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
2024-05-29
spi: stm32: Don't warn about spurious interrupts
Uwe Kleine-König
1
-1
/
+1
2024-05-29
spi: Assign dummy scatterlist to unidirectional transfers
Andy Shevchenko
1
-0
/
+9
2024-05-29
spi: cadence: Ensure data lines set to low during dummy-cycle period
Witold Sadowski
1
-5
/
+15
2024-05-23
soi: Don't call DMA sync API when not needed
Mark Brown
40
-517
/
+1909
2024-05-23
spi: stm32: Revert change that enabled controller before asserting CS
Uwe Kleine-König
1
-2
/
+12
2024-05-23
spi: Check if transfer is mapped before calling DMA sync APIs
Andy Shevchenko
1
-5
/
+13
2024-05-23
spi: Don't mark message DMA mapped when no transfer in it is
Andy Shevchenko
1
-0
/
+4
2024-05-09
spi: dw: Bail out early on unsupported target mode
Geert Uytterhoeven
1
-0
/
+5
2024-05-09
spi: microchip-core-qspi: fix setting spi bus clock rate
Conor Dooley
1
-0
/
+1
2024-05-08
spi: Remove unneded check for orig_nents
Andy Shevchenko
1
-14
/
+8
2024-05-06
spi: pxa2xx: Drop linux/spi/pxa2xx_spi.h
Mark Brown
5
-118
/
+69
2024-05-06
spi: dw: Auto-detect number of native CS
Mark Brown
3
-11
/
+19
2024-05-03
spi: pxa2xx: Don't provide struct chip_data for others
Andy Shevchenko
2
-8
/
+8
2024-05-03
spi: pxa2xx: Remove timeout field from struct chip_data
Andy Shevchenko
2
-4
/
+1
2024-05-03
spi: pxa2xx: Remove DMA parameters from struct chip_data
Andy Shevchenko
3
-61
/
+9
2024-05-03
spi: pxa2xx: Drop struct pxa2xx_spi_chip
Andy Shevchenko
3
-46
/
+2
2024-05-03
spi: pxa2xx: Don't use "proxy" headers
Andy Shevchenko
4
-7
/
+22
2024-05-03
spi: pxa2xx: Remove outdated documentation
Andy Shevchenko
1
-2
/
+1
2024-05-03
spi: pxa2xx: Move contents of linux/spi/pxa2xx_spi.h to a local one
Andy Shevchenko
4
-5
/
+37
2024-05-03
spi: pxa2xx: Allow number of chip select pins to be read from property
Andy Shevchenko
1
-1
/
+5
2024-05-03
spi: bitbang: Add missing MODULE_DESCRIPTION()
Andy Shevchenko
2
-11
/
+11
2024-05-03
spi: bitbang: Use NSEC_PER_*SEC rather than hard coding
Andy Shevchenko
1
-2
/
+3
2024-05-03
spi: dw: Drop default number of CS setting
Serge Semin
1
-6
/
+2
2024-05-03
spi: dw: Convert dw_spi::num_cs to u32
Serge Semin
1
-1
/
+1
2024-05-03
spi: dw: Add a number of native CS auto-detection
Serge Semin
1
-0
/
+14
2024-05-03
spi: dw: Convert to using BITS_TO_BYTES() macro
Serge Semin
1
-4
/
+2
2024-05-03
spi: stm32: enable controller before asserting CS
Ben Wolsieffer
1
-12
/
+2
2024-05-01
spi: use 'time_left' instead of 'timeout' with
Mark Brown
8
-43
/
+45
2024-05-01
Add add SPI-NAND Flash controller driver for EN7581
Mark Brown
3
-0
/
+1140
2024-05-01
spi: fix null pointer dereference within spi_sync
Mans Rullgard
1
-0
/
+1
2024-05-01
spi: use spi_valid_{tx,rx}buf() in stats function
David Lechner
1
-7
/
+5
2024-04-30
spi: xlp: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
1
-4
/
+4
2024-04-30
spi: sun6i: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
1
-8
/
+9
2024-04-30
spi: sun4i: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
1
-4
/
+5
2024-04-30
spi: pic32: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
1
-3
/
+3
2024-04-30
spi: pic32-sqi: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
1
-3
/
+3
2024-04-30
spi: imx: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
1
-10
/
+10
2024-04-30
spi: fsl-lpspi: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
1
-7
/
+7
2024-04-30
spi: armada-3700: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
1
-4
/
+4
2024-04-30
spi: airoha: add SPI-NAND Flash controller driver
Lorenzo Bianconi
3
-0
/
+1140
2024-04-26
spi: cadence-qspi: add mobileye,eyeq5-ospi compatible
Théo Lebrun
1
-0
/
+10
2024-04-26
spi: cadence-qspi: add early busywait to cqspi_wait_for_bit()
Théo Lebrun
1
-8
/
+23
2024-04-26
spi: cadence-qspi: add no-IRQ mode to indirect reads
Théo Lebrun
1
-4
/
+9
2024-04-26
spi: cadence-qspi: allow FIFO depth detection
Théo Lebrun
1
-7
/
+30
2024-04-24
spi: spi-s3c64xx.c: Remove of_node_put for auto cleanup
Shivani Gupta
1
-3
/
+3
2024-04-23
spi: mux: Fix master controller settings after mux select
Heikki Keranen
1
-0
/
+2
2024-04-19
spi: cs42l43: Correct name of ACPI property
Maciej Strozek
1
-1
/
+1
2024-04-17
spi: oc-tiny: Remove unused of_gpio.h
Andy Shevchenko
1
-2
/
+0
2024-04-17
spi: cs42l43: Use devm_add_action_or_reset()
Charles Keepax
1
-8
/
+4
2024-04-17
Add bridged amplifiers to cs42l43
Mark Brown
6
-18
/
+139
[next]