summaryrefslogtreecommitdiffstats
path: root/include/linux/spi
Commit message (Expand)AuthorAgeFilesLines
* 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
* | spi: drop gpf arg from __spi_split_transfer_maxsize()David Lechner2024-02-071-4/+2
* | spi: reorder spi_message struct member doc commentsDavid Lechner2024-01-311-2/+2
* | spi: make spi_bus_type constGreg Kroah-Hartman2024-01-221-1/+1
|/
* spi: Add support for stacked/parallel memoriesMark Brown2023-12-071-10/+41
|\
| * spi: Add multi-cs memories support in SPI coreAmit Kumar Mahapatra2023-12-071-10/+41
* | spi: spl022: fix sleeping in interrupt contextMark Brown2023-12-041-4/+8
|\ \
| * | spi: introduce SPI_TRANS_FAIL_IO for error reportingNam Cao2023-11-301-4/+8
| |/
* | spi: Unify error codes by replacing -ENOTSUPP with -EOPNOTSUPPChia-Lin Kao (AceLan)2023-11-301-0/+2
* | treewide, spi: Get rid of SPI_MASTER_HALF_DUPLEXAndy Shevchenko2023-11-161-2/+0
|/
* spi: Fix null dereference on suspendMark Hasemeyer2023-11-101-0/+1
* spi: Export acpi_spi_find_controller_by_adev()Hans de Goede2023-10-161-0/+1
* spi: Don't use flexible array in struct spi_message definitionAndy Shevchenko2023-10-111-14/+13
* spi: sh-msiof: switch to use modern nameYang Yingliang2023-08-211-2/+2
* spi: pxa2xx: switch to use modern nameYang Yingliang2023-08-211-2/+2
* Add cs42l43 PC focused SoundWire CODECMark Brown2023-08-182-0/+6
|\
| * Merge tag 'mtd/fixes-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-041-0/+4
| |\
| | * mtd: spi-nor: avoid holes in struct spi_mem_opArnd Bergmann2023-07-271-0/+4
| * | backlight: corgi_lcd: fix missing prototypeArnd Bergmann2023-07-271-0/+2
| |/
* | spi: Use struct_size() helperAndy Shevchenko2023-07-141-6/+9
* | spi: Fix spelling typos and acronyms capitalizationAndy Shevchenko2023-07-111-62/+75
* | spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SSAndy Shevchenko2023-07-111-2/+1
* | spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RXAndy Shevchenko2023-07-111-2/+0
* | spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RXAndy Shevchenko2023-07-111-2/+0
* | spi: Sort headers alphabeticallyAndy Shevchenko2023-07-101-6/+6
|/
* Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-291-2/+0
|\
| * Input: ads7846 - Convert to use software nodesLinus Walleij2023-05-241-2/+0
* | spi: Create a helper to derive adaptive timeoutsMiquel Raynal2023-06-221-0/+17
|/
* spi: Add TPM HW flow flagKrishna Yarlagadda2023-04-211-3/+13
* spi: core: add spi_split_transfers_maxwordsLeonard Göhrs2023-03-161-0/+4