summaryrefslogtreecommitdiffstats
path: root/include/linux/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: Use inclusive languageAndy Shevchenko2025-03-131-17/+17
* spi: fix missing offload_flags docDavid Lechner2025-02-121-0/+2
* spi: offload: types: include linux/bits.hDavid Lechner2025-02-111-0/+1
* spi: add offload TX/RX streaming APIsDavid Lechner2025-02-073-0/+27
* spi: offload: add support for hardware triggersDavid Lechner2025-02-073-0/+77
* spi: add basic support for SPI offloadingDavid Lechner2025-02-074-0/+101
* spi: spi-mem: Estimate the time taken by operationsMiquel Raynal2025-01-101-0/+1
* spi: spi-mem: Create macros for DTR operationMiquel Raynal2025-01-091-0/+41
* spi: spi-mem: Reorder spi-mem macro assignmentsMiquel Raynal2025-01-091-4/+4
* spi: spi-mem: Add a new controller capabilityMiquel Raynal2025-01-091-0/+2
* spi: spi-mem: Extend spi-mem operations with a per-operation maximum frequencyMiquel Raynal2025-01-091-1/+11
* Merge tag 'mtd/for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2024-11-221-1/+7
|\
| * spi: spi-mem: Allow specifying the byte order in Octal DTR modeTudor Ambarus2024-10-021-1/+7
* | spi: remove {devm_}spi_alloc_master/slave()Yang Yingliang2024-09-301-30/+0
|/
* spi: remove spi_controller_is_slave() and spi_slave_abort()Yang Yingliang2024-09-101-11/+1
* spi: Add dummy definitions for ACPI lookup functionsMark Brown2024-08-021-1/+18
|\
| * spi: Add empty versions of ACPI functionsRichard Fitzgerald2024-08-021-1/+18
* | spi: bitbang: Implement support for MOSI idle state configurationMarcelo Schmitt2024-07-291-0/+1
|/
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-4/+2
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-4/+2
* | Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2024-07-152-7/+13
|\ \
| * \ spi: add devm_spi_optimize_message() helperMark Brown2024-06-231-0/+2
| |\ \
| | * | spi: add devm_spi_optimize_message() helperDavid Lechner2024-06-221-0/+2
| | |/
| * | spi: Merge up fixesMark Brown2024-06-201-2/+3
| |\ \
| * | | spi: Rework per message DMA mapped flag to be per transferAndy Shevchenko2024-06-101-4/+7
| * | | spi: bitbang: Replace hard coded number of SPI modesAndy Shevchenko2024-05-271-1/+1
| * | | spi: bitbang: Use typedef for txrx_*() callbacksAndy Shevchenko2024-05-271-3/+4
| | |/ | |/|
* | | spi: add defer_optimize_message controller flagDavid Lechner2024-07-091-0/+4
| |/ |/|
* | spi: Fix OCTAL mode supportPatrice Chotard2024-06-181-2/+3
|/
* spi: pxa2xx: Move contents of linux/spi/pxa2xx_spi.h to a local oneAndy Shevchenko2024-05-031-48/+0
* spi: spi.h: add missing kernel-doc for @last_cs_index_maskRandy Dunlap2024-03-291-0/+1
* spi: xilinx: Massage xilinx_spi.hMark Brown2024-03-261-5/+9
|\
| * spi: xilinx: Make num_chipselect 8-bit in the struct xspi_platform_dataAndy Shevchenko2024-03-251-4/+4
| * spi: xilinx: Add necessary inclusion and forward declarationAndy Shevchenko2024-03-251-0/+4
| * spi: xilinx: Fix kernel documentation in the xilinx_spi.hAndy Shevchenko2024-03-251-1/+1
* | spi: pxa2xx: Clean up linux/spi/pxa2xx_spi.hMark Brown2024-03-261-9/+1
|\ \
| * | spi: pxa2xx: Make num_chipselect 8-bit in the struct pxa2xx_spi_controllerAndy Shevchenko2024-03-251-1/+1
| * | spi: pxa2xx: Kill pxa2xx_set_spi_info()Andy Shevchenko2024-03-251-8/+0
| |/
* | spi: remove struct spi_message::is_dma_mappedDavid Lechner2024-03-251-8/+3
* | spi: rspi: Get rid of unused struct rspi_plat_dataAndy Shevchenko2024-03-251-18/+0
|/
* Merge tag 'sound-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2024-03-141-2/+0
|\
| * spi: Remove the @multi_cs_cap to prevent kernel-doc warningsR SUNDAR2024-02-051-2/+0
* | spi: Fix types of the last chip select storage variablesAndy Shevchenko2024-03-071-6/+6
* | spi: add spi_optimize_message() APIsDavid Lechner2024-02-261-0/+20
* | spi: gpio: Follow renaming of SPI "master" to "controller"Andy Shevchenko2024-02-091-2/+2
* | spi: pxa2xx: Use typedef for dma_filter_fnKrzysztof Kozlowski2024-02-081-1/+2
* | spi: get rid of some legacy macrosMark Brown2024-02-082-21/+3
|\ \
| * | spi: Drop compat layer from renaming "master" to "controller"Uwe Kleine-König2024-02-081-19/+1
| * | spi: bitbang: Follow renaming of SPI "master" to "controller"Uwe Kleine-König2024-02-081-1/+1
| |/
| * spi: Raise limit on number of chip selectsMark Brown2024-01-241-1/+1