summaryrefslogtreecommitdiff
path: root/include/linux/spi
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Merge tag 'spi-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2-16/+182
2025-05-22spi: use container_of_cont() for to_spi_device()Greg Kroah-Hartman1-4/+1
2025-05-19spi: sh-msiof: Move register definitions to <linux/spi/sh_msiof.h>Geert Uytterhoeven1-0/+125
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-11spi: offload: types: include linux/bits.hDavid Lechner1-0/+1
2025-02-07spi: add offload TX/RX streaming APIsDavid Lechner3-0/+27
2025-02-07spi: offload: add support for hardware triggersDavid Lechner3-0/+77
2025-02-07spi: add basic support for SPI offloadingDavid Lechner4-0/+101
2025-01-10spi: spi-mem: Estimate the time taken by operationsMiquel Raynal1-0/+1
2025-01-09spi: spi-mem: Create macros for DTR operationMiquel Raynal1-0/+41
2025-01-09spi: spi-mem: Reorder spi-mem macro assignmentsMiquel Raynal1-4/+4
2025-01-09spi: spi-mem: Add a new controller capabilityMiquel Raynal1-0/+2
2025-01-09spi: spi-mem: Extend spi-mem operations with a per-operation maximum frequencyMiquel Raynal1-1/+11
2024-11-23Merge tag 'mtd/for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds1-1/+7
2024-10-02spi: spi-mem: Allow specifying the byte order in Octal DTR modeTudor Ambarus1-1/+7
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 dummy definitions for ACPI lookup functionsMark Brown1-1/+18
2024-08-02spi: Add empty versions of ACPI functionsRichard Fitzgerald1-1/+18
2024-07-29spi: bitbang: Implement support for MOSI idle state configurationMarcelo Schmitt1-0/+1
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 Torvalds2-7/+13
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-05-27spi: bitbang: Replace hard coded number of SPI modesAndy Shevchenko1-1/+1
2024-05-27spi: bitbang: Use typedef for txrx_*() callbacksAndy Shevchenko1-3/+4
2024-05-03spi: pxa2xx: Move contents of linux/spi/pxa2xx_spi.h to a local oneAndy Shevchenko1-48/+0
2024-03-29spi: spi.h: add missing kernel-doc for @last_cs_index_maskRandy Dunlap1-0/+1
2024-03-26spi: xilinx: Massage xilinx_spi.hMark Brown1-5/+9
2024-03-26spi: pxa2xx: Clean up linux/spi/pxa2xx_spi.hMark Brown1-9/+1
2024-03-25spi: remove struct spi_message::is_dma_mappedDavid Lechner1-8/+3
2024-03-25spi: rspi: Get rid of unused struct rspi_plat_dataAndy Shevchenko1-18/+0
2024-03-25spi: pxa2xx: Make num_chipselect 8-bit in the struct pxa2xx_spi_controllerAndy Shevchenko1-1/+1
2024-03-25spi: pxa2xx: Kill pxa2xx_set_spi_info()Andy Shevchenko1-8/+0
2024-03-25spi: xilinx: Make num_chipselect 8-bit in the struct xspi_platform_dataAndy Shevchenko1-4/+4
2024-03-25spi: xilinx: Add necessary inclusion and forward declarationAndy Shevchenko1-0/+4
2024-03-25spi: xilinx: Fix kernel documentation in the xilinx_spi.hAndy Shevchenko1-1/+1
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