summaryrefslogtreecommitdiff
path: root/include/linux/spi/spi.h
AgeCommit message (Expand)AuthorFilesLines
2026-04-22spi: fix resource leaks on device setup failureMark Brown1-1/+1
2026-04-22spi: fix controller cleanup() documentationJohan Hovold1-1/+1
2026-04-21spi: Fix the error description in the `ptp_sts_word_post` commentDewei Meng1-1/+1
2026-04-08Add Renesas RZ/G3L RSPI supportMark Brown1-5/+0
2026-03-24spi: use generic driver_override infrastructureDanilo Krummrich1-5/+0
2026-02-24spi: add devm_spi_new_ancillary_device()Antoniu Miclaus1-0/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-11Merge tag 'sound-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+9
2026-02-02spi: add multi_lane_mode field to struct spi_transferDavid Lechner1-0/+8
2026-02-02spi: support controllers with multiple data lanesDavid Lechner1-0/+22
2026-01-05spi: change of_find_spi_controller_by_node() gating to CONFIG_OFOder Chiou1-1/+1
2026-01-05spi: export of_find_spi_controller_by_node()Oder Chiou1-0/+9
2025-09-22spi: rename SPI_CS_CNT_MAX => SPI_DEVICE_CS_CNT_MAXJonas Gorski1-6/+6
2025-09-22spi: reduce device chip select limit againJonas Gorski1-1/+1
2025-09-22spi: keep track of number of chipselects in spi_deviceJonas Gorski1-1/+3
2025-06-30spi: Raise limit on number of chip selects to 24Marc Kleine-Budde1-1/+1
2025-05-28Merge tag 'spi-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-16/+57
2025-05-22spi: use container_of_cont() for to_spi_device()Greg Kroah-Hartman1-4/+1
2025-04-18spi: Introduce and use spi_bpw_to_bytes()Mark Brown1-0/+26
2025-04-17spi: Add spi_bpw_to_bytes() helper and use itAndy Shevchenko1-0/+26
2025-04-13spi: Add support for Double Transfer Rate (DTR) modeMukesh Kumar Savaliya1-0/+10
2025-04-07spi: Group CS related fields in struct spi_deviceAndy Shevchenko1-16/+21
2025-03-13spi: Use inclusive languageAndy Shevchenko1-17/+17
2025-02-12spi: fix missing offload_flags docDavid Lechner1-0/+2
2025-02-07spi: add offload TX/RX streaming APIsDavid Lechner1-0/+3
2025-02-07spi: add basic support for SPI offloadingDavid Lechner1-0/+17
2024-09-30spi: remove {devm_}spi_alloc_master/slave()Yang Yingliang1-30/+0
2024-09-10spi: remove spi_controller_is_slave() and spi_slave_abort()Yang Yingliang1-11/+1
2024-08-02spi: Add empty versions of ACPI functionsRichard Fitzgerald1-1/+18
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+2
2024-07-16Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-4/+9
2024-07-09spi: add defer_optimize_message controller flagDavid Lechner1-0/+4
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-4/+2
2024-06-23spi: add devm_spi_optimize_message() helperMark Brown1-0/+2
2024-06-22spi: add devm_spi_optimize_message() helperDavid Lechner1-0/+2
2024-06-20spi: Merge up fixesMark Brown1-2/+3
2024-06-18spi: Fix OCTAL mode supportPatrice Chotard1-2/+3
2024-06-10spi: Rework per message DMA mapped flag to be per transferAndy Shevchenko1-4/+7
2024-03-29spi: spi.h: add missing kernel-doc for @last_cs_index_maskRandy Dunlap1-0/+1
2024-03-25spi: remove struct spi_message::is_dma_mappedDavid Lechner1-8/+3
2024-03-14Merge tag 'sound-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-2/+0
2024-03-07spi: Fix types of the last chip select storage variablesAndy Shevchenko1-6/+6
2024-02-26spi: add spi_optimize_message() APIsDavid Lechner1-0/+20
2024-02-08spi: get rid of some legacy macrosMark Brown1-20/+2
2024-02-08spi: Drop compat layer from renaming "master" to "controller"Uwe Kleine-König1-19/+1
2024-02-07spi: drop gpf arg from __spi_split_transfer_maxsize()David Lechner1-4/+2
2024-02-05spi: Remove the @multi_cs_cap to prevent kernel-doc warningsR SUNDAR1-2/+0
2024-01-31spi: reorder spi_message struct member doc commentsDavid Lechner1-2/+2
2024-01-24spi: Raise limit on number of chip selectsMark Brown1-1/+1
2024-01-22spi: make spi_bus_type constGreg Kroah-Hartman1-1/+1