index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-08
spi: s3c64xx: add support for google,gs101-spi
Tudor Ambarus
1
-1
/
+17
2024-02-08
spi: s3c64xx: add s3c64xx_iowrite{8,16}_32_rep accessors
Tudor Ambarus
1
-2
/
+34
2024-02-08
spi: s3c64xx: prepare for a different flavor of iowrite rep
Tudor Ambarus
1
-14
/
+21
2024-02-08
spi: s3c64xx: drop a superfluous bitwise NOT operation
Tudor Ambarus
1
-1
/
+0
2024-02-08
spi: s3c64xx: remove duplicated definition
Tudor Ambarus
1
-3
/
+1
2024-02-08
spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props
Tudor Ambarus
1
-2
/
+2
2024-02-08
spi: s3c64xx: drop blank line between declarations
Tudor Ambarus
1
-1
/
+2
2024-02-08
spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout()
Tudor Ambarus
1
-3
/
+3
2024-02-08
spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma()
Tudor Ambarus
1
-4
/
+4
2024-02-08
spi: s3c64xx: propagate the dma_submit_error() error code
Tudor Ambarus
1
-1
/
+1
2024-02-08
spi: s3c64xx: check return code of dmaengine_slave_config()
Tudor Ambarus
1
-1
/
+3
2024-02-08
spi: s3c64xx: move common code outside if else
Tudor Ambarus
1
-4
/
+2
2024-02-08
spi: s3c64xx: remove else after return
Tudor Ambarus
1
-4
/
+2
2024-02-08
spi: s3c64xx: remove unneeded (void *) casts in of_match_table
Tudor Ambarus
1
-9
/
+9
2024-02-08
spi: s3c64xx: fix typo, s/configuartion/configuration
Tudor Ambarus
1
-1
/
+1
2024-02-08
spi: s3c64xx: avoid possible negative array index
Tudor Ambarus
1
-0
/
+3
2024-02-08
spi: s3c64xx: explicitly include <linux/types.h>
Tudor Ambarus
1
-0
/
+1
2024-02-08
spi: s3c64xx: explicitly include <linux/bits.h>
Tudor Ambarus
1
-0
/
+1
2024-02-08
spi: s3c64xx: explicitly include <linux/io.h>
Tudor Ambarus
1
-0
/
+1
2024-02-08
spi: s3c64xx: sort headers alphabetically
Tudor Ambarus
1
-7
/
+6
2024-02-08
spi: Drop compat layer from renaming "master" to "controller"
Uwe Kleine-König
1
-1
/
+1
2024-02-08
spi: fsl-lib: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-7
/
+7
2024-02-08
spi: spidev: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-1
/
+1
2024-02-08
spi: slave-mt27xx: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-1
/
+1
2024-02-08
spi: loopback-test: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-2
/
+2
2024-02-08
spi: geni-qcom: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-1
/
+1
2024-02-08
spi: cavium: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
2
-4
/
+4
2024-02-08
spi: cadence-quadspi: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-1
/
+1
2024-02-08
spi: cadence-quadspi: Don't emit error message on allocation error
Uwe Kleine-König
1
-3
/
+2
2024-02-08
spi: bitbang: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
12
-58
/
+58
2024-02-07
spi: axi-spi-engine: move msg finalization out of irq handler
David Lechner
1
-25
/
+15
2024-02-07
spi: axi-spi-engine: remove use of ida for sync id
David Lechner
1
-22
/
+6
2024-02-07
spi: drop gpf arg from __spi_split_transfer_maxsize()
David Lechner
2
-17
/
+9
2024-02-06
spi: fsl-dspi: A couple of error handling
Mark Brown
1
-10
/
+5
2024-02-05
spi: spi-rockchip: Fix max_native_cs
Luis de Arquer
1
-3
/
+2
2024-02-05
spi: spi-rockchip: Fix out of bounds array access
Luis de Arquer
1
-8
/
+0
2024-02-05
spi: intel: Keep the BIOS partition inside the first chip
Mika Westerberg
1
-4
/
+11
2024-02-05
spi: intel: Add default partition and name to the second chip
Mika Westerberg
1
-1
/
+18
2024-02-05
spi: axi-spi-engine: use common AXI macros
David Lechner
1
-11
/
+6
2024-02-05
spi: bcm2835: implement ctlr->max_transfer_size
David Lechner
1
-13
/
+14
2024-02-05
spi: move split xfers for CS_WORD emulation
David Lechner
1
-32
/
+31
2024-02-05
spi: fsl-dspi: Unify error messaging in dspi_request_dma()
andy.shevchenko@gmail.com
1
-8
/
+5
2024-02-05
spi: fsl-dspi: Preserve error code returned by dmaengine_slave_config()
andy.shevchenko@gmail.com
1
-2
/
+0
2024-02-05
spi: imx: fix the burst length at DMA mode and CPU mode
Carlos Song
1
-4
/
+5
2024-02-02
spi: cs42l43: Clean up of firmware node
Charles Keepax
1
-6
/
+16
2024-01-30
spi: sh-msiof: avoid integer overflow in constants
Wolfram Sang
1
-8
/
+8
2024-01-29
spi: Kconfig: cap[c]ability
Ahelenia Ziemiańska
1
-1
/
+1
2024-01-26
spi: avoid double validation in __spi_sync()
David Lechner
1
-52
/
+6
2024-01-25
spi: fix finalize message on error return
David Lechner
1
-0
/
+4
2024-01-25
spi: cs42l43: Handle error from devm_pm_runtime_enable()
Charles Keepax
1
-1
/
+4
[prev]
[next]