index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-06
spi: spi-nxp-fspi: remove the unchecked return value for nxp_fspi_clk_disable_unprep
Haibo Chen
1
-3
/
+3
2025-05-06
spi: spi-nxp-fspi: use guard(mutex) to simplify the code
Haibo Chen
1
-3
/
+1
2025-05-06
spi: spi-nxp-fspi: enable runtime pm for fspi
Haibo Chen
1
-17
/
+76
2025-05-06
spi: spi-nxp-fspi: remove the goto in probe
Haibo Chen
1
-60
/
+27
2025-05-06
AsoC: Phase out hybrid PCI devres
Mark Brown
4
-7
/
+14
2025-05-05
spi: cadence-quadspi: Assume device could match via platform
Krzysztof Kozlowski
1
-1
/
+1
2025-05-05
spi: cs42l43: Make handling missing spk-id GPIOs explicit
Krzysztof Kozlowski
1
-1
/
+3
2025-05-05
spi: atmel-quadspi: Fix printed error code during DMA setup
Krzysztof Kozlowski
1
-4
/
+5
2025-05-05
spi: loopback-test: Do not split 1024-byte hexdumps
Geert Uytterhoeven
1
-1
/
+1
2025-05-02
Merge tag 'spi-fix-v6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Linus Torvalds
4
-7
/
+14
2025-05-03
spi: loopback-test: Simplify strange loopback value check
Geert Uytterhoeven
1
-2
/
+2
2025-05-02
spi: tegra114: Don't fail set_cs_timing when delays are zero
Aaron Kling
1
-3
/
+3
2025-05-01
ASoC: codec: twl4030: Convert to GPIO descriptors
Mark Brown
3
-4
/
+8
2025-04-30
spi: axi-spi-engine: offload instruction optimization
Mark Brown
4
-10
/
+93
2025-04-30
spi: axi-spi-engine: omit SYNC from offload instructions
David Lechner
1
-2
/
+13
2025-04-30
spi: axi-spi-engine: optimize bits_per_word for offload
David Lechner
1
-0
/
+32
2025-04-30
spi: axi-spi-engine: don't repeat mode config for offload
David Lechner
1
-3
/
+30
2025-04-30
spi: axi-spi-engine: wait for completion in setup
David Lechner
1
-1
/
+10
2025-04-30
spi: spi-qpic-snand: fix NAND_READ_LOCATION_2 register handling
Gabor Juhos
1
-1
/
+1
2025-04-29
mtd: rawnand: qcom: Pass 18 bit offset from NANDc base to BAM base
Md Sadre Alam
1
-0
/
+1
2025-04-25
Configure Clocks, Add Internal DMA support
Mark Brown
1
-21
/
+34
2025-04-25
ASoC: add Renesas MSIOF sound driver
Mark Brown
1
-19
/
+23
2025-04-25
spi: spi-qpic-snand: remove unused 'wlen' member of 'struct qpic_spi_nand'
Gabor Juhos
1
-1
/
+0
2025-04-25
spi: spi-mem: Add fix to avoid divide error
Raju Rangoju
1
-1
/
+5
2025-04-24
spi: meson-spicc: add DMA support
Xianwei Zhao
1
-21
/
+220
2025-04-24
spi: tegra210-quad: Update dummy sequence configuration
Vishwaroop A
1
-5
/
+26
2025-04-24
spi: tegra210-quad: modify chip select (CS) deactivation
Vishwaroop A
1
-4
/
+4
2025-04-24
spi: tegra210-quad: remove redundant error handling code
Vishwaroop A
1
-4
/
+0
2025-04-24
spi: tegra210-quad: Fix X1_X2_X4 encoding and support x4 transfers
Vishwaroop A
1
-8
/
+4
2025-04-24
spi: intel: Improve resource mapping
Heiner Kallweit
4
-13
/
+17
2025-04-24
spi: sh-msiof: ignore driver probing if it was MSIOF Sound
Kuninori Morimoto
1
-0
/
+6
2025-04-24
spi: sh-msiof: use dev in sh_msiof_spi_probe()
Kuninori Morimoto
1
-19
/
+17
2025-04-24
spi: spi-qpic-snand: propagate errors from qcom_spi_block_erase()
Gabor Juhos
1
-2
/
+1
2025-04-22
spi: stm32-ospi: Fix an error handling path in stm32_ospi_probe()
Christophe JAILLET
1
-0
/
+4
2025-04-21
spi: offload: remove unnecessary check on trigger->ops
Andres Urian Florez
1
-3
/
+0
2025-04-21
spi: offload: check for match callback when a trigger is being registered
Andres Urian Florez
1
-1
/
+1
2025-04-18
spi: Introduce and use spi_bpw_to_bytes()
Mark Brown
2
-2
/
+2
2025-04-17
spi: dw: Use spi_bpw_to_bytes() helper
Andy Shevchenko
1
-1
/
+1
2025-04-17
spi: Add spi_bpw_to_bytes() helper and use it
Andy Shevchenko
1
-1
/
+1
2025-04-17
spi: pci1xxxx: Use non-hybrid PCI devres API
Philipp Stanner
1
-16
/
+8
2025-04-17
spi: spi-cavium-thunderx: Use non-hybrid PCI devres API
Philipp Stanner
1
-3
/
+1
2025-04-17
spi: spi-imx: Add check for spi_imx_setupxfer()
Tamura Dai
1
-1
/
+4
2025-04-15
spi: tegra210-quad: add rate limiting and simplify timeout error message
Breno Leitao
1
-2
/
+2
2025-04-15
spi: tegra210-quad: use WARN_ON_ONCE instead of WARN_ON for timeouts
Breno Leitao
1
-1
/
+1
2025-04-14
spi: sun4i: add support for GPIO chip select lines
Mans Rullgard
1
-0
/
+1
2025-04-13
spi: fsl-qspi: Optimize fsl_qspi struct
Kevin Hao
1
-4
/
+4
2025-04-13
spi: Add support for Double Transfer Rate (DTR) mode
Mukesh Kumar Savaliya
1
-0
/
+7
2025-04-10
spi: amd: add CONFIG_PCI dependency
Arnd Bergmann
1
-0
/
+1
2025-04-10
spi: fsl-qspi: Fix double cleanup in probe error path
Mark Brown
1
-46
/
+31
2025-04-10
spi: fsl-qspi: Simplify probe error handling using managed API
Kevin Hao
1
-42
/
+31
[prev]
[next]