index
:
kernel/git/stable/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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
2024-04-17
spi: cs42l43: Use devm_add_action_or_reset()
Charles Keepax
2024-04-17
Add bridged amplifiers to cs42l43
Mark Brown
2024-04-16
spi: More refacroings after multi-CS support
Mark Brown
2024-04-16
spi: cs42l43: Add bridged cs35l56 amplifiers
Maciej Strozek
2024-04-16
spi: Update swnode based SPI devices to use the fwnode name
Charles Keepax
2024-04-16
spi: Switch to using is_acpi_device_node() in spi_dev_set_name()
Charles Keepax
2024-04-16
spi: hisi-kunpeng: Delete the dump interface of data registers in debugfs
Devyn Liu
2024-04-16
spi: Consistently use BIT for cs_index_mask (part 2)
Andy Shevchenko
2024-04-16
spi: Introduce spi_for_each_valid_cs() in order of deduplication
Andy Shevchenko
2024-04-16
spi: Extract spi_toggle_csgpiod() helper for better maintanance
Andy Shevchenko
2024-04-15
spi: pxa2xx: Move number of CS pins validation out of condition
Andy Shevchenko
2024-04-15
spi: altera: Drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
2024-04-14
spi: axi-spi-engine: fix version format string
David Lechner
2024-04-10
spi: cadence-xspi: use for_each_available_child_of_node_scoped()
Kousik Sanagavarapu
2024-04-08
spi: cadence-qspi: minimise register accesses on each op if !DTR
Théo Lebrun
2024-04-08
spi: cadence-qspi: store device data pointer in private struct
Théo Lebrun
2024-04-08
spi: cadence-qspi: allow building for MIPS
Théo Lebrun
2024-04-03
spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probe
Huai-Yuan Liu
2024-04-03
spi: spi-fsl-lpspi: remove redundant spi_controller_put call
Carlos Song
2024-04-02
spi: pxa2xx: Call pxa_ssp_free() after getting the SSP type
Andy Shevchenko
2024-03-29
spi: s3c64xx: Use DMA mode from fifo size
Jaewon Kim
2024-03-29
spi: more tx_buf/rx_buf removal
Mark Brown
2024-03-29
Add multi mode support for omap-mcspi
Mark Brown
2024-03-28
spi: fsl: remove is_dma_mapped checks
David Lechner
2024-03-28
spi: au1550: t->{tx,rx}_dma checks
David Lechner
2024-03-28
spi: pxa2xx: Skip SSP initialization if it's done elsewhere
Andy Shevchenko
2024-03-28
spi: pxa2xx: Extract pxa2xx_spi_init_ssp() helper
Andy Shevchenko
2024-03-28
spi: pxa2xx: Drop ACPI_PTR() and of_match_ptr()
Andy Shevchenko
2024-03-28
spi: pxa2xx: Narrow the Kconfig option visibility
Andy Shevchenko
2024-03-28
spi: omap2-mcpsi: Enable MULTI-mode in more situations
Louis Chauvet
2024-03-28
spi: omap2-mcspi: Add support for MULTI-mode
Louis Chauvet
2024-03-28
spi: spi-omap2-mcspi.c: revert "Toggle CS after each word"
Louis Chauvet
2024-03-28
spi: fsl-dspi: drop driver owner assignment
Krzysztof Kozlowski
2024-03-28
spi: coldfire-qspi: drop driver owner assignment
Krzysztof Kozlowski
2024-03-28
spi: loopback-test: drop driver owner assignment
Krzysztof Kozlowski
2024-03-26
spi: pxa2xx: Switch to use dev_err_probe()
Andy Shevchenko
2024-03-25
spi: remove struct spi_message::is_dma_mapped
David Lechner
2024-03-25
spi: spi_amd: Add support for SPI MEM framework
Raju Rangoju
2024-03-25
spi: rspi: Get rid of unused struct rspi_plat_data
Andy Shevchenko
2024-03-25
spi: spi-mt65xx: Rename a variable in interrupt handler
Fei Shao
2024-03-25
spi: mt7621: allow GPIO chip select lines
Justin Swartz
2024-03-22
Merge tag 'spi-fix-v6.9-merge-window' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-03-21
spi: spi-mt65xx: Fix NULL pointer access in interrupt handler
Fei Shao
2024-03-18
spi: spi-imx: fix off-by-one in mx51 CPU mode burst length
Adam Butcher
2024-03-18
spi: Merge up v6.8 release
Mark Brown
2024-03-18
spi: lm70llp: fix links in doc and comments
Kousik Sanagavarapu
2024-03-14
Merge tag 'mfd-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...
Linus Torvalds
2024-03-14
spi: Fix error code checking in spi_mem_exec_op()
Florian Fainelli
2024-03-13
Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
2024-03-12
spi: Restore delays for non-GPIO chip select
Janne Grunau
[prev]
[next]