summaryrefslogtreecommitdiff
path: root/include/linux/spi/spi.h
AgeCommit message (Expand)Author
2025-05-27Merge tag 'spi-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2025-05-22spi: use container_of_cont() for to_spi_device()Greg Kroah-Hartman
2025-04-18spi: Introduce and use spi_bpw_to_bytes()Mark Brown
2025-04-17spi: Add spi_bpw_to_bytes() helper and use itAndy Shevchenko
2025-04-13spi: Add support for Double Transfer Rate (DTR) modeMukesh Kumar Savaliya
2025-04-06spi: Group CS related fields in struct spi_deviceAndy Shevchenko
2025-03-13spi: Use inclusive languageAndy Shevchenko
2025-02-12spi: fix missing offload_flags docDavid Lechner
2025-02-07spi: add offload TX/RX streaming APIsDavid Lechner
2025-02-07spi: add basic support for SPI offloadingDavid Lechner
2024-09-30spi: remove {devm_}spi_alloc_master/slave()Yang Yingliang
2024-09-10spi: remove spi_controller_is_slave() and spi_slave_abort()Yang Yingliang
2024-08-02spi: Add empty versions of ACPI functionsRichard Fitzgerald
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-15Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2024-07-09spi: add defer_optimize_message controller flagDavid Lechner
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2024-06-23spi: add devm_spi_optimize_message() helperMark Brown
2024-06-22spi: add devm_spi_optimize_message() helperDavid Lechner
2024-06-20spi: Merge up fixesMark Brown
2024-06-18spi: Fix OCTAL mode supportPatrice Chotard
2024-06-10spi: Rework per message DMA mapped flag to be per transferAndy Shevchenko
2024-03-29spi: spi.h: add missing kernel-doc for @last_cs_index_maskRandy Dunlap
2024-03-25spi: remove struct spi_message::is_dma_mappedDavid Lechner
2024-03-14Merge tag 'sound-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2024-03-07spi: Fix types of the last chip select storage variablesAndy Shevchenko
2024-02-26spi: add spi_optimize_message() APIsDavid Lechner
2024-02-08spi: get rid of some legacy macrosMark Brown
2024-02-08spi: Drop compat layer from renaming "master" to "controller"Uwe Kleine-König
2024-02-07spi: drop gpf arg from __spi_split_transfer_maxsize()David Lechner
2024-02-05spi: Remove the @multi_cs_cap to prevent kernel-doc warningsR SUNDAR
2024-01-31spi: reorder spi_message struct member doc commentsDavid Lechner
2024-01-24spi: Raise limit on number of chip selectsMark Brown
2024-01-22spi: make spi_bus_type constGreg Kroah-Hartman
2023-12-07spi: Add support for stacked/parallel memoriesMark Brown
2023-12-07spi: Add multi-cs memories support in SPI coreAmit Kumar Mahapatra
2023-12-04spi: spl022: fix sleeping in interrupt contextMark Brown
2023-11-30spi: introduce SPI_TRANS_FAIL_IO for error reportingNam Cao
2023-11-16treewide, spi: Get rid of SPI_MASTER_HALF_DUPLEXAndy Shevchenko
2023-11-10spi: Fix null dereference on suspendMark Hasemeyer
2023-10-16spi: Export acpi_spi_find_controller_by_adev()Hans de Goede
2023-10-11spi: Don't use flexible array in struct spi_message definitionAndy Shevchenko
2023-07-14spi: Use struct_size() helperAndy Shevchenko
2023-07-11spi: Fix spelling typos and acronyms capitalizationAndy Shevchenko
2023-07-11spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SSAndy Shevchenko
2023-07-11spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RXAndy Shevchenko
2023-07-11spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RXAndy Shevchenko
2023-07-10spi: Sort headers alphabeticallyAndy Shevchenko
2023-06-22spi: Create a helper to derive adaptive timeoutsMiquel Raynal
2023-04-21spi: Add TPM HW flow flagKrishna Yarlagadda