index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-09
spi: spi-imx: spi_imx_buf_rx_swap_u32(): replace open coded swahw32s()
Marc Kleine-Budde
1
-5
/
+4
2022-05-09
spi: spi-imx: spi_imx_buf_rx_swap_u32(): fix sparse warning: use swab32s() in...
Marc Kleine-Budde
1
-2
/
+2
2022-05-09
spi: spi-imx: mx51_ecspi_intctrl(): prefer 'unsigned int' to bare use of 'uns...
Marc Kleine-Budde
1
-1
/
+1
2022-05-09
spi: spi-imx: avoid unnecessary line continuations
Marc Kleine-Budde
1
-2
/
+1
2022-05-09
spi: spi-imx: fix sparse warning: add identifier name to function definition
Marc Kleine-Budde
1
-11
/
+11
2022-05-09
spi: spi-fsl-qspi: check return value after calling platform_get_resource_byn...
Yang Yingliang
1
-0
/
+4
2022-05-04
spi: omap2-mcspi: add support for interword delay
Andrea Zanotti
1
-0
/
+6
2022-05-03
spi: mtk-snfi: preserve dma_mapping_error() error codes
Dan Carpenter
1
-2
/
+4
2022-05-03
spi: cadence-quadspi: fix Direct Access Mode disable for SoCFPGA
Ian Abbott
1
-1
/
+1
2022-05-02
Merge 5.18-rc5 into driver-core-next
Greg Kroah-Hartman
4
-3
/
+32
2022-04-27
spi: add driver for MTK SPI NAND Flash Interface
Chuanhong Guo
3
-0
/
+1481
2022-04-25
Improve SPI support for Ingenic SoCs.
Mark Brown
2
-7
/
+44
2022-04-25
spi: clps711x: Use syscon_regmap_lookup_by_phandle
Alexander Shiyan
1
-2
/
+3
2022-04-25
spi: stm32: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
1
-2
/
+1
2022-04-25
spi: spi-cadence-quadspi: using pm_runtime_resume_and_get instead of pm_runti...
Minghao Chi
1
-4
/
+2
2022-04-25
spi: spi-tegra20-slink: using pm_runtime_resume_and_get instead of pm_runtime...
Minghao Chi
1
-4
/
+2
2022-04-25
spi: cadence-quadspi: allow operations with cmd/addr buswidth >1
Matthias Schiffer
1
-7
/
+1
2022-04-25
spi: cadence-quadspi: drop cqspi_set_protocol()
Matthias Schiffer
1
-103
/
+27
2022-04-25
spi: spi-tegra20-sflash: using pm_runtime_resume_and_get instead of pm_runtim...
Minghao Chi
1
-4
/
+2
2022-04-25
spi: rockchip: fix missing error on unsupported SPI_CS_HIGH
Luca Ceresoli
1
-0
/
+8
2022-04-25
spi: spi-omap2-mcspi: using pm_runtime_resume_and_get instead of pm_runtime_g...
Minghao Chi
1
-9
/
+4
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
[prev]
[next]