index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
spi
Age
Commit message (
Expand
)
Author
2025-06-29
spi: Raise limit on number of chip selects to 24
Marc Kleine-Budde
2025-05-27
Merge tag 'spi-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
2025-05-22
spi: use container_of_cont() for to_spi_device()
Greg Kroah-Hartman
2025-05-19
spi: sh-msiof: Move register definitions to <linux/spi/sh_msiof.h>
Geert Uytterhoeven
2025-04-18
spi: Introduce and use spi_bpw_to_bytes()
Mark Brown
2025-04-17
spi: Add spi_bpw_to_bytes() helper and use it
Andy Shevchenko
2025-04-13
spi: Add support for Double Transfer Rate (DTR) mode
Mukesh Kumar Savaliya
2025-04-06
spi: Group CS related fields in struct spi_device
Andy Shevchenko
2025-03-13
spi: Use inclusive language
Andy Shevchenko
2025-02-12
spi: fix missing offload_flags doc
David Lechner
2025-02-11
spi: offload: types: include linux/bits.h
David Lechner
2025-02-07
spi: add offload TX/RX streaming APIs
David Lechner
2025-02-07
spi: offload: add support for hardware triggers
David Lechner
2025-02-07
spi: add basic support for SPI offloading
David Lechner
2025-01-10
spi: spi-mem: Estimate the time taken by operations
Miquel Raynal
2025-01-09
spi: spi-mem: Create macros for DTR operation
Miquel Raynal
2025-01-09
spi: spi-mem: Reorder spi-mem macro assignments
Miquel Raynal
2025-01-09
spi: spi-mem: Add a new controller capability
Miquel Raynal
2025-01-09
spi: spi-mem: Extend spi-mem operations with a per-operation maximum frequency
Miquel Raynal
2024-11-22
Merge tag 'mtd/for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...
Linus Torvalds
2024-10-02
spi: spi-mem: Allow specifying the byte order in Octal DTR mode
Tudor Ambarus
2024-09-30
spi: remove {devm_}spi_alloc_master/slave()
Yang Yingliang
2024-09-10
spi: remove spi_controller_is_slave() and spi_slave_abort()
Yang Yingliang
2024-08-02
spi: Add dummy definitions for ACPI lookup functions
Mark Brown
2024-08-02
spi: Add empty versions of ACPI functions
Richard Fitzgerald
2024-07-29
spi: bitbang: Implement support for MOSI idle state configuration
Marcelo Schmitt
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-07-15
Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
2024-07-09
spi: add defer_optimize_message controller flag
David Lechner
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
2024-06-23
spi: add devm_spi_optimize_message() helper
Mark Brown
2024-06-22
spi: add devm_spi_optimize_message() helper
David Lechner
2024-06-20
spi: Merge up fixes
Mark Brown
2024-06-18
spi: Fix OCTAL mode support
Patrice Chotard
2024-06-10
spi: Rework per message DMA mapped flag to be per transfer
Andy Shevchenko
2024-05-27
spi: bitbang: Replace hard coded number of SPI modes
Andy Shevchenko
2024-05-27
spi: bitbang: Use typedef for txrx_*() callbacks
Andy Shevchenko
2024-05-03
spi: pxa2xx: Move contents of linux/spi/pxa2xx_spi.h to a local one
Andy Shevchenko
2024-03-29
spi: spi.h: add missing kernel-doc for @last_cs_index_mask
Randy Dunlap
2024-03-26
spi: xilinx: Massage xilinx_spi.h
Mark Brown
2024-03-26
spi: pxa2xx: Clean up linux/spi/pxa2xx_spi.h
Mark Brown
2024-03-25
spi: remove struct spi_message::is_dma_mapped
David Lechner
2024-03-25
spi: rspi: Get rid of unused struct rspi_plat_data
Andy Shevchenko
2024-03-25
spi: pxa2xx: Make num_chipselect 8-bit in the struct pxa2xx_spi_controller
Andy Shevchenko
2024-03-25
spi: pxa2xx: Kill pxa2xx_set_spi_info()
Andy Shevchenko
2024-03-25
spi: xilinx: Make num_chipselect 8-bit in the struct xspi_platform_data
Andy Shevchenko
2024-03-25
spi: xilinx: Add necessary inclusion and forward declaration
Andy Shevchenko
2024-03-25
spi: xilinx: Fix kernel documentation in the xilinx_spi.h
Andy Shevchenko
2024-03-14
Merge tag 'sound-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2024-03-07
spi: Fix types of the last chip select storage variables
Andy Shevchenko
[next]