index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
spi
/
spi.h
Age
Commit message (
Expand
)
Author
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (hea...
Uwe Kleine-König (The Capable Hub)
2026-05-21
spi: fix controller registration API inconsistency
Johan Hovold
2026-04-22
spi: fix resource leaks on device setup failure
Mark Brown
2026-04-22
spi: fix controller cleanup() documentation
Johan Hovold
2026-04-21
spi: Fix the error description in the `ptp_sts_word_post` comment
Dewei Meng
2026-04-08
Add Renesas RZ/G3L RSPI support
Mark Brown
2026-03-24
spi: use generic driver_override infrastructure
Danilo Krummrich
2026-02-24
spi: add devm_spi_new_ancillary_device()
Antoniu Miclaus
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-11
Merge tag 'sound-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2026-02-02
spi: add multi_lane_mode field to struct spi_transfer
David Lechner
2026-02-02
spi: support controllers with multiple data lanes
David Lechner
2026-01-05
spi: change of_find_spi_controller_by_node() gating to CONFIG_OF
Oder Chiou
2026-01-05
spi: export of_find_spi_controller_by_node()
Oder Chiou
2025-09-22
spi: rename SPI_CS_CNT_MAX => SPI_DEVICE_CS_CNT_MAX
Jonas Gorski
2025-09-22
spi: reduce device chip select limit again
Jonas Gorski
2025-09-22
spi: keep track of number of chipselects in spi_device
Jonas Gorski
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-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-07
spi: add offload TX/RX streaming APIs
David Lechner
2025-02-07
spi: add basic support for SPI offloading
David Lechner
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 empty versions of ACPI functions
Richard Fitzgerald
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-03-29
spi: spi.h: add missing kernel-doc for @last_cs_index_mask
Randy Dunlap
2024-03-25
spi: remove struct spi_message::is_dma_mapped
David Lechner
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
2024-02-26
spi: add spi_optimize_message() APIs
David Lechner
2024-02-08
spi: get rid of some legacy macros
Mark Brown
2024-02-08
spi: Drop compat layer from renaming "master" to "controller"
Uwe Kleine-König
2024-02-07
spi: drop gpf arg from __spi_split_transfer_maxsize()
David Lechner
2024-02-05
spi: Remove the @multi_cs_cap to prevent kernel-doc warnings
R SUNDAR
2024-01-31
spi: reorder spi_message struct member doc comments
David Lechner
[next]