index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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-25
spi: mxs: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
1
-2
/
+1
2022-04-25
spi: spi-imx: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
1
-4
/
+2
2022-04-25
spi: spi-sprd: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
1
-2
/
+1
2022-04-25
spi: ingenic: Add support for new Ingenic SoCs.
周琰杰 (Zhou Yanjie)
2
-7
/
+39
2022-04-25
spi: ingenic: Add support for use GPIO as chip select line.
周琰杰 (Zhou Yanjie)
1
-2
/
+7
2022-04-22
spi: Use helper for safer setting of driver_override
Krzysztof Kozlowski
1
-22
/
+4
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
[prev]
[next]