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
starfive-6.6.48-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
2022-04-22
spi: img-spfi: Fix pm_runtime_get_sync() error checking
Zheng Yongjun
1
-1
/
+1
2022-04-21
spi: spi-mem: check if data buffers are on stack
Pratyush Yadav
1
-0
/
+10
2022-04-21
ARM: omap1: move perseus spi pinconf to board file
Arnd Bergmann
2
-13
/
+4
2022-04-20
spi: intel: Implement dirmap hooks
Mika Westerberg
1
-0
/
+49
2022-04-20
MediaTek SPI controller cleanups and documentation
Mark Brown
1
-197
/
+171
2022-04-19
Merge tag 'spi-fix-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-3
/
+32
2022-04-19
spi: mt65xx: Fix definitions indentation
AngeloGioacchino Del Regno
1
-77
/
+77
2022-04-19
spi: mt65xx: Add kerneldoc for driver structures
AngeloGioacchino Del Regno
1
-5
/
+34
2022-04-19
spi: mt65xx: Simplify probe function with dev_err_probe()
AngeloGioacchino Del Regno
1
-57
/
+29
2022-04-19
spi: mt65xx: Move pm_runtime_enable() call to remove all gotos
AngeloGioacchino Del Regno
1
-12
/
+6
2022-04-19
spi: mt65xx: Move clock parent setting to remove clock disable gotos
AngeloGioacchino Del Regno
1
-11
/
+8
2022-04-19
spi: mt65xx: Add and use pointer to struct device in mtk_spi_probe()
AngeloGioacchino Del Regno
1
-35
/
+35
2022-04-19
spi: mt65xx: Switch to device_get_match_data()
AngeloGioacchino Del Regno
1
-8
/
+1
2022-04-19
spi: mt65xx: Simplify probe function with devm_spi_alloc_master
AngeloGioacchino Del Regno
1
-27
/
+16
2022-04-19
spi: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
1
-4
/
+2
2022-04-19
spi: spi-imx: add support for SPI_RX_CPHA_FLIP
Baruch Siach
1
-5
/
+27
2022-04-19
spi: spidev: add SPI_RX_CPHA_FLIP
Baruch Siach
1
-1
/
+2
2022-04-19
spi: intel: Fix typo in kernel-doc of intel_spi_probe()
Mika Westerberg
1
-1
/
+1
2022-04-19
spi: spi-ti-qspi: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
1
-2
/
+1
2022-04-19
spi: spi-tegra114: using pm_runtime_resume_and_get instead of pm_runtime_get_...
Minghao Chi
1
-6
/
+3
2022-04-19
spi: spi-cadence-quadspi: using pm_runtime_resume_and_get instead of pm_runti...
Minghao Chi
1
-2
/
+1
2022-04-19
spi: remove spin_lock_irq and variable in the irq procress
Li-hao Kuo
1
-6
/
+0
2022-04-19
dmaengine: imx: Move header to include/dma/
Sascha Hauer
2
-2
/
+2
2022-04-14
spi: core: Initialize returned status in spi_setup
Paul Kocialkowski
1
-1
/
+1
2022-04-13
spi: Pull in Atmel fix
Mark Brown
8
-47
/
+57
2022-04-13
spi: atmel-quadspi: Remove duplicated DTR checks
Tudor Ambarus
1
-6
/
+0
2022-04-13
spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controller
Tudor Ambarus
1
-0
/
+3
2022-04-13
spi: cadence-quadspi: fix incorrect supports_op() return value
Matthias Schiffer
1
-2
/
+17
2022-04-13
spi: intel: Add support for Raptor Lake-S SPI serial flash
Mika Westerberg
1
-0
/
+1
2022-04-12
spi: spi-mtk-nor: initialize spi controller after resume
Allen-KH Cheng
1
-1
/
+11
2022-04-12
spi: spi-rspi: Remove setting {src,dst}_{addr,addr_width} based on DMA direction
Biju Das
1
-9
/
+6
2022-04-12
spi: core: Only check bits_per_word validity when explicitly provided
Paul Kocialkowski
1
-6
/
+11
2022-04-12
spi: spi-stm32-qspi: using pm_runtime_resume_and_get instead of pm_runtime_ge...
Minghao Chi
1
-20
/
+10
2022-04-11
spi: spi-ti-qspi: Fix return value handling of wait_for_completion_timeout
Miaoqian Lin
1
-2
/
+3
2022-04-09
Merge tag 'acpi-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-1
/
+2
2022-04-06
spi: spi-cadence: Fix kernel-doc format for resume/suspend
Michal Simek
1
-4
/
+4
2022-04-06
spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op()
Kamal Dasu
1
-2
/
+2
2022-04-06
spi: cadence-quadspi: fix protocol setup for non-1-1-X operations
Matthias Schiffer
1
-34
/
+12
2022-04-06
spi: core: add dma_map_dev for __spi_unmap_msg()
Vinod Koul
1
-0
/
+4
2022-04-05
ACPI: bus: Eliminate acpi_bus_get_device()
Rafael J. Wysocki
1
-1
/
+2
2022-04-05
spi: mediatek: add single/quad mode support
Mark Brown
1
-17
/
+369
2022-04-05
spi: spidev: replace usage of found with dedicated list iterator variable
Jakob Koschel
1
-4
/
+5
2022-04-05
spi: Prepare cleanup of powerpc's asm/prom.h
Christophe Leroy
2
-0
/
+4
2022-04-05
spi: spidev: Replace OF specific code by device property API
Andy Shevchenko
1
-23
/
+22
2022-04-05
spi: spidev: Replace ACPI specific code by device_get_match_data()
Andy Shevchenko
1
-28
/
+19
2022-04-05
spi: spidev: Convert BUILD_BUG_ON() to static_assert()
Andy Shevchenko
1
-1
/
+1
2022-04-04
spi: mediatek: support hclk
Leilk Liu
1
-16
/
+69
2022-04-04
spi: mediatek: add spi memory support for ipm design
Leilk Liu
1
-1
/
+300
2022-04-04
spi: mxic: Fix an error handling path in mxic_spi_probe()
Christophe JAILLET
1
-0
/
+1
2022-04-04
spi: rpc-if: Fix RPM imbalance in probe error path
Geert Uytterhoeven
1
-2
/
+6
[prev]
[next]